ComputeManagerStatus

ComputeManagerStatus
ComputeManagerStatus

Runtime status information of the compute manager

JSON Example
{
    "version": "string",
    "connection_status": "string",
    "connection_errors": [
        {
            "timestamp": 0,
            "error_message": "string"
        }
    ],
    "last_sync_time": 0,
    "connection_status_details": "string",
    "registration_errors": [
        {
            "timestamp": 0,
            "error_message": "string"
        }
    ],
    "registration_status": "string"
}
string
version
Optional

Version of the compute manager

string
connection_status
Optional

Status of connection with the compute manager

Possible values are : UP, DOWN, CONNECTING,
array of ErrorInfo
connection_errors
Optional

Errors when connecting with compute manager

integer As int64 As int64
last_sync_time
Optional

Timestamp of the last successful update of Inventory, in epoch milliseconds.

string
connection_status_details
Optional

Details about connection status

array of ErrorInfo
registration_errors
Optional

Errors when registering with compute manager

string
registration_status
Optional

Registration status of compute manager

Possible values are : REGISTERED, UNREGISTERED, REGISTERING,