图引擎服务 GES-图列表:响应示例

时间:2024-01-25 20:06:42

响应示例

状态码: 200

成功响应示例

Http Status Code: 200
{
    "graphs": [
        {
            "graph_name": "movieee",
            "idType": "fixedLengthString",
            "idLength": 20,
            "averageImportRate": 0.0
        },
        {
            "graph_name": "ldbc",
            "idType": "fixedLengthString",
            "idLength": 20,
            "averageImportRate": 0.0
        }
    ],
    "result": "success"
}

状态码: 400

失败响应示例

Http Status Code: 400
{
     "result": "failed"
}
support.huaweicloud.com/api-ges/ges_03_0511.html