cgnv6 one-to-one pool stats¶
Statistics for the object pool
pool Specification¶
Parameter
Value
Type
Collection
Collection Name
Collection URI
/axapi/v3/cgnv6/one-to-one/pool/{pool-name}
Element Name
pool
Element URI
/axapi/v3/cgnv6/one-to-one/pool/{pool-name}/stats
Element Attributes
pool_attributes
Partition Visibility
None
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/cgnv6/one-to-one/pool/{pool-name} | ||
Create List | POST | /axapi/v3/cgnv6/one-to-one/pool/{pool-name} | ||
Get Object | GET | /axapi/v3/cgnv6/one-to-one/pool/{pool-name}/stats | ||
Get List | GET | /axapi/v3/cgnv6/one-to-one/pool/{pool-name} | ||
Modify Object | POST | /axapi/v3/cgnv6/one-to-one/pool/{pool-name}/stats | ||
Replace Object | PUT | /axapi/v3/cgnv6/one-to-one/pool/{pool-name}/stats | ||
Replace List | PUT | /axapi/v3/cgnv6/one-to-one/pool/{pool-name} | ||
Delete Object | DELETE | /axapi/v3/cgnv6/one-to-one/pool/{pool-name}/stats |
pool-list¶
pool-list is JSON List of pool attributes
pool-list : [
]
pool attributes¶
pool-name
Description Specify pool name or pool group
Type: string
Format: string-rlx
Maximum Length: 63 characters
Maximum Length: 1 characters
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
stats¶
Specification
Value
Type
object
free-address
Description Free Address
Type: number
Format: counter
total-address
Description Total Address
Type: number
Format: counter
used-address
Description Used Address
Type: number
Format: counter