API网关 APIG-查询凭据关联的凭据配额:响应示例

时间:2024-11-11 18:22:31

响应示例

状态码: 200

OK

{
  "app_quota_id" : "c900c5612dbe451bb43cbcc49cfaf2f3",
  "name" : "ClientQuota_demo",
  "call_limits" : 1000,
  "time_unit" : "DAY",
  "time_interval" : 1,
  "remark" : "remark",
  "reset_time" : "2020-09-20 00:00:00 +0000 +0000",
  "create_time" : "2020-09-19T07:27:47Z",
  "bound_app_num" : 0
}

状态码: 400

Bad Request

{
  "error_code" : "APIG.2012",
  "error_msg" : "Invalid parameter value,parameterName:instance_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"
}

状态码: 404

Not Found

{
  "error_code" : "APIG.3002",
  "error_msg" : "App 98df09fb-d459-4cbf-83a7-2b55ca6f3d5d does not exist"
}

状态码: 500

Internal Server Error

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