Queries applications in Operation Orchestration Service (OOS). The application management service region supports only China (Hangzhou).
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
oos:ListApplications |
list |
*Application
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. Set the value to cn-hangzhou. |
cn-hangzhou |
| MaxResults |
integer |
No |
The number of entries to return on each page. Valid values: 10 to 100. Default value: 50. |
10 |
| NextToken |
string |
No |
A pagination token. It can be used in the next request to retrieve a new page of results. |
- |
| Tags |
object |
No |
The tags to filter applications by. |
{"k1": "v1","k2": "v2"} |
| Names |
string |
No |
The application names to query. |
["MyApplication"] |
| Name |
string |
No |
The application name. |
"MyApplications" |
| ApplicationType |
string |
No |
The type of the application. Valid values:
Valid values:
|
DingTalk |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| NextToken |
string |
A pagination token. It can be used in the next request to retrieve a new page of results. |
AAAAAV3MpHK1AP0pfERHZN5pu6l5V9uON**** |
| RequestId |
string |
The request ID. |
12067D53-56A9-561B-ADD6-61429D207117 |
| MaxResults |
integer |
The number of entries returned per page. |
10 |
| Applications |
array<object> |
The applications returned. |
|
|
array<object> |
|||
| Description |
string |
The application description. |
Application |
| UpdateDate |
string |
The time when the application was updated. |
2021-09-07T09:09:59Z |
| ResourceGroupId |
string |
The resource group ID. |
rg-acfmxsn4m****** |
| Tags |
object |
The tags of the application. |
{"k1": "v1","k2": "v2"} |
| Name |
string |
The application name. |
MyApplication |
| CreateDate |
string |
The time when the application was created. |
2021-09-07T09:09:59Z |
| ApplicationType |
string |
The application type. |
DingTalk |
Examples
Success response
JSON format
{
"NextToken": "-",
"RequestId": "12067D53-56A9-561B-ADD6-61429D207117",
"MaxResults": 10,
"Applications": [
{
"Description": "Application",
"UpdateDate": "2021-09-07T09:09:59Z",
"ResourceGroupId": "rg-acfmxsn4m******",
"Tags": {
"k1": "v1",
"k2": "v2"
},
"Name": "MyApplication",
"CreateDate": "2021-09-07T09:09:59Z",
"ApplicationType": "DingTalk"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.