Get a hypervisor library image identified by {hypervisor-library-image-id}

get/virtualization/v1beta1/hypervisor-managers/{hypervisor-id}/hypervisor-library-images/{hypervisor-library-image-id}

Details of a virtual machine image

Securitybearer
Request
path Parameters
hypervisor-id
required
string

UUID string uniquely identifying the hypervisor manager.

Example: 9b4c14a6-3cd5-4907-97c4-cf44c5b641e4
hypervisor-library-image-id
required
string

UUID string uniquely identifying the virtual machine image from the hypervisor image library

Example: 9476c228-d128-519c-a2ac-a4932ff2109b
Responses
200

Success

401

Unauthorized request

403

Forbidden

404

Resource not found

500

Internal / unexpected error

Request samples
Response samples
application/json
{
  • "createdAt": "2022-02-04T07:43:27Z",
  • "customerId": "90299b6c06aa283091cd4a89298b5471",
  • "description": "This is a sample virtual machine image description",
  • "displayName": "CentOS.ova",
  • "fileType": "OVF",
  • "generation": 0,
  • "hypervisorManagerInfo": {
    },
  • "id": "9476c228-d128-519c-a2ac-a4932ff2109b",
  • "libraryName": "LibraryImages",
  • "name": "Centos.ova",
  • "resourceUri": "The URI reference for this resource.",
  • "size": 15344,
  • "subscribed": false,
  • "type": "HypervisorLibraryImages",
  • "uid": "9476c228-d128-519c-a2ac-a4932ff2109b",
  • "updatedAt": "2022-02-04T08:43:27Z"
}