Menampilkan semua tag swimming lane.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
sae:ListSwimmingLaneGroupTags |
list |
*全部资源
|
None | None |
Sintaks permintaan
GET /pop/v1/cas/gray/listSwimmingLaneGroupTags HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| NamespaceId |
string |
No |
ID namespace. |
cn-beijing:test |
| GroupId |
integer |
No |
ID kelompok swimming lane. |
2074 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The request ID. |
30375C38-F4ED-4135-A0AE-5C75DC7F**** |
| Message |
string |
The response message.
|
success |
| TraceId |
string |
The trace ID that is used to query the details of a request. |
ac1a0b2215622920113732501e**** |
| Data |
array<object> |
The data returned. |
|
|
object |
The details of a swimming lane tag. |
||
| Tag |
string |
The swimming lane tag. |
g1 |
| Metadata |
string |
The metadata. |
{\"tag\":\"g1\",\"priority\":100,\"type\":\"tag\",\"desc\":\"sys-label\"} |
| 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
{
"RequestId": "30375C38-F4ED-4135-A0AE-5C75DC7F****",
"Message": "success",
"TraceId": "ac1a0b2215622920113732501e****",
"Data": [
{
"Tag": "g1\n",
"Metadata": "{\\\"tag\\\":\\\"g1\\\",\\\"priority\\\":100,\\\"type\\\":\\\"tag\\\",\\\"desc\\\":\\\"sys-label\\\"}\n"
}
],
"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 | InvalidParameter.Obviously | The specified parameter is invalid {%s}. | |
| 400 | InvalidParameter.WithMessage | The parameter is invalid {%s}: %s | |
| 400 | MseGatewayRule.CreateFailed | Create MSE Gateway rule failed. | |
| 400 | InternalApiError | An exception occurred when calling mse:%s, error message: %s. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.