图引擎服务 GES-查询边详情:响应示例

时间:2024-05-26 05:52:04

响应示例

状态码: 200

成功响应样例
{
    "data": {
        "edges": [
            {
                "source": "46",
                "target": "39",
                "label": "rate",
                "sortKey": 5,
                "properties": {
                    "Rating": [
                        5
                    ],
                    "Datetime": [
                        "2018-01-0120:30:05"
                    ]
                }
            }
        ]
    },
    "result": "success"
}

状态码: 400

失败响应示例
Http Status Code: 400
{
"errorMessage":"graph [demo] is not found",
"errorCode":"GES.8107"
}
support.huaweicloud.com/api-ges/ges_03_0426.html