All Products
Search
Document Center

Server Load Balancer:DescribeDomainExtensionAttribute

Last Updated:Mar 14, 2024

Queries the attributes of an additional domain name.

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

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The ID of the region where the Server Load Balancer (SLB) instance is deployed.

cn-hangzhou
DomainExtensionIdstringYes

The ID of the additional certificate.

de-bp1rp7ta191dv

Response parameters

ParameterTypeDescriptionExample
object
Domainstring

The domain name.

www.example.com
RequestIdstring

The ID of the request.

48C1B671-C6DB-4DDE-9B30-10557E36CDE0
LoadBalancerIdstring

The ID of the SLB instance.

lb-bp1o94dp5i6*****earr9g6d1l
ListenerPortinteger

The frontend port of the HTTPS listener that is configured for the SLB instance. Valid values: 1 to 65535.

443
ServerCertificateIdstring

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

231579085529123_166f82******_1714763408_709981430
DomainExtensionIdstring

The ID of the additional certificate.

de-bp1rp7ta191dv

Examples

Sample success responses

JSONformat

{
  "Domain": "www.example.com",
  "RequestId": "48C1B671-C6DB-4DDE-9B30-10557E36CDE0",
  "LoadBalancerId": "lb-bp1o94dp5i6*****earr9g6d1l",
  "ListenerPort": 443,
  "ServerCertificateId": "231579085529123_166f82******_1714763408_709981430",
  "DomainExtensionId": "de-bp1rp7ta191dv"
}

Error codes

HTTP status codeError codeError message
400InvalidParameter.DomainExtensionId%s.
400MissingParameter.DomainExtensionIdThe param DomainExtensionId is missing

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