[{"label":"Latest (v1.1)","version":"latest"}]
vmc

ConnectivityValidationGroups

Properties

groups Optional

List of groups.

JSON Example

{
	"groups": [
		{
			"id": "HLM",
			"name": "string",
			"sub_groups": [
				{
					"help": "string",
					"id": "PRIMARY_DNS",
					"inputs": [
						{
							"id": "HOSTNAME",
							"label": "string",
							"value": "string"
						}
					],
					"label": "string",
					"tests": [
						{
							"path": "string",
							"pktsize": "string",
							"ports": [
								"string"
							],
							"source": "VCENTER",
							"type": "PING"
						}
					]
				}
			]
		}
	]
}
[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Returned By

Get Network Connectivity Checker

Feedback

Was this page helpful?