All Products
Search
Document Center

Cloud Enterprise Network:CheckTransitRouterService

Last Updated:Mar 25, 2024

Queries whether your Alibaba Cloud account has the transit router feature activated.

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
ClientTokenstringNo

The client token that is used to ensure the idempotence of the request.

You can use the client to generate a token, but you must make sure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.

02fb3da4-130e-11e9-8e44-001****

Response parameters

ParameterTypeDescriptionExample
object
Enabledstring

Indicates whether the transit router feature is activated.

  • true: activated
  • If this value is not returned, the system prompts that the current account does not have the transit router feature activated.
true
RequestIdstring

The ID of the request.

5D93C8B9-C354-5C3E-BEFB-BA8A2C314D68

Examples

Sample success responses

JSONformat

{
  "Enabled": "true",
  "RequestId": "5D93C8B9-C354-5C3E-BEFB-BA8A2C314D68"
}

Error codes

HTTP status codeError codeError messageDescription
400USER_NOT_OPEN_TR_SERVICEThe user has not open transit router service.-
400InvalidParameterInvalid parameter.The error message returned because the parameter is set to an invalid value.
400UnauthorizedThe AccessKeyId is unauthorized.The error message returned because you do not have the permissions to perform this operation.

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

Change history

Change timeSummary of changesOperation
2024-02-20The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 400
2021-09-24Add Operationsee changesets