InlineManualHealthCheck1

InlineManualHealthCheck1
InlineManualHealthCheck1
JSON Example
{
    "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": "HealthCheckSpecVlans Object"
}
string
operation_status
Optional

The operation status for health check

Possible values are : IN_PROGRESS, FINISHED,
result
Optional

Result of health check.

string
transport_zone_id
Required

The entity ID works as a filter param. Entity ID and entity type should be both provided or not at a query.

vlans
Required

HealthCheckSpecVlan is used for specifying VLAN ID ranges for healthcheck.