[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrms-appliance-config-api
Get Configuration
DescriptionError Not Found is returned if the appliance is not configured.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://{api_host}//appliance/configuration-manager/configuration
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
ConfigurationInfoDrResponseEntity
of type application/json
The appliance configuration info.
{
"_meta": {
"errors": [
{
"code": "string",
"field": "string",
"message": "string"
}
]
},
"admin_email": "string",
"clock_tolerance_seconds": 0,
"connection": {
"psc_thumbprint": "string",
"psc_uri": "string",
"vc_instance_id": "string",
"vc_thumbprint": "string"
},
"credentials": {
"admin_password": "string",
"admin_user": "string"
},
"description": "string",
"extension_key": "com.vmware.vcHms",
"host_name": "string",
"local_server_uuid": "string",
"organization": "string",
"site_name": "string"
}
Errors
ResponseError
400
Bad request - the server could not understand the request due to invalid syntax or invalid request body content
401
Unauthorized - the client must authenticate itself to get the requested response
ResponseError
403
Forbidden - not sufficient access rights to fulfill the request
404
Not Found - server cannot find the requested in URL resource
ResponseError
500
Internal server error - unexpected condition prevents fulfilling the request
Code Samples
cURL Command
curl https://{api_host}/appliance/configuration-manager/configuration
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrms-appliance-config-api