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

Get Network Connectivity Checker

Description

Retrieve metadata for connectivity tests.

Request

Request

URL

URL


get
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}/networking/connectivity-tests
Copy

Path Parameters

Path Parameters

string
org Required

Organization identifier


string
sddc Required

Sddc identifier


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns ConnectivityValidationGroups of type(s) application/json
{
	"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"
						}
					]
				}
			]
		}
	]
}
groups Optional

List of groups.

Errors

Errors

401

Unauthorized


403

Forbidden

Code Samples

Code Samples

PowerCLI Client SDK Example

Invoke-OrgsOrgSddcsSddcNetworkingConnectivityTestsGet -Org "MyOrg" -Sddc "MySddc"

cURL Command

curl https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}/networking/connectivity-tests
Vendor Extensions

Vendor Extensions

This operation contains the following vendor extensions defined in the spec:
x-vmc-ui-servicename: network-connectivity-checker
x-vmw-vapi-methodname: get


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

Was this page helpful?