Lists all swimming lane tags.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
sae:ListSwimmingLaneGroupTags |
list |
*All Resource
|
None | None |
Request syntax
GET /pop/v1/cas/gray/listSwimmingLaneGroupTags HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| NamespaceId |
string |
No |
The namespace ID. |
cn-beijing:test |
| GroupId |
integer |
No |
The swimming lane group ID. |
2074 |
Response elements
|
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 |
Examples
Success response
JSON format
{
"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
}
Error codes
|
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. | Failed to create an MSE microservices gateway route. |
| 400 | InternalApiError | An exception occurred when calling mse:%s, error message: %s. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.