All Products
Search
Document Center

Cloud Enterprise Network:CheckTransitRouterService

Last Updated:Oct 22, 2024

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

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
cen:CheckTransitRouterServicenone
  • All Resources
    *
    none
none

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-08-06The Error code has changedView Change Details
2024-07-10The Error code has changedView Change Details
2024-02-20The Error code has changedView Change Details
2021-09-24Add OperationView Change Details