[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Get Disk Compute Skus
DescriptiongetDiskComputeSkus
Request
URLURL
https://cloud.vmwarehorizon.com/admin/v2/providers/azure/instances/{id}/disk-skus
Path Parameters
Path Parameters
string
id
Required
id
Query Parameters
Query Parameters
boolean
include_premium
Optional
include_premium
string
org_id
Optional
Filter by orgId: non-super users can only query for their own orgIds
string
page
Optional
Page number to retrieve.
string
size
Optional
Size of each page.
string
sort
Optional
Ascending/Descending. Format is property,{asc|desc} and default is ascending.
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK returns
PageInfrastructureResource
of type */*
Successfully returned list of Disk SKUs
{
"content": [
{
"data": {},
"id": "string",
"infrastructureLinks": {},
"kind": "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/admin/v2/providers/azure/instances/{id}/disk-skus
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen