EdgeConfigurationState

EdgeConfigurationState
EdgeConfigurationState

This contains fields that captures state of Trackable entities. Edge and VPN state entities extend this object.

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"
    ]
}