[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrms-appliance-config-api

ConfigurationInfoDrResponseEntity

Information about the current appliance configuration.


AllOf


This class requires all of the following:

Properties

_meta Optional

Response meta data. Contains data about the response payload data.

JSON Example

{
	"_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"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrms-appliance-config-api
Returned By

Get Configuration

Feedback

Was this page helpful?