flowspec fragmentation-option¶
Configure Fragmentation option for a Flowspec
fragmentation-option Specification¶
Parameter
Value
Type
Collection
Object Key(s)
frag-attribute
Collection Name
Collection URI
/axapi/v3/flowspec/{name}/fragmentation-option
Element Name
fragmentation-option
Element URI
/axapi/v3/flowspec/{name}/fragmentation-option/{frag-attribute}
Element Attributes
fragmentation-option_attributes
Partition Visibility
shared
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/flowspec/{name}/fragmentation-option | ||
Create List | POST | /axapi/v3/flowspec/{name}/fragmentation-option | ||
Get Object | GET | /axapi/v3/flowspec/{name}/fragmentation-option/{frag-attribute} | ||
Get List | GET | /axapi/v3/flowspec/{name}/fragmentation-option | ||
Modify Object | POST | /axapi/v3/flowspec/{name}/fragmentation-option/{frag-attribute} | ||
Replace Object | PUT | /axapi/v3/flowspec/{name}/fragmentation-option/{frag-attribute} | ||
Replace List | PUT | /axapi/v3/flowspec/{name}/fragmentation-option | ||
Delete Object | DELETE | /axapi/v3/flowspec/{name}/fragmentation-option/{frag-attribute} |
fragmentation-option-list¶
fragmentation-option-list is JSON List of fragmentation-option attributes
fragmentation-option-list : [
fragmentation-option attributes¶
frag-attribute
Description ‘is-fragment’: Is fragmented packet; ‘first-fragment’: Is the first fragment packet; ‘last-fragment’: Is the last fragment; ‘dont-fragment’: Is DF bit set;
Type: string
Supported Values: is-fragment, first-fragment, last-fragment, dont-fragment
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters