[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Get Image Copies
DescriptionGet all image copies.
Request
URLURL
https://cloud.vmwarehorizon.com/imagemgmt/v1/image-copies
Query Parameters
Query Parameters
string
org_id
Optional
org_id
string
page
Optional
Page number to retrieve.
string
search
Optional
Search Criteria. Please see model definition for list of searchable fields.
search example
map[code:"providerInstanceId $eq provider-instance-id-1"
]
string
size
Optional
Size of each page.
array of
string
sort
Optional
Ascending/Descending. Format is property,{asc|desc} and default is ascending.
Parameter Serialization Style:
form Explode:true
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK returns
PageAssetTO
of type application/json
Successfully retrieved image copies
{
"content": [
{
"assetDetails": {
"assetType": "AKKA_IMAGE_IN_RG",
"data": {}
},
"createdAt": "string",
"credentialId": "0123456789",
"errorCode": "AZURE_FAILED_TO_ENABLE_RDS",
"errorDetails": "string",
"errorDetailsParameters": {
"key": "string"
},
"gpuType": "AMD, NVIDIA",
"id": "0123456789",
"multiSession": false,
"orgId": "0123456789",
"osType": "WINDOWS, LINUX",
"providerInstanceId": "0123456789",
"providerLabel": "0123456789",
"state": "PUBLISHED",
"status": "GENERALIZING",
"updatedAt": "string",
"version": 0,
"versionId": "0123456789",
"warningDetails": "string",
"warningDetailsParameters": {
"key": "string"
}
}
],
"empty": false,
"first": false,
"last": false,
"number": 0,
"numberOfElements": 0,
"pageable": {
"offset": 0,
"pageNumber": 0,
"pageSize": 0,
"paged": false,
"sort": {
"empty": false,
"sorted": false,
"unsorted": false
},
"unpaged": false
},
"size": 0,
"sort": {
"empty": false,
"sorted": false,
"unsorted": false
},
"totalElements": 0,
"totalPages": 0
}
boolean
empty
Optional
boolean
first
Optional
boolean
last
Optional
integer as int32
number
Optional
integer as int32
numberOfElements
Optional
integer as int32
size
Optional
integer as int64
totalElements
Optional
integer as int32
totalPages
Optional
Errors
Code Samples
Code Samples
cURL Command
curl https://cloud.vmwarehorizon.com/imagemgmt/v1/image-copies
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen