All Products
Search
Document Center

Microservices Engine:QueryAllSwimmingLaneGroup

Last Updated:Aug 12, 2024

Queries all lane groups.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
NamespacestringNo

The name of the Microservices Engine (MSE) namespace that you want to query.

default
AcceptLanguagestringNo

The language of the response. Valid values:

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The ID of the request.

54973C90-F379-4372-9AA5-053A3F7****
Successboolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.
  • false: The request failed.
true
Codeinteger

The status code. A value of 200 is returned if the request is successful.

200
ErrorCodestring

The error code returned if the request failed.

mse-100-000
HttpStatusCodeinteger

The HTTP status code returned.

200
Messagestring

The returned message.

  • If the request is successful, a success message is returned.
  • If the request fails, an error message is returned.
The request was successfully processed.
DynamicMessagestring

The dynamic part in the error message.

The specified parameter is invalid.
Dataany

The details of the data.

[{id:100,name:"test"}]

Examples

Sample success responses

JSONformat

{
  "RequestId": "54973C90-F379-4372-9AA5-053A3F7****",
  "Success": true,
  "Code": 200,
  "ErrorCode": "mse-100-000",
  "HttpStatusCode": 200,
  "Message": "The request was successfully processed.\n",
  "DynamicMessage": "The specified parameter is invalid.",
  "Data": "[{id:100,name:\"test\"}]\n"
}

Error codes

HTTP status codeError codeError messageDescription
400IllegalRequestInvalid request:%sInvalid request: %s
400InvalidParameterParameter error:%sRequest parameter error: %s
403NoPermissionYou are not authorized to perform this operation:%sYou do not have the permission to use this interface:%s
404NotFoundNot found:%sThe resource does not exist:%s
500InternalErrorConsole error. Try again later:%sConsole error. Try again later: %s

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-03-14The response structure of the API has changedView Change Details
2023-03-30The response structure of the API has changedView Change Details
2023-03-22The response structure of the API has changedView Change Details