API Description | API Path |
---|---|
Return inventory configurationSupports retrieving following configuration of inventory module 1. Soft limit on number of compute managers that can be registered. |
GET /api/v1/configs/inventory
|
Return the List of Compute managersReturns information about all compute managers. |
GET /api/v1/fabric/compute-managers
|
Register compute manager with NSXRegisters compute manager with NSX. Inventory service will collect data from the registered compute manager |
POST /api/v1/fabric/compute-managers
|
Unregister a compute managerUnregisters a specified compute manager |
DELETE /api/v1/fabric/compute-managers/<compute-manager-id>
|
Return compute manager InformationReturns information about a specific compute manager |
GET /api/v1/fabric/compute-managers/<compute-manager-id>
|
Update compute managerUpdates a specified compute manager |
PUT /api/v1/fabric/compute-managers/<compute-manager-id>
|
Get the realized state of a compute manager |
GET /api/v1/fabric/compute-managers/<compute-manager-id>/state
|
Return runtime status information for a compute managerReturns connection and version information about a compute manager |
GET /api/v1/fabric/compute-managers/<compute-manager-id>/status
|