All Products
Search
Document Center

Container Registry:GetStorageDomainRoutingRule

Last Updated:Dec 17, 2025
This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.

Queries instance storage domain routing rules

Operation description

This API is open to a whitelist. Please submit a ticket for support.

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:
    • For mandatory resource types, indicate with a prefix of * .
    • 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
cr:GetStorageDomainRoutingRuleget
*StorageDomainRoutingRule
acs:cr:{#regionId}:{#accountId}:instance/{#InstanceId}/storagedomainroutingrule/{#RuleId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
InstanceIdstringYes

The instance ID.

cri-kmsiwlxxdcva****
RuleIdstringNo

The rule ID.

crasr-mdbpung4i1rm****

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

D4978DCC-ECBD-40B0-A714-EE695******
Routesarray

The routing list.

RoutesRouteItem

Routing rule entry.

[{'Status': 'Published', 'DestinationCidrBlock': '10.192.0.0/14', 'NextHopId': 'eni-bp1gfdoy3r4f8bpc1nfq', 'Description': 'full cidr block route', 'NextHopType': 'NetworkInterface'}]
Codestring

The return value.

success
Successboolean

Indicates whether the request is successful.

True
ModifyTimelong

The modification time.

1571926439000
CreateTimelong

The creation time.

1571926439000
RuleIdstring

The rule ID.

crsdr-luq6qiegzvx****

Examples

Sample success responses

JSONformat

{
  "RequestId": "D4978DCC-ECBD-40B0-A714-EE695******",
  "Routes": [
    {
      "InstanceDomain": "",
      "StorageDomain": "",
      "EndpointType": ""
    }
  ],
  "Code": "success",
  "Success": true,
  "ModifyTime": 1571926439000,
  "CreateTime": 1571926439000,
  "RuleId": "crsdr-luq6qiegzvx****"
}

Error codes

HTTP status codeError codeError messageDescription
200INSTANCE_NOT_EXISTInstance does not exist.The specified instance does not exist.
403AuthenticationFailedAuthentication failed.Authentication failed.
404InvalidInstanceStorageDomainRoutingRule.NotFoundThe specified InstanceStorageDomainRoutingRule does not exist.-

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

Change history

Change timeSummary of changesOperation
2025-12-08The Error code has changedView Change Details
2025-11-20Add OperationView Change Details