All Products
Search
Document Center

Server Load Balancer:DescribeDomainExtensions

Last Updated:Mar 14, 2024

Queries additional certificates.

Debugging

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

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
slb:DescribeDomainExtensionsREAD
  • loadbalancer
    acs:slb:{#regionId}:{#accountId}:loadbalancer/{#loadbalancerId}
  • slb:tag
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The ID of the region where the CLB instance is deployed.

cn-hangzhou
LoadBalancerIdstringYes

The ID of the CLB instance.

lb-bp1b6c719dfa08ex****
ListenerPortintegerYes

The frontend port of the HTTPS listener that is configured for the Classic Load Balancer (CLB) instance. Valid values: 1 to 65535.

443
DomainExtensionIdstringNo

The ID of the additional certificate.

de-bp1rp7ta1****

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

48C1B671-C6DB-4DDE-9B30-10557E36CDE0
DomainExtensionsobject []

The list of additional certificates.

ServerCertificateIdstring

The ID of the server certificate that is used by the domain name.

1231579085529123_166f8204689_1714763408_70998****
Domainstring

The domain name.

www.example.com
DomainExtensionIdstring

The ID of the additional certificate.

de-bp1rp7ta1****

Examples

Sample success responses

JSONformat

{
  "RequestId": "48C1B671-C6DB-4DDE-9B30-10557E36CDE0",
  "DomainExtensions": {
    "DomainExtension": [
      {
        "ServerCertificateId": "1231579085529123_166f8204689_1714763408_70998****",
        "Domain": "www.example.com",
        "DomainExtensionId": "de-bp1rp7ta1****"
      }
    ]
  }
}

Error codes

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