图引擎服务 GES-查询索引(1.1.6):响应示例

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

响应示例

状态码: 200

成功响应示例

Http Status Code: 200{  "data": {    "result": "success",    "indices": [      {        "indexType": "GlobalCompositeVertexIndex",        "indexName": "ageIndx",        "indexProperty": [          "age"        ],        "hasLabel": "true"             }    ]  }}

状态码: 200

成功响应示例(持久化版)
Http Status Code: 200{  "data": {    "indices": [      {        "indexType": "GlobalCompositeVertexIndex",        "indexName": "ageIndx",        "indexProperty": [          "age"        ],        "hasLabel": true             }    ]  },   "result": "success"}

状态码: 400

失败响应示例

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