函数工作流 FunctionGraph-查询租户配额:响应示例

时间:2023-11-01 16:25:44

响应示例

状态码: 200

查询成功

{  "quotas" : {    "resources" : [ {      "quota" : 60,      "used" : 3,      "type" : "fgs_func_scale_down_timeout"    }, {      "quota" : 100,      "used" : 22,      "type" : "fgs_func_occurs"    }, {      "quota" : 100,      "used" : 22,      "type" : "fgs_func_pat_idle_time"    }, {      "quota" : 100,      "used" : 22,      "type" : "fgs_func_num"    }, {      "quota" : 10240,      "used" : 22,      "type" : "fgs_func_code_size",      "unit" : "MB"    }, {      "quota" : 512,      "used" : 22,      "type" : "fgs_workflow_num"    } ]  }}
support.huaweicloud.com/api-functiongraph/functiongraph_06_0137.html