{ "id":"/axapi/v3/service-partition/{partition-name}", "type":"object", "node-type":"list", "title":"service-partition", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "description":"Create/unload a service partition", "properties":{ "partition-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":14, "partition-visibility":"shared", "description":"Object service partition name", "optional":false }, "id":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Specify unique service partition id", "optional":true }, "application-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'adc': Application type ADC; ", "enum":[ "adc" ], "optional":true }, "follow-vrid":{ "type":"number", "format":"number", "minimum":0, "maximum":31, "default":0, "partition-visibility":"shared", "$ref":"/axapi/v3/vrrp-a/vrid", "description":"Join a vrrp group (Specify ha VRRP-A vrid)", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "partition-name" ], "required":[ "partition-name" ] }