{ "id":"/axapi/v3/partition/{partition-name}", "type":"object", "node-type":"list", "title":"partition", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "description":"Create/unload a Network partition", "properties":{ "partition-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":14, "description":"Object partition name", "optional":false }, "id":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "modify-not-allowed":1, "description":"Specify unique Partition id", "optional":true }, "application-type":{ "type":"string", "format":"enum", "description":"'adc': Application type ADC; 'cgnv6': Application type CGNv6; ", "enum":[ "adc", "cgnv6" ], "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "partition-name" ], "required":[ "partition-name" ] }