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
|
Return thumbprint hashing algorithm config used for compute manager extensionSupports retrieving of configuration of algorithm used for thumbprint hashing used in stamping nsx manager thumbprint in compute manager extension. |
GET /api/v1/fabric/compute-managers/thumbprint-hashing-algorithm
|
Update thumbprint hashing algorithm used for compute manager extensionUpdates configuration of algorithm used for thumbprint hashing used in stamping nsx manager thumbprint in compute manager extension. Changing this setting to SHA256 will result in communication issues between WCP component in VC and NSX manager. Hence it is recommended not to use SHA256 if VC WCP feature is being used with NSX. |
PUT /api/v1/fabric/compute-managers/thumbprint-hashing-algorithm
|