Queries the available actions, including atomic actions and cloud product actions.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| RegionId | string | No | The ID of the region. | cn-hangzhou |
| OOSActionName | string | No | The name of the action. All actions whose names contain the specified action name are returned. | MyTemplate |
| MaxResults | integer | No | The number of entries to return on each page. Valid values: 20 to 100. Default value: 50. | 50 |
| NextToken | string | No | The token that is used to retrieve the next page of results. | - |
Response parameters
Examples
Sample success responses
JSONformat
{
"NextToken": "xxx",
"RequestId": "F9154C02-F847-4563-BB6A-6DD01A4F0",
"MaxResults": 50,
"Actions": [
{
"Popularity": 5,
"ActionType": "ACS::Template",
"Description": "ReplaceSystemDisk",
"CreatedDate": "2019-05-16T10:26:14Z",
"TemplateVersion": "v1",
"OOSActionName": "ACS::ECS::ReplaceSystemDisk",
"Properties": {
"ImageId": {
"Description": "The mirror ID you will use when resetting the system",
"Type": "String"
},
"InstanceId": {
"Description": "the instance id that you will handle .",
"Type": "String"
}
}
}
]
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2024-12-12 | API Description Update | View Change Details |
| 2023-08-14 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
