Get Network Connectivity Checker

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


Authentication
This operation uses the following authentication methods.
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"
                }
            ]
        }
    ]
}
groups
Optional

List of groups.


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure