Get Network

Get Network

Use this endpoint to get vm networks
Authorized Roles : PROVIDER

Request
URI
GET
https://{api_host}/provider/vcenter/{id}/clusters/{clusterMorId}/networks
COPY
Path Parameters
string
id
Required

vCenter Id

string
clusterMorId
Required

Morid of cluster

Query Parameters
string
host
Optional

Morid of host


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns NetworkDTO of type(s) application/vnd.vmware.dms-v1+json
{
    "value": [
        {
            "name": "string",
            "network": "string",
            "default": false
        }
    ]
}
value
Optional

value


400

Bad Request

Operation doesn't return any data structure