All Products
Search
Document Center

Microservices Engine:ListGatewayDomain

Last Updated:Aug 12, 2024

Queries the domain names that are associated with a gateway.

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
mse:ListGatewayDomainget
  • Gateway
    acs:mse:{#regionId}:{#accountId}:instance/{#GatewayUniqueId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
GatewayUniqueIdstringYes

The unique ID of the gateway.

gw-c9bc5afd61014165bd58f621b491****
TypestringNo

The type of the domain name.

All
AcceptLanguagestringNo

The language of the response. Valid values:

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The ID of the request.

3F5D8E93-CA66-57F1-8BCF-A223E11B6B91
HttpStatusCodeinteger

The HTTP status code returned.

200
Messagestring

The error message returned if the request failed.

You are not authorized to perform this operation.
Codeinteger

The status code returned.

200
Successboolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.
  • false: The request failed.
true
Dataarray<object>

The details of the data.

object

The data structure.

Idlong

The ID of the domain name.

243
Namestring

The domain name.

test.com
Protocolstring

The protocol.

HTTP
MustHttpsboolean

Indicates whether HTTPS is forcefully used.

true
CertIdentifierstring

The certificate ID.

3452-cn-hangzhou
CertBeforeDatestring

The time when the certificate expires.

2031-03-30 02:35:12
GatewayIdlong

The gateway ID.

12
GmtCreatestring

The time when the domain name was created.

2031-03-30 02:35:12
GmtModifiedstring

The time when the domain name was updated.

2031-03-30 02:35:12
Statusinteger

The state of the domain name. Valid values:

  • 0: unpublished
  • 2: publishing
  • 3: published
  • 4: editing
  • 5: unpublishing
  • 6: unavailable
3
Typestring

The type of the domain name source. Valid values:

  • Op: console
  • Ingress: MSE Ingress
Op
Commentobject

The route comment. This parameter is returned only in ingress scenarios.

Statusstring

The route status.

Error
Http2string

Indicates whether HTTP/2 is enabled.

  • open: HTTP/2 is enabled.
  • close: HTTP/2 is disabled.
  • globalConfig: Global configurations are used.
close
TlsMaxstring

The maximum version of Transport Layer Security (TLS).

TLS 1.3
TlsMinstring

The minimum version of TLS.

TLS 1.0

Examples

Sample success responses

JSONformat

{
  "RequestId": "3F5D8E93-CA66-57F1-8BCF-A223E11B6B91",
  "HttpStatusCode": 200,
  "Message": "You are not authorized to perform this operation.",
  "Code": 200,
  "Success": true,
  "Data": [
    {
      "Id": 243,
      "Name": "test.com",
      "Protocol": "HTTP",
      "MustHttps": true,
      "CertIdentifier": "3452-cn-hangzhou",
      "CertBeforeDate": " 2031-03-30 02:35:12",
      "GatewayId": 12,
      "GmtCreate": " 2031-03-30 02:35:12",
      "GmtModified": " 2031-03-30 02:35:12",
      "Status": 3,
      "Type": "Op",
      "Comment": {
        "Status": "Error"
      },
      "Http2": "close",
      "TlsMax": "TLS 1.3",
      "TlsMin": "TLS 1.0"
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
400IllegalRequestInvalid request:%sInvalid request: %s
400InvalidParameterParameter error:%sRequest parameter error: %s
403NoPermissionYou are not authorized to perform this operation:%sYou do not have the permission to use this interface:%s
404NotFoundNot found:%sThe resource does not exist:%s
500InternalErrorConsole error. Try again later:%sConsole error. Try again later: %s

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

Change history

Change timeSummary of changesOperation
2024-01-18The request parameters of the API has changedView Change Details