Mengambil daftar aplikasi untuk rilis canary full-link.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
sae:ListApplicationsForSwimmingLane |
list |
*全部资源
|
None | None |
Sintaks permintaan
GET /pop/v1/cas/gray/listApplicationsForSwimmingLane HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| NamespaceId |
string |
Yes |
ID namespace. |
cn-beijing:test |
| GroupId |
integer |
No |
ID kelompok aplikasi. Anda dapat memanggil operasi DescribeApplicationGroups untuk mendapatkan ID. |
b2a8a925-477a-eswa-b823-d5e22500**** |
| Tag |
string |
No |
Tag canary. |
{"alicloud.service.tag":"gray"} |
Elemen respons
|
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 |
Contoh
Respons sukses
JSONformat
{
"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
}
Kode kesalahan
|
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 |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.