RecoveryRestoreMetadata

Restore.Metadata structure Structure representing metadata


Properties

boolean
applicable Required

Does the VCSA match the deployment type, network properties and version of backed up VC


string
boxname Required

Box name is PNID/ FQDN etc


string
comment Required

Custom comment


messages Required

Any messages if the backup is not aplicable


array of string
parts Required

List of parts included in the backup.


string as date-time
timestamp Required

Time when this backup was completed.


string
version Required

VCSA version


boolean
sso_login_required Optional

Is SSO login required for the vCenter server. This field is optional because it was added in a newer version than its parent node.

JSON Example

{
	"applicable": false,
	"boxname": "string",
	"comment": "string",
	"messages": [
		{
			"args": [
				"string"
			],
			"default_message": "string",
			"id": "string"
		}
	],
	"parts": [
		"string"
	],
	"timestamp": "string",
	"version": "string"
}
Returned By

Validate Restore

Feedback

Was this page helpful?