System Administration > Configuration > Fabric > Compute Managers

Return the List of Compute managers

Returns information about all compute managers.

Request:

Method:
GET
URI Path(s):
/api/v1/fabric/compute-managers
Request Headers:
n/a
Query Parameters:
ComputeManagerListRequestParameters+
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/fabric/compute-managers

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ComputeManagerListResult+

Example Response:

{ "cursor": "00364a60d899-7b2b-4983-8254-41be3aba6472cm1", "result_count": 2, "results": [ { "id": "cf1f01db-e5b3-4688-9c1e-5f47d335fb01", "server": "192.168.210.54", "origin_type": "vCenter", "credential" : { "credential_type" : "UsernamePasswordLoginCredential", "thumbprint": "3A:21:22:A6:72:28:DA:EC:9D:05:AF:0B:B5:C6:44:CC:52:8D:54:AC" } "origin_properties": [] }, { "id": "a95be8d6-4a76-46fe-9c9c-341e89973da7", "server": "10.112.3.45", "origin_type": "vCenter", "credential" : { "credential_type" : "UsernamePasswordLoginCredential", "thumbprint": "4B:67:22:A6:72:28:DA:EC:9D:05:AF:0B:B5:C6:44:CC:52:8D:54:AC" } "origin_properties": [] } }

Required Permissions:

read

Feature:

compute_managers_compute_managers

Additional Errors: