Retrieves the details of a specific virtual switch controller (Vsc).
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:DescribeVsc |
get |
*Vsc
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| VscId |
string |
Yes |
The ID of the Vsc. |
vsc-001 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
4FD06DF0-9167-5C6F-A145-F30CA4A15D54 |
| VscId |
string |
VscId |
vsc-001 |
| VscType |
string |
The type of the Vsc. |
primary |
| VscName |
string |
The custom name of the Vsc. |
test_name |
| NodeId |
string |
The ID of the compute node where the Vsc is located. |
e01-cn-kvw44e6dn04 |
| Status |
string |
The status of the Vsc. |
Normal |
| ResourceGroupId |
string |
The ID of the resource group. |
rg-aek2k3rqlvv6ytq |
Examples
Success response
JSON format
{
"RequestId": "4FD06DF0-9167-5C6F-A145-F30CA4A15D54",
"VscId": "vsc-001",
"VscType": "primary",
"VscName": "test_name",
"NodeId": "e01-cn-kvw44e6dn04",
"Status": "Normal",
"ResourceGroupId": "rg-aek2k3rqlvv6ytq"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.