Lists applications.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
sae:ListApplications |
get |
*All Resource
|
None | None |
Request syntax
GET /pop/v1/sam/app/listApplications HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CurrentPage |
integer |
No |
The current page number. |
1 |
| PageSize |
integer |
No |
The number of entries per page for paged queries. Valid values: 0 to 10000. |
20 |
| AppName |
string |
No |
The application name. |
demo-app |
| NamespaceId |
string |
No |
The namespace ID. |
cn-beijing:demo |
| Tags |
string |
No |
The key-value pairs of tags. Values are described as follows:
Tag keys and values are case-sensitive. If you specify multiple tags, all tags are created and attached to the specified resource. Each tag key on a resource can have only one tag value. If you add a tag with an existing key, the value is updated to the new value. Tag keys and values cannot start with |
[{"key":"key","value":"value"}] |
| OrderBy |
string |
No |
Sorts applications. Valid values:
|
runnings |
| Reverse |
boolean |
No |
Sorts applications by instance status. If statuses are identical, sort by instance ID. Valid values:
Ascending order of instance states:
|
true |
| FieldType |
string |
No |
The dimension used to filter applications. Valid values:
|
appName |
| FieldValue |
string |
No |
The application name, application ID, SLB IP address, or instance IP address of the target application. |
demo-app |
| AppSource |
string |
No |
The SAE application type. Valid values:
|
micro_service |
| IsStateful |
string |
No |
||
| NewSaeVersion |
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| Message |
string |
Additional information about the call result. |
success |
| RequestId |
string |
The request ID. |
B4D805CA-926D-41B1-8E63-7AD0C1ED**** |
| Data |
object |
The list of applications. |
|
| CurrentPage |
integer |
The current page number. |
1 |
| TotalSize |
integer |
The total number of applications. |
2 |
| PageSize |
integer |
The page size. |
20 |
| Applications |
array<object> |
The list of applications. |
|
|
array<object> |
Application information. |
||
| AppName |
string |
The application name. |
demo-app |
| NamespaceId |
string |
The namespace ID. |
cn-beijing:demo |
| AppDeletingStatus |
boolean |
Indicates whether the application is being deleted. Valid values:
|
false |
| AppId |
string |
The application ID. |
f7730764-d88f-4b9a-8d8e-cd8efbfe**** |
| Tags |
array<object> |
The application tags. |
|
|
object |
The application tag information. |
||
| Key |
string |
The tag key. |
key |
| Value |
string |
The tag value. |
value |
| RunningInstances |
integer |
The number of running instances. |
2 |
| Instances |
integer |
The number of application instances. |
2 |
| RegionId |
string |
The region ID. |
cn-beijing |
| AppDescription |
string |
The application description. |
description |
| Cpu |
integer |
The CPU required per instance, in millicores. Cannot be zero. Only the following defined specifications are supported:
|
1000 |
| Mem |
integer |
The memory required per instance, in MB. Cannot be zero. Memory is paired with CPU. Only the following defined specifications are supported:
|
1024 |
| MseEnabled |
boolean |
Indicates whether MSE microservice governance is enabled for this application. |
true |
| MseNamespaceId |
string |
The MSE microservice governance namespace. Valid values:
|
sae-ent |
| BaseAppId |
string |
The base application ID. This property exists only for grayscale applications. |
xxx-xxx-xx-xxx |
| ProgrammingLanguage |
string |
The programming language of the application. |
java |
| Children |
array<object> |
The list of grayscale applications for this application. |
|
|
array<object> |
Detailed information. |
||
| AppName |
string |
The application name. |
app1 |
| NamespaceId |
string |
The namespace ID. |
cn-beijing:demo |
| AppDeletingStatus |
boolean |
Indicates whether this application is being deleted. |
false |
| AppId |
string |
The application ID. |
xxx-xxx-xxx-xxx |
| ScaleRuleEnabled |
boolean |
Indicates whether elastic scaling rules are enabled. |
false |
| ScaleRuleType |
string |
The type of elastic scaling rule. |
timing |
| Tags |
array<object> |
The application tags. |
|
|
object |
The application tags. |
||
| Key |
string |
The tag key. |
key |
| Value |
string |
The tag value. |
value |
| RunningInstances |
integer |
The number of running instances. |
2 |
| Instances |
integer |
The number of instances. |
2 |
| RegionId |
string |
The region ID. |
cn-beijing |
| AppDescription |
string |
The application description. |
测试应用 |
| Cpu |
integer |
The CPU size. |
2000 |
| Mem |
integer |
The memory size. |
2048 |
| MseEnabled |
boolean |
Indicates whether MSE microservice governance is enabled for this application. |
true |
| BaseAppId |
string |
The base application ID. |
ee99cce6-1c8e-4bfa-96c3-3e2fa9****** |
| ProgrammingLanguage |
string |
The programming language used by the application. |
java |
| AppType |
string |
The deployment method of the application. |
Image |
| NamespaceName |
string |
The namespace name. |
demo |
| IsStateful |
boolean |
||
| NewSaeVersion |
string |
The application version. Valid values:
|
pro |
| ResourceType |
string |
||
| EnableIdle |
string |
||
| ImageUrl |
string |
Registry Address. |
registry.cn-hangzhou.aliyuncs.com/sae-serverless-demo/sae-demo:microservice-java-provider-v1.0 |
| PackageUrl |
string |
The deployment package URL. |
https://sae-oss-cn-hangzhou.oss-cn-hangzhou.aliyuncs.com/apps/K8S_APP_ID/1421801774382676/adf2624a-66fd-4a2b-8caa-6921da******/hello-sae.jar |
| AppType |
string |
The deployment method of the application. |
Image |
| NamespaceName |
string |
The namespace name. |
demo |
| IsStateful |
boolean |
||
| NewSaeVersion |
string |
The application version. Valid values:
|
pro |
| EnableIdle |
string |
Indicates whether idle mode is enabled. |
false |
| DiskSize |
integer |
The disk storage size, in GB. |
20 |
| VpcId |
string |
||
| ResourceType |
string |
||
| Labels |
object |
||
|
string |
|||
| ErrorCode |
string |
The error code. Valid values:
|
空 |
| Code |
string |
The API status or POP error code. Valid values:
|
200 |
| Success |
boolean |
Indicates whether the application list was retrieved. Valid values:
|
true |
| CurrentPage |
integer |
The current page number. |
1 |
| TotalSize |
integer |
The total number of applications. |
2 |
| PageSize |
integer |
The page size. |
20 |
Examples
Success response
JSON format
{
"Message": "success",
"RequestId": "B4D805CA-926D-41B1-8E63-7AD0C1ED****",
"Data": {
"CurrentPage": 1,
"TotalSize": 2,
"PageSize": 20,
"Applications": [
{
"AppName": "demo-app",
"NamespaceId": "cn-beijing:demo",
"AppDeletingStatus": false,
"AppId": "f7730764-d88f-4b9a-8d8e-cd8efbfe****",
"Tags": [
{
"Key": "key",
"Value": "value"
}
],
"RunningInstances": 2,
"Instances": 2,
"RegionId": "cn-beijing",
"AppDescription": "description",
"Cpu": 1000,
"Mem": 1024,
"MseEnabled": true,
"MseNamespaceId": "sae-ent",
"BaseAppId": "xxx-xxx-xx-xxx",
"ProgrammingLanguage": "java",
"Children": [
{
"AppName": "app1",
"NamespaceId": "cn-beijing:demo",
"AppDeletingStatus": false,
"AppId": "xxx-xxx-xxx-xxx",
"ScaleRuleEnabled": false,
"ScaleRuleType": "timing",
"Tags": [
{
"Key": "key",
"Value": "value"
}
],
"RunningInstances": 2,
"Instances": 2,
"RegionId": "cn-beijing",
"AppDescription": "测试应用",
"Cpu": 2000,
"Mem": 2048,
"MseEnabled": true,
"BaseAppId": " ee99cce6-1c8e-4bfa-96c3-3e2fa9******",
"ProgrammingLanguage": "java",
"AppType": "Image",
"NamespaceName": "demo",
"IsStateful": false,
"NewSaeVersion": "pro",
"ResourceType": "",
"EnableIdle": ""
}
],
"ImageUrl": "registry.cn-hangzhou.aliyuncs.com/sae-serverless-demo/sae-demo:microservice-java-provider-v1.0",
"PackageUrl": "https://sae-oss-cn-hangzhou.oss-cn-hangzhou.aliyuncs.com/apps/K8S_APP_ID/1421801774382676/adf2624a-66fd-4a2b-8caa-6921da******/hello-sae.jar",
"AppType": "Image",
"NamespaceName": "demo",
"IsStateful": false,
"NewSaeVersion": "pro",
"EnableIdle": "false",
"DiskSize": 20,
"VpcId": "",
"ResourceType": "",
"Labels": {
"key": ""
}
}
]
},
"ErrorCode": "空",
"Code": "200",
"Success": true,
"CurrentPage": 1,
"TotalSize": 2,
"PageSize": 20
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Illegal.argument | Illegal argument |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.