API网关 APIG-查询某个实例的租户配置列表:响应示例
时间:2025-05-07 15:33:19
响应示例
状态码:200
OK
{ "total" : 43, "size" : 2, "configs" : [ { "config_id" : "9", "config_name" : "API_VERSION_NUM_LIMIT", "config_value" : "10", "config_time" : "2019-02-12T19:42:19.914989Z", "remark" : "xxx", "used" : 0 }, { "config_id" : "8", "config_name" : "APIGROUP_DOMAIN_NUM_LIMIT", "config_value" : "5", "config_time" : "2019-02-12T19:42:19.914989Z", "remark" : "xxx", "used" : 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.3030", "error_msg" : "The instance does not exist;id:eddc4d25480b4cd6b512f270a1b8b341" }
状态码:500
Internal Server Error
{ "error_code" : "APIG.9999", "error_msg" : "System error" }
support.huaweicloud.com/api-apig/ListProjectCofigsV2.html