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

ConnectivityValidationGroup

Properties

string
id Optional

test group id, currently, only HLM.

Possible values are: HLMDRAAS


string
name Optional

Name of the test group.


sub_groups Optional

List of sub groups.

JSON Example

{
	"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
Property Of

ConnectivityValidationGroups
Parameter To

Post Network Connectivity Checker

Feedback

Was this page helpful?