[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

Get By ID

Description

Fetch one DEM Setting record

Request

Request

URL

URL


get
https://cloud.vmwarehorizon.com/admin/v1/dem-settings/{id}
Copy

Path Parameters

Path Parameters

string
id Required

DEM Setting ID


Query Parameters

Query Parameters

string
org_id Optional

Organization ID: non-super users can only access their own organization


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns DEMSettingTO of type */*

Successfully retrieved DEM Setting record

{
    "configFilePath": "\\\\FileServer\\DEMConfig$\\general",
    "id": "0123456789",
    "location": "US",
    "name": "DEM 1",
    "orgId": "0123456789"
}
integer as int64
associatedTemplateCount Optional

Number of Pools using this DEM Setting


string
configFilePath Optional

Dynamic Environment Manager configuration fileshare path


string as date-time
createdAt Optional

Record creation timestamp


string
id Optional

Unique record ID


string
location Optional

location


string
name Optional

DEM Setting name


string
orgId Optional

Org ID that owns this record


string
syncStatus Optional

Synchronization status of the DEM setting

Possible values are: SYNC_COMPLETESYNC_ERRORSYNC_PENDING


string as date-time
updatedAt Optional

Record update timestamp


integer as int64
version Optional

Record version (internal)

Errors

Errors

ErrorResponse
401

Unauthorized


ErrorResponse
403

Forbidden


ErrorResponse
404

DEM Setting record not found


ErrorResponse
500

Internal Server Error

Code Samples

Code Samples

cURL Command

curl https://cloud.vmwarehorizon.com/admin/v1/dem-settings/{id}


[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Feedback

Was this page helpful?