EdgeClusterState

EdgeClusterState
EdgeClusterState

This holds the state of Edge Cluster. If there are errors in realizing EC outside of MP, it gives details of the components and specific errors.

AllOf
This class requires all of the following:
JSON Example
{
    "details": [
        {
            "failure_code": 0,
            "failure_message": "string",
            "state": "string",
            "sub_system_address": "string",
            "sub_system_id": "string",
            "sub_system_name": "string",
            "sub_system_type": "string"
        }
    ],
    "failure_code": 0,
    "failure_message": "string",
    "state": "string",
    "pending_change_list": [
        "string"
    ]
}