{ "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, "partition-visibility":"shared", "description":"Object partition name", "optional":false }, "id":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "modify-not-allowed":1, "description":"Specify unique Partition id", "optional":true }, "application-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'adc': Application type ADC; 'cgnv6': Application type CGNv6; ", "enum":[ "adc", "cgnv6" ], "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 }, "shared-vlan":{ "type":"object", "$ref":"/axapi/v3/partition/{partition-name}/shared-vlan", "properties":{ "vlan":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared" }, "allowable-ip-range":{ "type":"array", "items":{ "type":"string", "format":"ipv4-cidr" } } , "allowable-ipv6-range":{ "type":"array", "items":{ "type":"string", "format":"ipv6-address-plen" } } , "mgmt-floating-ip-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IPv4 Address for Shared VLAN Mgmt IP Address" }, "vrid":{ "type":"number", "format":"number", "minimum":0, "maximum":31, "partition-visibility":"shared", "description":"Specify VRRP-A vrid" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "template":{ "type":"object", "$ref":"/axapi/v3/partition/{partition-name}/template", "properties":{ "resource-accounting":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Attach a resource accounting template (Name of the template)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } }, "object-keys":[ "partition-name" ], "required":[ "partition-name" ] }