列出数据库

列出已认证 Glue 用户可用的数据库。

认证

需要 X-Glue-Authentication

HTTP 请求

1GET /v1/databases HTTP/1.1
2Host: api.hola.cloud
3X-Glue-Authentication: your-glue-token

响应

1[
2  {
3    "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
4    "name": "production-db",
5    "creation_date": "2025-06-15T10:30:00Z",
6    "owners_length": 1
7  }
8]

评论

发表评论