addECMPZone
The addECMPZone operation handles configuration related to ECMPZone model.
Description
This API call is not allowed on the standby unit in an HA pair.
Data Parameters
Parameter | Required | Type | Description | |||
---|---|---|---|---|---|---|
name | True | string | A string containing the name of the object, up to 48 characters in length | |||
description | False | string | An optional Unicode string, from 0 to 200 characters. The string cannot include HTML tags. Field level constraints: length must be between 0 and 200 (inclusive). (Note: Additional constraints might exist) |
|||
interfaces | False | [object] | A list of interfaces associated with the ECMP Traffic Zone Field level constraints: size must be between 0 and 8 (inclusive). (Note: Additional constraints might exist) Allowed types are: [EtherChannelInterface, PhysicalInterface, SubInterface] |
|||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |
Path Parameters
Parameter | Required | Type | Description | |||
---|---|---|---|---|---|---|
vrfId | True | string |
Example
- name: Execute 'addECMPZone' operation
ftd_configuration:
operation: "addECMPZone"
data:
name: "{{ name }}"
description: "{{ description }}"
interfaces: "{{ interfaces }}"
type: "{{ type }}"
path_params:
vrfId: "{{ vrf_id }}"