interface ethernet nptv6 domain¶
Apply NPTv6 translation domain on interface
domain Specification¶
Type Collection Object Key(s) domain-name, bind-type Collection Name domain-list Collection URI /axapi/v3/interface/ethernet/{ifnum}/nptv6/domain Element Name domain Element URI /axapi/v3/interface/ethernet/{ifnum}/nptv6/domain/{domain-name}+{bind-type} Element Attributes domain_attributes Schema domain schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/interface/ethernet/{ifnum}/nptv6/domain | ||
Create List | POST | /axapi/v3/interface/ethernet/{ifnum}/nptv6/domain | ||
Get Object | GET | /axapi/v3/interface/ethernet/{ifnum}/nptv6/domain/{domain-name}+{bind-type} | ||
Get List | GET | /axapi/v3/interface/ethernet/{ifnum}/nptv6/domain | ||
Modify Object | POST | /axapi/v3/interface/ethernet/{ifnum}/nptv6/domain/{domain-name}+{bind-type} | ||
Replace Object | PUT | /axapi/v3/interface/ethernet/{ifnum}/nptv6/domain/{domain-name}+{bind-type} | ||
Replace List | PUT | /axapi/v3/interface/ethernet/{ifnum}/nptv6/domain | ||
Delete Object | DELETE | /axapi/v3/interface/ethernet/{ifnum}/nptv6/domain/{domain-name}+{bind-type} |
domain-list¶
domain-list is JSON List of domain attributes
domain-list : [
]
domain attributes¶
bind-type
Description ‘inside’: This interface is connected to NPTv6 inside networks; ‘outside’: This interface is connected to NPTv6 outside networks;
Type: string
Supported Values: inside, outside
domain-name
Description NPTv6 domain name
Type: string
Maximum Length: 63 characters
Maximum Length: 1 characters
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters