Modify By ID
DescriptionUpdates an existing DEM Setting record with new values.
Request
URLURL
Path Parameters
Path Parameters
DEM Setting ID
Request Body
{
"configFilePath": "\\\\FileServer\\DEMConfig$\\general",
"id": "0123456789",
"location": "US",
"name": "DEM 1",
"orgId": "0123456789"
}
Number of Pools using this DEM Setting
Dynamic Environment Manager configuration fileshare path
Record creation timestamp
Unique record ID
location
DEM Setting name
Org ID that owns this record
Synchronization status of the DEM setting
Possible values are: SYNC_COMPLETE , SYNC_ERROR , SYNC_PENDING
Record update timestamp
Record version (internal)
Authentication
Response
201 Created
Created
Response Body
Response Body
202 Accepted
Accepted the request to update existing DEM Setting record
{
"configFilePath": "\\\\FileServer\\DEMConfig$\\general",
"id": "0123456789",
"location": "US",
"name": "DEM 1",
"orgId": "0123456789"
}
Number of Pools using this DEM Setting
Dynamic Environment Manager configuration fileshare path
Record creation timestamp
Unique record ID
location
DEM Setting name
Org ID that owns this record
Synchronization status of the DEM setting
Possible values are: SYNC_COMPLETE , SYNC_ERROR , SYNC_PENDING
Record update timestamp
Record version (internal)
Errors
Bad Request
Unauthorized
Forbidden
Not Found
DEM setting cannot be updated
Internal Server Error
Code Samples
cURL Command
Vendor Extensions
x-codegen-request-body-name: newDemSetting