Retrieves a list of applications for full-link canary releases.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
sae:ListApplicationsForSwimmingLane |
list |
*All Resource
|
None | None |
Request syntax
GET /pop/v1/cas/gray/listApplicationsForSwimmingLane HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| NamespaceId |
string |
Yes |
The namespace ID. |
cn-beijing:test |
| GroupId |
integer |
No |
The ID of the application group. You can call the DescribeApplicationGroups operation to obtain the ID. |
b2a8a925-477a-eswa-b823-d5e22500**** |
| Tag |
string |
No |
The canary tag. |
{"alicloud.service.tag":"gray"} |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| Message |
string |
The response message. Valid values:
|
success |
| RequestId |
string |
The trace ID used to query the details of a request. |
0a98a02315955564772843261e**** |
| Data |
array<object> |
The application list. |
|
|
array<object> |
Information about an application in the list. |
||
| AppId |
string |
The application ID. |
0099b7be-5f5b-4512-a7fc-56049ef1**** |
| AppName |
string |
The application name. |
demo-app |
| MseAppId |
string |
The ID of the MSE instance. |
mse-cn-hvm47****** |
| MseAppName |
string |
The name of the MSE instance. |
test |
| MseNamespaceId |
string |
The ID of the namespace in which the MSE instance resides. |
sae-test |
| BaseAppId |
string |
The ID of the baseline application. |
8c573618-8d72-4407-baf4-f7b64b****** |
| BaseAppName |
string |
The name of the baseline application. |
demo |
| ServiceTags |
object |
The canary tags configured for the application. |
|
|
string |
The value of a canary tag. |
{"alicloud.service.tag":"gray"} |
|
| ErrorCode |
string |
The error code.
|
|
| Code |
string |
The HTTP status code. Valid values:
|
200 |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"Message": "success",
"RequestId": "0a98a02315955564772843261e****",
"Data": [
{
"AppId": "0099b7be-5f5b-4512-a7fc-56049ef1****",
"AppName": "demo-app",
"MseAppId": "mse-cn-hvm47******",
"MseAppName": "test",
"MseNamespaceId": "sae-test",
"BaseAppId": "8c573618-8d72-4407-baf4-f7b64b******",
"BaseAppName": "demo",
"ServiceTags": {
"key": "{\"alicloud.service.tag\":\"gray\"}"
}
}
],
"ErrorCode": "",
"Code": "200",
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter.NotEmpty | You must specify the parameter %s. | |
| 400 | InternalApiError | An exception occurred when calling mse:%s, error message: %s. | |
| 400 | InvalidParameter.WithMessage | The parameter is invalid {%s}: %s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.