3.1.5.22.2.1.1.2 Response Body
The format for the response body for the Diagnostics ConnectivityCheckResults GET method is as follows.
-
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "PUT JSON Schema for ConnectivityCheck", "definitions": { "networkReference": { "type": "object", "properties": { "resourceRef": { "type": "string" } }, "required": [ "resourceRef" ] } }, "properties": { "properties": { "type": "object", "properties": { "senderLogicalNetwork": { "$ref": "#/definitions/networkReference" }, "receiverLogicalNetwork": { "$ref": "#/definitions/networkReference" }, "senderVirtualNetwork": { "$ref": "#/definitions/networkReference" }, "receiverVirtualNetwork": { "$ref": "#/definitions/networkReference" }, "senderIpAddress": { "type": "string", "format": "ipv4" }, "receiverIpAddress": { "type": "string", "format": "ipv4" }, "disableTracing": { "type": "boolean", "default": false }, "protocol": { "type": "string", "enum": [ "Icmp", "Tcp", "Udp" ], "default": "Icmp" } }, "required": [ "senderIpAddress", "receiverIpAddress" ] } }, "required": [ "properties" ] }
The JSON schema for the Diagnostics ConnectivityCheckResults GET method is located in section 6.20.2.1.