Obtaining All Lanes Based on the Microservice Engine ID
Function
This API is used to obtain all lanes based on the microservice engine ID.
URI
GET /v3/{project_id}/cas/swimlane
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Tenant's project ID. See Obtaining a Project ID. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
engine_id |
Yes |
String |
Microservice engine ID. See Querying the Exclusive Microservice Engine List. |
Request
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
Content-Type |
Yes |
String |
Message body type (format). Default value: application/json;charset=utf8. |
X-Auth-Token |
Yes |
String |
API calling can be authenticated using a token or AK/SK. If you use a token, this parameter is mandatory and must be set to the token. For details about how to obtain a token, see Obtaining a User Token. |
Response
Parameter |
Type |
Description |
---|---|---|
count |
Integer |
Total number of lanes. |
swimlanes |
Array of objects |
List of lanes. See Table 5. |
Parameter |
Type |
Description |
---|---|---|
id |
String |
Lane ID. |
name |
String |
Lane name. |
swimlane_group_id |
String |
Lane group ID. |
type |
String |
Lane type.
|
tag |
String |
Lane tag, which is used to control traffic routing. |
route_status |
String |
Route status.
|
rule_match_mode |
String |
Mode of matching routing rules. This parameter is valid when gray_release_type is set to CONTENT.
|
rules |
Array of objects |
Routing rules. This parameter is valid when gray_release_type is set to CONTENT. See Table 6. |
weight |
Integer |
Lane traffic weight. Value range: 0–100. This parameter is valid when gray_release_type is set to WEIGHT. |
project_id |
String |
Project ID. |
create_time |
Integer |
Creation time. |
update_time |
Integer |
Update time. |
creator |
String |
Creator. |
Example Request
None
Example Response
{ "swimlanes": [ { "id": "8c6274b9-113e-4066-9b1c-320fe5ae327b", "name": "baselane", "swimlane_group_id": "13c73b95-ec0f-4e11-8901-d1e3c9142d75", "type": "BASE", "tag": "base", "weight": 100, "route_status": "ENABLE", "swimlane_group": { "routeInGroupTags": null, "gateways": [ { "id": "6b44bcf9-99e9-46f4-9ab5-7670456073fc", "name": "microGateway-pyy-0127-1", "target_services": [ { "id": "e882070c-7d02-4db1-8b84-619ee88f1a25", "host": "unit-provider-all..wulumuqi.servicecomb", "name": "unit-provider-all" } ], "engine_id": "b4032a08-b09d-47e4-a01f-596906df6f55" } ], "id": "13c73b95-ec0f-4e11-8901-d1e3c9142d75", "name": "test-wqd", "gray_release_type": "WEIGHT", "description": "111" } } ], "count": 1 }
Status Code
Status Code |
Description |
---|---|
200 |
OK |
400 |
Bad Request |
404 |
Not Found |
500 |
Internal Server Error |
Error Code
The error code format is SVCSTG.00100.[Error_ID], for example, SVCSTG.00100400. For details, see ServiceStage Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot