BackupRestoreManagedEntityStatus
Overall status of backup/restore operation state of a managed entity
Overall status of backup/restore operation of a managed entity
JSON Example
{
"id": "string",
"name": "string",
"type": "string",
"status": "string",
"error_messages": [
"string"
]
}
string
id
Required
Unique managed entity ID
string
name
Required
Unique entity name
type
Required
Types of entities managed by the system being backup'ed and restored
Enumeration:
NSX_MANAGER,
SSP,
AVI,
SENSORSITE
status
Required
Current health of the managed entity. READY indicates the entity is properly onboarded and ready for use.
Enumeration:
READY,
NOT_READY,
INACTIVE,
UNKNOWN
array of
string
error_messages
Required
Error messages pertaining to backup operation on this endpoint