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

ApplianceInfoDrResponseEntity

Detailed information about the appliance.


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"
			}
		]
	},
	"appliance_build_number": "10010",
	"appliance_version": "9.0.0-10010",
	"hostname": "string",
	"product_build_number": "12345",
	"product_name": "vSphere Replication",
	"system_information": "string"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrms-appliance-config-api
Returned By

Get Appliance Info

Feedback

Was this page helpful?