Get Network Connectivity Checker
Retrieve metadata for connectivity tests.
Request
URI
GET
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}/networking/connectivity-tests
COPY
Path Parameters
string
org
Required
Organization identifier
string
sddc
Required
Sddc identifier
Responses
200
Successful
Returns ConnectivityValidationGroups of type(s) application/json
{
"groups": [
{
"id": "string",
"name": "string",
"sub_groups": [
{
"inputs": [
{
"id": "string",
"value": "string",
"label": "string"
}
],
"tests": [
{
"source": "string",
"path": "string",
"type": "string",
"ports": [
"string"
],
"pktsize": "string"
}
],
"label": "string",
"help": "string",
"id": "string"
}
]
}
]
}
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
Troubleshooting Operations
GET
Get Network Connectivity Checker
POST
Post Network Connectivity Checker