Queries a list of applications that you are authorized to access based on specified filter conditions.
Operation description
Usage notes
You can filter applications by application status.
QPS limit
The single-user QPS limit for this operation is 30 calls per second. If the limit is exceeded, API calls are throttled, which may affect your business. Call this operation properly. For more information, see QPS limit.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:ListAppInfo |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Status |
string |
No |
The application status. You can query applications in a specified status. After an application is created, the status is Normal by default. Valid values:
|
Normal |
| PageNo |
integer |
No |
The page number. Default value: 1. |
1 |
| PageSize |
integer |
No |
The number of entries per page. Default value: 10. Maximum value: 100. |
10 |
| ResourceGroupId |
string |
No |
The resource group ID. |
rg-aekzko7fsuj**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| Total |
integer |
The total number of entries. |
10 |
| RequestId |
string |
The request ID. |
25818875-5F78-4A13-4D5C-D7393642**** |
| AppInfoList |
array<object> |
The list of application information. |
|
|
object |
The application details. |
||
| Type |
string |
The application type. Valid values:
|
System |
| Status |
string |
The application status. Valid values:
|
Normal |
| CreationTime |
string |
The time when the application was created. The time is in the yyyy-MM-ddTHH:mm:ssZ format (UTC). |
2019-03-01T08:00:00Z |
| AppName |
string |
The application name. |
test |
| Description |
string |
The application description. |
my first app. |
| AppId |
string |
The application ID. |
app-**** |
| ModificationTime |
string |
The time when the application was last modified. The time is in the |
2019-03-01T09:00:00Z |
| RegionId |
string |
The region. |
cn-shanghai |
| ResourceGroupId |
string |
The resource group ID. |
rg-aekzko7fsuj**** |
Examples
Success response
JSON format
{
"Total": 10,
"RequestId": "25818875-5F78-4A13-4D5C-D7393642****",
"AppInfoList": [
{
"Type": "System",
"Status": "Normal",
"CreationTime": "2019-03-01T08:00:00Z",
"AppName": "test",
"Description": "my first app.",
"AppId": "app-****",
"ModificationTime": "2019-03-01T09:00:00Z",
"RegionId": "cn-shanghai",
"ResourceGroupId": "rg-aekzko7fsuj****"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.