Get details of a CSP machine image

get/virtualization/v1beta1/csp-machine-images/{id}

Returns details of a specified cloud service provider (CSP) machine image.

Securitybearer
Request
path Parameters
id
required
string <uuid>

Unique identifier of a CSP machine image

Responses
200

Details of a CSP machine image

400

Bad Request

401

Unauthenticated request

403

Unauthorized request

500

Internal Server Error

Request samples
Response samples
application/json
{
  • "createdAt": "2019-08-24T14:15:22Z",
  • "customerId": "string",
  • "generation": 0,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "resourceUri": "string",
  • "type": "string",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "consoleUri": "string",
  • "cspInfo": {
    },
  • "cspType": "AWS"
}