Lists the operations that a service supports.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
bpstudio:ListOperations |
get |
*BPStudioVirtual
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ServiceType |
string |
Yes |
The service type. |
ecs |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| Message |
string |
The error message. |
NotFound |
| RequestId |
string |
The request ID. |
A07FFDF2-78FA-1B48-9E38-88E833A93187 |
| Code |
string |
The status code. |
200 |
| Data |
array<object> |
The data returned. |
|
|
object |
A list of operations. |
||
| Service |
string |
The service type. |
ecs |
| Operation |
string |
The operation name. |
addTags |
| DisplayName |
string |
The description of the operation. |
Add Tag |
Examples
Success response
JSON format
{
"Message": "NotFound",
"RequestId": "A07FFDF2-78FA-1B48-9E38-88E833A93187",
"Code": "200",
"Data": [
{
"Service": "ecs",
"Operation": "addTags",
"DisplayName": "Add Tag"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.