Pool Inventory APIs
Avi PoolInventory object api
- show poolinventory <key>
API permission: PERMISSION_POOL
Contact Info: https://support.broadcom.com
Version: 30.2.4
BasePath: /api
Inventory Query Options
The following options can be passed as query parameters to the inventory API:
Option | Description | Defaults |
---|---|---|
include | Filter for what type of information is returned per object. Eg. include=config,metrics,alert |
|
name | Name of the object | |
page_size | Number of objects to return per page | 25 |
page | Page to return | 1 |
include_name | Append #<name> to references |
|
sort | Parameter to sort results in ascending order. Eg. sort=health_score |
|
duration | Duration window for alerts | |
start | Start time for the metrics in ISO 8601 format. Default is UNIX Epoch. Eg. start=1970-01-01T00:00:00 |
1970-01-01T00:00:00 |
stop | End time for the metrics in ISO 8601 format. Default is now. Eg. stop=2014-01-01T12:42:42 |
|
limit | Max number of metric samples per metric requested. Eg. limit=100 implies return only 100 samples |
60 |
Operations
GET
GET /pool-inventory
GET
GET /pool-inventory/{uuid}