Updated on 2025-04-25 GMT+08:00

Querying a Dark Launch Policy

Function

This API is used to query a dark launch policy.

URI

GET /v3/{project_id}/govern/route-rule/microservices/{service_name}

Table 1 Path parameter

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID, which must be unique. The value contains 1 to 64 characters.

service_name

Yes

String

Microservice name.

Table 2 Query parameters

Parameter

Mandatory

Type

Description

environment

No

String

Environment. If this parameter is left blank, <empty> is used.

app_id

No

String

Application. If this parameter is left blank, default is used.

Request

Table 3 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

User token.

x-engine-id

Yes

String

Instance ID of an exclusive microservice engine.

X-Enterprise-Project-ID

Yes

String

Enterprise project ID.

Response

Status code: 200
Table 4 Response body parameters

Parameter

Type

Description

result

String

Result.

Status code: 400
Table 5 Response body parameters

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error message.

detail

String

Location details.

Example Request

GET https://{endpoint}/v3/{project_id}/govern/route-rule/microservices/{service_name}

Example Response

Status code: 200

Response structure for querying a dark launch policy.

{
  "result" : "string"
}

Status Code

Status Code

Description

200

OK

400

Bad Request

Error Code

See Error Codes.