[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Get All
DescriptionGet all DEM Settings.Non-super users can only query for their own org IDs. This will return all records for which the caller has ‘read’ permission. Please refer to the DEMSettingTO Model for searchable fields.
Request
URLURL
https://cloud.vmwarehorizon.com/admin/v1/dem-settings
Query Parameters
Query Parameters
string
org_id
Optional
Organization ID: non-super users can only access their own organization
string
page
Optional
Page number to retrieve.
string
search
Optional
Search Criteria. Please see model definition for list of searchable fields.
search example
"id $eq 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
PageDEMSettingTO
of type */*
Successfully retrieved DEM Setting records
{
"content": [
{
"associatedTemplateCount": 0,
"configFilePath": "\\\\FileServer\\DEMConfig$\\general",
"createdAt": "string",
"id": "0123456789",
"location": "US",
"name": "DEM 1",
"orgId": "0123456789",
"syncStatus": "SYNC_COMPLETE",
"updatedAt": "string",
"version": 0
}
],
"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
ErrorResponse
400
Bad request
ErrorResponse
401
Unauthorized
ErrorResponse
403
Forbidden
404
Not Found
ErrorResponse
500
Internal Server Error
Code Samples
cURL Command
curl https://cloud.vmwarehorizon.com/admin/v1/dem-settings
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
On This Page
Admin Operations
post
get
get
put