Get Distributed Virtual Portgroup

Get Distributed Virtual Portgroup

Show distributed virtual portgroup details

Request
URI
GET
https://www.mgmt.cloud.vmware.com/ni/api/ni/entities/distributed-virtual-portgroups/{id}
COPY
Path Parameters
string
id
Required

entity id

Query Parameters
integer
time
Optional

time in epoch seconds


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns DistributedVirtualPortgroup of type(s) application/json
This response body class contains all of the following: BaseEntity
{
    "entity_id": "string",
    "name": "string",
    "entity_type": "string",
    "vendor_id": "string",
    "vcenter_manager": {
        "entity_id": "string",
        "entity_type": "string"
    },
    "distributed_virtual_switch": {
        "entity_id": "string",
        "entity_type": "string"
    }
}

400

Bad Request

Returns ApiError of type(s) application/json
{
    "code": 0,
    "message": "string",
    "details": [
        {
            "code": 0,
            "message": "string",
            "target": [
                "string"
            ]
        }
    ]
}
integer As int32 As int32
code
Optional

code

string
message
Optional

message

details
Optional

details


401

Unauthorized

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

500

Internal Error

Operation doesn't return any data structure