图引擎服务 GES-查询label:响应示例

时间:2023-11-27 16:21:07

响应示例

状态码: 200

成功响应示例

Http Status Code: 200
{
    "data": {
        "type": "vertex",
        "properties": [
            {
                "name": "Rating",
                "type": "int",
                "cardinality": "single"
            },
            {
                "name": "Datetime",
                "type": "string",
                "cardinality": "single"
            }
        ]
    },
    "result": "success"
}

状态码: 400

失败响应示例

Http Status Code: 400
 {
  "errorMessage":"graph [demo] is not found",
  "errorCode":"GES.8204"
 }
support.huaweicloud.com/api-ges/ges_03_0434.html