[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Get Network Connectivity Checker
DescriptionRetrieve metadata for connectivity tests.
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}/networking/connectivity-tests
Path Parameters
Path Parameters
string
org
Required
Organization identifier
string
sddc
Required
Sddc identifier
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse 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"
}
]
}
]
}
]
}
Errors
401
Unauthorized
403
Forbidden
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
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