更新时间:2024-05-23 GMT+08:00
图列表
URI
GET /ges/v1.0/{project_id}/graphs
参数 |
是否必选 |
类型 |
说明 |
---|---|---|---|
project_id |
是 |
String |
项目ID。获取方法请参见获取项目ID。 |
请求参数
无
响应参数
参数 |
类型 |
说明 |
---|---|---|
graphs |
Array of graphs objects |
返回的图列表。 |
result |
String |
查询成功时值为success,失败时值为failed。 |
请求示例
GET /ges/v1.0/{project_id}/graphs
响应示例
状态码: 200
成功响应示例
Http Status Code: 200 { "graphs": [ { "graph_name": "movieee", "idType": "fixedLengthString", "idLength": 20, "sortKeyType":"varString", "averageImportRate": 0.0 }, { "graph_name": "ldbc", "idType": "fixedLengthString", "idLength": 20, "sortKeyType":"int", "averageImportRate": 0.0 } ], "result": "success" }
状态码: 400
失败响应示例
Http Status Code: 400 { "result": "failed" }
状态码
返回值 |
说明 |
---|---|
400 Bad Request |
请求错误。 |
401 Unauthorized |
鉴权失败。 |
403 Forbidden |
没有操作权限。 |
404 Not Found |
找不到资源。 |
500 Internal Server Error |
服务内部错误。 |
503 Service Unavailable |
服务不可用。 |
错误码
请参见错误码。
父主题: 图操作API