ComputeManagerStatus

ComputeManagerStatus
ComputeManagerStatus

Runtime status information of the compute manager

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

Errors when connecting with compute manager

string
connection_status
Optional

Status of connection with the compute manager

Possible values are : UP, DOWN, CONNECTING,
string
connection_status_details
Optional

Details about connection status

integer As int64 As int64
last_sync_time
Optional

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

string
oidc_end_point_id
Optional

If Compute manager is trusted as authorization server, then this Id will be Id of corresponding oidc end point.

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, REGISTERED_WITH_ERRORS,
string
version
Optional

Version of the compute manager