System Administration > Configuration > Fabric > Compute Managers

Associated URIs:

API Description API Path

Return inventory configuration


Supports 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 managers


Returns information about all compute managers.
GET /api/v1/fabric/compute-managers

Register compute manager with NSX


Registers compute manager with NSX. Inventory service will collect
data from the registered compute manager
POST /api/v1/fabric/compute-managers

Unregister a compute manager


Unregisters a specified compute manager
DELETE /api/v1/fabric/compute-managers/<compute-manager-id>

Return compute manager Information


Returns information about a specific compute manager
GET /api/v1/fabric/compute-managers/<compute-manager-id>

Update compute manager


Updates 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 manager


Returns connection and version information about a compute manager
GET /api/v1/fabric/compute-managers/<compute-manager-id>/status