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

Return thumbprint hashing algorithm config used for compute manager extension


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


Updates 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