Get a list of 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 to return per page. 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 |
Filters applications by tags. The tags are specified as a JSON string that contains an array of key-value pairs.
This parameter is case-sensitive. An application is returned only if it matches all specified tags. On a resource, a tag key can have only one tag value. The tag key and tag value cannot start with |
[{"key":"key","value":"value"}] |
| OrderBy |
string |
No |
The field to sort the applications by. Valid values:
|
runnings |
| Reverse |
boolean |
No |
The sort order. Valid values:
|
true |
| FieldType |
string |
No |
The field to filter applications by. Valid values:
|
appName |
| FieldValue |
string |
No |
The value for the field specified by |
demo-app |
| AppSource |
string |
No |
The type of the SAE application.
|
micro_service |
| IsStateful |
string |
No |
Filters applications by whether they are stateful. Set this parameter to |
|
| NewSaeVersion |
string |
No |
The edition of the application:
|
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| Message |
string |
Additional information about the call result. |
success |
| RequestId |
string |
The unique ID of the request. |
B4D805CA-926D-41B1-8E63-7AD0C1ED**** |
| Data |
object |
The object that contains pagination details and the array of applications. |
|
| CurrentPage |
integer |
The current page number. |
1 |
| TotalSize |
integer |
The total number of applications. |
2 |
| PageSize |
integer |
The number of entries returned per page. |
20 |
| Applications |
array<object> |
An array of application objects. |
|
|
array<object> |
The details of an application. |
||
| AppName |
string |
The application name. |
demo-app |
| NamespaceId |
string |
The ID of the namespace. |
cn-beijing:demo |
| AppDeletingStatus |
boolean |
Indicates whether the application is being deleted. Valid values:
|
false |
| AppId |
string |
The ID of the application. |
f7730764-d88f-4b9a-8d8e-cd8efbfe**** |
| Tags |
array<object> |
An array of tags assigned to the application. |
|
|
object |
The details of a tag. |
||
| Key |
string |
The tag key. |
key |
| Value |
string |
The tag value. |
value |
| RunningInstances |
integer |
The number of running instances. |
2 |
| Instances |
integer |
The configured number of application instances. |
2 |
| RegionId |
string |
The ID of the region where the application is deployed. |
cn-beijing |
| AppDescription |
string |
The description of the application. |
description |
| Cpu |
integer |
The CPU allocated to each instance, measured in millicores. This value cannot be 0. Valid values:
|
1000 |
| Mem |
integer |
The memory allocated to each instance, measured in megabytes (MB). This value cannot be 0 and must be compatible with the CPU allocation. The following options are available:
|
1024 |
| MseEnabled |
boolean |
Indicates whether Microservices Engine (MSE) is enabled for the application. |
true |
| MseNamespaceId |
string |
The ID of the MSE namespace. This value determines the service edition.
|
sae-ent |
| BaseAppId |
string |
The ID of the base application. This parameter is returned only for canary release applications. |
xxx-xxx-xx-xxx |
| ProgrammingLanguage |
string |
The programming language of the application. |
java |
| Children |
array<object> |
An array of canary release applications associated with this application. |
|
|
array<object> |
The details of a canary release application. |
||
| AppName |
string |
The name of the canary release application. |
app1 |
| NamespaceId |
string |
The namespace ID. |
cn-beijing:demo |
| AppDeletingStatus |
boolean |
Indicates whether the canary release application is being deleted. |
false |
| AppId |
string |
The ID of the canary release application. |
xxx-xxx-xxx-xxx |
| ScaleRuleEnabled |
boolean |
Indicates whether an auto scaling policy is enabled. |
false |
| ScaleRuleType |
string |
The type of the auto scaling policy. |
timing |
| Tags |
array<object> |
An array of tags assigned to the canary release application. |
|
|
object |
The details of a tag object. |
||
| Key |
string |
The tag key. |
key |
| Value |
string |
The tag value. |
value |
| RunningInstances |
integer |
The number of running instances. |
2 |
| Instances |
integer |
The configured number of instances for the canary release application. |
2 |
| RegionId |
string |
The region ID. |
cn-beijing |
| AppDescription |
string |
The application description. |
Test application |
| Cpu |
integer |
The CPU specification. |
2000 |
| Mem |
integer |
The memory specification. |
2048 |
| MseEnabled |
boolean |
Indicates whether Microservices Engine (MSE) is enabled for the application. |
true |
| BaseAppId |
string |
The ID of the base application. |
ee99cce6-1c8e-4bfa-96c3-3e2fa9****** |
| ProgrammingLanguage |
string |
The programming language of the application. |
java |
| AppType |
string |
The application's deployment method. |
Image |
| NamespaceName |
string |
The name of the namespace. |
demo |
| IsStateful |
boolean |
Indicates whether the canary release application is stateful. |
|
| NewSaeVersion |
string |
The edition of the application:
|
pro |
| ResourceType |
string |
The resource type. |
|
| EnableIdle |
string |
Indicates if the application is configured to stop automatically when idle. |
|
| ImageUrl |
string |
The URL of the container image. |
registry.cn-hangzhou.aliyuncs.com/sae-serverless-demo/sae-demo:microservice-java-provider-v1.0 |
| PackageUrl |
string |
The URL of the application's deployment package. |
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 application's deployment method. |
Image |
| NamespaceName |
string |
The name of the namespace. |
demo |
| IsStateful |
boolean |
Indicates whether the application is stateful. |
|
| NewSaeVersion |
string |
The edition of the application:
|
pro |
| EnableIdle |
string |
Indicates if the application is configured to stop automatically when idle. |
false |
| DiskSize |
integer |
The disk size in GB. |
20 |
| VpcId |
string |
The ID of the VPC. |
|
| ResourceType |
string |
The resource type. |
|
| Labels |
object |
The labels of the application. |
|
|
string |
|||
| ErrorCode |
string |
The error code. This parameter is returned only if the request fails. For more information, see the Error codes section of this topic.
|
|
| Code |
string |
The HTTP status code. Valid values:
|
200 |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| CurrentPage |
integer |
Current page number. |
1 |
| TotalSize |
integer |
Total number of applications. |
2 |
| PageSize |
integer |
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": "Test application",
"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.