Get Network Connectivity Test Metadata
Retrieve metadata for connectivity tests.
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}/networking/connectivity-tests
Parameters
Parameters
string
org
Required
Organization identifier
string
sddc
Required
Sddc identifier
Response
Response
Response BodyResponse Body
200 OK returns
ConnectivityValidationGroups
{
"groups": [
{
"id": "string",
"name": "string",
"sub_groups": [
{
"help": "string",
"id": "string",
"inputs": [
{
"id": "string",
"label": "string",
"value": "string"
}
],
"label": "string",
"tests": [
{
"path": "string",
"ports": [
"string"
],
"source": "string",
"type": "string"
}
]
}
]
}
]
}
cURL Command
curl https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}/networking/connectivity-tests
Errors
Not available
403
The server understood the request, but is refusing to fulfill it.
Not available
401
The request requires user authentication.