Get Compute Info

Get Compute Info
Fetch compute information

Retrieves vCenter compute information including vCenterInstanceUuid. Use this to get the scopeId needed for other compute-related APIs.

Request
URI
GET
https://{server}/hybridity/api/compute
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Accepted

[
    {
        "scopeId": "scopeId",
        "name": "name"
    }
]
array of object
Optional

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/hybridity/api/compute