flowspec icmp-type¶
Configure ICMP Type for a Flowspec
icmp-type Specification¶
Parameter
Value
Type
Collection
Object Key(s)
icmp-type-attribute, type, type-end
Collection Name
Collection URI
/axapi/v3/flowspec/{name}/icmp-type
Element Name
icmp-type
Element URI
/axapi/v3/flowspec/{name}/icmp-type/{icmp-type-attribute}+{type}+{type-end}
Element Attributes
icmp-type_attributes
Partition Visibility
shared
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/flowspec/{name}/icmp-type | ||
Create List | POST | /axapi/v3/flowspec/{name}/icmp-type | ||
Get Object | GET | /axapi/v3/flowspec/{name}/icmp-type/{icmp-type-attribute}+{type}+{type-end} | ||
Get List | GET | /axapi/v3/flowspec/{name}/icmp-type | ||
Modify Object | POST | /axapi/v3/flowspec/{name}/icmp-type/{icmp-type-attribute}+{type}+{type-end} | ||
Replace Object | PUT | /axapi/v3/flowspec/{name}/icmp-type/{icmp-type-attribute}+{type}+{type-end} | ||
Replace List | PUT | /axapi/v3/flowspec/{name}/icmp-type | ||
Delete Object | DELETE | /axapi/v3/flowspec/{name}/icmp-type/{icmp-type-attribute}+{type}+{type-end} |
icmp-type-list¶
icmp-type-list is JSON List of icmp-type attributes
icmp-type-list : [
]
icmp-type attributes¶
icmp-type-attribute
Description ‘eq’: Match only packets on a given ICMP Type; ‘gt’: Match only packets with a greater ICMP Type; ‘lt’: Match only packets with a lower ICMP Type; ‘range’: match only packets in the range of ICMP Types;
Type: string
Supported Values: eq, gt, lt, range
type
Description Specify the ICMP Type
Type: number
Range: 0-255
type-end
Description Specify the ICMP Type
Type: number
Range: 1-255
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters