Get a hypervisor manager resource identified by {hypervisor-id}.

get/virtualization/v1beta1/hypervisor-managers/{hypervisor-id}

Get detailed information for a registered hypervisor manager qualified by hypervisor-id.

Securitybearer
Request
path Parameters
hypervisor-id
required
string

UUID string uniquely identifying the hypervisor manager.

Example: 9b4c14a6-3cd5-4907-97c4-cf44c5b641e4
Responses
200

Success

401

Unauthorized

403

Forbidden

404

Resource not found

500

Internal / unexpected error

503

Service Unavailable

Request samples
Response samples
application/json
{
  • "appInfo": {
    },
  • "buildVersion": "6.7.0 build-9030300, NT 6.3, 3.8.13-44.1.1.el6uek.x86_64",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "customerId": "string",
  • "dataOrchestratorInfo": {
    },
  • "dataServicesConnectorsInfo": [
    ],
  • "description": "string",
  • "displayName": "myvcenter1",
  • "generation": 0,
  • "hypervisorManagerType": "VMWARE_VCENTER",
  • "id": "9b4c14a6-3cd5-4907-97c4-cf44c5b641e4",
  • "lastRefreshed": "2019-08-24T14:15:22Z",
  • "name": "vcenter123.hpe.com",
  • "networkAddress": "192.168.0.1",
  • "releaseVersion": "6.7.0 build-9030300, R2, 7.2",
  • "resourceUri": "/virtualization/v1beta1/hypervisor-managers/{hypervisor-id}",
  • "services": [
    ],
  • "state": "OK",
  • "stateReason": "string",
  • "status": "OK",
  • "type": "string",
  • "uid": "string",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "username": "string"
}