Get a hypervisor tag resource identified by {tag-id}

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

Details of a hypervisors tag resource.

Securitybearer
Request
path Parameters
hypervisor-id
required
string

UUID string uniquely identifying the hypervisor manager.

Example: 9b4c14a6-3cd5-4907-97c4-cf44c5b641e4
tag-id
required
string

UUID string uniquely identifying the hypervisor tag resource.

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

Success

401

Unauthorized request

403

Forbidden

404

Resource not found

500

Internal / unexpected error

Request samples
Response samples
application/json
{
  • "associatedResources": [
    ],
  • "categoryName": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "customerId": "string",
  • "displayName": "T-5",
  • "generation": 0,
  • "hypervisorManagerInfo": {
    },
  • "id": "9b4c14a6-3cd5-4907-97c4-cf44c5b641e4",
  • "name": "T-5",
  • "resourceUri": "/virtualization/v1beta1/hypervisor-managers/{hypervisor-id}/tags/{tag-id}",
  • "services": [
    ],
  • "state": "OK",
  • "type": "string",
  • "uid": "8476c228-d128-519c-a2ac-a4932ff2109b",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "vmProtectionGroupsInfo": [
    ]
}