Get Dvpg Properties

Get Dvpg Properties

Returns the DVPG properties, such as promiscuous mode and forged transmit, of a specific Org vDC network. This is a SysAdmin only API.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/orgVdcNetworks/{vdcNetworkId}/dvpgProperties
COPY
Path Parameters
string
vdcNetworkId
Required

vdcNetworkId

string
vdcNetworkId
Required

vdcNetworkId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns DvpgProperties of type(s) application/json;version=36.3
{
    "dvpgProperties": [
        {
            "dvpgMoref": "string",
            "vlanId": 0,
            "promiscuousMode": false,
            "forgedTransmit": false,
            "dvSwitch": {
                "backingRef": {
                    "id": "string",
                    "name": "string"
                },
                "virtualCenter": {
                    "name": "string",
                    "id": "string"
                }
            }
        }
    ]
}
dvpgProperties
Optional

List of DvpgProperty for each DVPG backing this network


404

The specified resource was not found

Returns Error of type(s) application/json;version=36.3
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace