ManualHealthCheckListResult

ManualHealthCheckListResult
ManualHealthCheckListResult

Manual health check list result for query with list parameters.

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "cursor": "string",
    "result_count": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "_self": {},
            "_revision": 0,
            "_create_time": 0,
            "_create_user": "string",
            "_last_modified_time": 0,
            "_last_modified_user": "string",
            "_protection": "string",
            "_system_owned": false,
            "description": "string",
            "display_name": "string",
            "id": "string",
            "resource_type": "string",
            "tags": [
                {
                    "scope": "string",
                    "tag": "string"
                }
            ],
            "operation_status": "string",
            "result": {
                "results_per_transport_node": [
                    {
                        "result_on_host_switch": {
                            "host_switch_name": "string",
                            "results_per_uplink": [
                                {
                                    "mtu_disallowed": [
                                        {
                                            "end": 0,
                                            "start": 0
                                        }
                                    ],
                                    "uplink_name": "string",
                                    "vlan_and_mtu_allowed": [
                                        {
                                            "end": 0,
                                            "start": 0
                                        }
                                    ],
                                    "vlan_disallowed": [
                                        {
                                            "end": 0,
                                            "start": 0
                                        }
                                    ]
                                }
                            ],
                            "updated_time": 0,
                            "vlan_mtu_status": "string"
                        },
                        "transport_node_id": "string"
                    }
                ],
                "updated_time": 0,
                "vlan_mtu_status": "string"
            },
            "transport_zone_id": "string",
            "vlans": {
                "vlan_ranges": [
                    {
                        "end": 0,
                        "start": 0
                    }
                ]
            }
        }
    ]
}