Get Switching Profile Status

Get Switching Profile Status

Get Counts of Ports and Switches Using This Switching Profile

Request
URI
GET
https://nsxmanager.your.domain/api/v1/switching-profiles/{switching-profile-id}/summary
COPY
Path Parameters
string
switching-profile-id
Required

switching-profile-id


Authentication
This operation uses the following authentication methods.
Responses
200

Success

Returns SwitchingProfileStatus of type(s) application/json
{
    "num_logical_ports": 0,
    "switching_profile_id": "string",
    "num_logical_switches": 0
}
integer As int64 As int64
num_logical_ports
Optional

num_logical_ports

string
switching_profile_id
Optional

switching_profile_id

integer As int64 As int64
num_logical_switches
Optional

num_logical_switches


default

Unexpected error

Returns ApiError of type(s) application/json
{
    "module_name": "string",
    "error_message": "string",
    "error_code": 0
}
string
module_name
Optional

module_name

string
error_message
Optional

error_message

integer As int64 As int64
error_code
Optional

error_code