Queries the Serverless Application Engine (SAE) applications of a serverless instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeMachineAppPage |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppRegionId |
string |
No |
The region ID. |
cn-hangzhou |
| Lang |
string |
No |
The language of the request and response. Default value: zh. Valid values:
|
zh |
| CurrentPage |
integer |
No |
The page number of the current page in a paging query. |
1 |
| PageSize |
integer |
No |
The maximum number of entries per page in a paging query. |
20 |
| ResourceDirectoryUid |
integer |
No |
The UID of the resource directory. |
123456 |
| AppId |
string |
No |
The SAE application ID. |
5b41f4bf-349f-4263-89b1-9234c034**** |
| AppName |
string |
No |
The SAE application name. |
agent-commprice-shop |
| AuthVersion |
string |
No |
The authorization version of the asset. Valid values:
|
7 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
PageResult |
||
| AppList |
array<object> |
The list of applications. |
|
|
object |
The list of applications. |
||
| AppId |
string |
The SAE application ID. |
5b41f4bf-349f-4263-89b1-9234c034**** |
| AppName |
string |
The SAE application name. |
app-ubuntu |
| AppRegionId |
string |
The region ID. |
cn-hangzhou |
| PageInfo |
object |
The pagination information of the query result. |
|
| CurrentPage |
integer |
The page number of the current page in a paging query. |
1 |
| PageSize |
integer |
The maximum number of entries per page in a paging query. |
20 |
| TotalCount |
integer |
The total number of entries. |
263 |
| RequestId |
string |
The request ID, which is a unique identifier generated by Alibaba Cloud for the request. You can use this ID to troubleshoot issues. |
028CF634-5268-5660-9575-48C9ED6B**** |
Examples
Success response
JSON format
{
"AppList": [
{
"AppId": "5b41f4bf-349f-4263-89b1-9234c034****",
"AppName": "app-ubuntu",
"AppRegionId": "cn-hangzhou"
}
],
"PageInfo": {
"CurrentPage": 1,
"PageSize": 20,
"TotalCount": 263
},
"RequestId": "028CF634-5268-5660-9575-48C9ED6B****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.