图引擎服务 GES-查询配额(1.0.0):响应示例

时间:2024-04-29 11:34:09

响应示例

状态码: 200

成功响应示例

{
  "quotas" : {
    "resources" : [ {
      "type" : "graph",
      "available" : 10,
      "edge_volume" : 7300
    }, {
      "type" : "backup",
      "available" : 100
    }, {
      "type" : "metadata",
      "available" : 86
    } ]
  }
}

状态码: 400

失败响应示例

{
  "error_code" : "GES.7006",
  "error_msg" : "An internal error occurs in the underlying service of the graph engine."
}
support.huaweicloud.com/api-ges/ges_03_0343.html