partition¶
Create/unload a Network partition
partition Specification¶
Parameter
Value
Type
Collection
Object Key(s)
partition-name
Collection Name
Collection URI
/axapi/v3/partition
Element Name
partition
Element URI
/axapi/v3/partition/{partition-name}
Element Attributes
partition_attributes
Partition Visibility
shared
Statistics Data URI
/axapi/v3/partition/{partition-name}/stats
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/partition | ||
Create List | POST | /axapi/v3/partition | ||
Get Object | GET | /axapi/v3/partition/{partition-name} | ||
Get List | GET | /axapi/v3/partition | ||
Modify Object | POST | /axapi/v3/partition/{partition-name} | ||
Delete Object | DELETE | /axapi/v3/partition/{partition-name} | ||
partition-list¶
partition-list is JSON List of partition attributes
partition-list : [
]
partition attributes¶
application-type
Description ‘adc’: Application type ADC; ‘cgnv6’: Application type CGNv6;
Type: string
Supported Values: adc, cgnv6
id
Description Specify unique Partition id
Type: number
partition-name
Description Object partition name
Type: string
Maximum Length: 14 characters
Maximum Length: 1 characters
shared-vlan
Description: shared-vlan is a JSON Block. Please see below for shared-vlan
Type: Object
Reference Object: /axapi/v3/partition/{partition-name}/shared-vlan
template
Description: template is a JSON Block. Please see below for template
Type: Object
Reference Object: /axapi/v3/partition/{partition-name}/template
user-tag
Description Customized tag
Type: string
Format: string-rlx
Maximum Length: 127 characters
Maximum Length: 1 characters
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
template¶
Specification
Value
Type
object
resource-accounting
Description Attach a resource accounting template (Name of the template)
Type: string
Maximum Length: 63 characters
Maximum Length: 1 characters
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters