Get Sddc Connection

Get Sddc Connection

Get a list of SDDC connections currently setup for the customer's organization.

Request
URI
GET
https://{api_host}/vmc/api/orgs/{org}/account-link/sddc-connections
COPY
Path Parameters
string
org
Required

Organization identifier.

Query Parameters
string
sddc
Optional

sddc


Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "updated": "string",
        "user_id": "string",
        "updated_by_user_id": "string",
        "created": "string",
        "version": 5,
        "updated_by_user_name": "string",
        "user_name": "string",
        "id": "1d1c83ee-e0b7-4de9-b660-9a9ca1d22f32",
        "cidr_block_subnet": "string",
        "connected_account_id": "string",
        "eni_group": "string",
        "subnet_id": "string",
        "cgw_present": false,
        "org_id": "string",
        "sddc_id": "string",
        "cidr_block_vpc": "string",
        "connection_order": 0,
        "state": "string",
        "subnet_availability_zone": "string",
        "vpc_id": "string",
        "customer_eni_infos": [
            {
                "secondary_ip_addresses": [
                    "string"
                ],
                "eni_id": "string",
                "primary_ip_address": "string"
            }
        ],
        "default_route_table": "string"
    }
]
Optional

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vmc/api/orgs/{org}/account-link/sddc-connections