API网关 APIG-查询实例指定的自定义入方向端口绑定的域名信息:响应示例

时间:2024-06-27 11:06:26

响应示例

状态码: 200

OK

{
  "total" : 1,
  "size" : 1,
  "domain_infos" : [ {
    "group_id" : "73c58022f20d495aa18885d718647f09",
    "group_name" : "group_01",
    "domain_name" : "test.com"
  } ]
}

状态码: 400

Bad Request

{
  "error_code" : "APIG.2012",
  "error_msg" : "Invalid parameter value,parameterName:ingress_port_id. Please refer to the support documentation"
}

状态码: 401

Unauthorized

{
  "error_code" : "APIG.1002",
  "error_msg" : "Incorrect token or token resolution failed"
}

状态码: 403

Forbidden

{
  "error_code" : "APIG.1005",
  "error_msg" : "No permissions to request this method"
}

状态码: 500

Internal Server Error

{
  "error_code" : "APIG.9999",
  "error_msg" : "System error"
}
support.huaweicloud.com/api-apig/ListCustomIngressPortDomains.html