{ "id":"/axapi/v3/flowspec/{name}/fragmentation-option/{frag-attribute}", "type":"object", "node-type":"list", "title":"fragmentation-option", "partition-visibility":"shared", "description":"Configure Fragmentation option for a Flowspec", "properties":{ "frag-attribute":{ "type":"string", "format":"enum", "partition-visibility":"shared", "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; ", "enum":[ "is-fragment", "first-fragment", "last-fragment", "dont-fragment" ], "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "frag-attribute" ], "required":[ "frag-attribute" ] }