[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Get Config
DescriptionGet the current setting for the specified configuration property.
Request
URLURL
https://{api_host}/cloudapi/1.0.0/site/configurations/{urn}
Path Parameters
Path Parameters
string
urn
Required
URN containing the name of the configuration property such as (urn:vcloud:configuration:
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
Config
of type(s) application/json;version=37.2
{
"defaultValue": {},
"description": "string",
"maxValue": 0,
"minValue": 0,
"name": "string",
"restartRequired": false,
"timestamp": "string",
"typedValue": {
"type": "string",
"value": {}
}
}
string
name
Required
Name of the configuration property.
string
description
Optional
A string describing the configuration property.
number as double
maxValue
Optional
Maximum value for this configuration property.
number as double
minValue
Optional
Minimum value for this configuration property.
boolean
restartRequired
Optional
Represents if the cell needs to be rebooted for a change to this property to take effect.
string as date-time
timestamp
Optional
Maximum value for this configuration property.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl https://{api_host}/cloudapi/1.0.0/site/configurations/{urn}
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 36.0