List Database

The following command is used for listing all databases in Hippo.

curl -u shiva:shiva -XGET 'localhost:8902/hippo/v1/_database?pretty'

Result:

{
  "databases" : [
    {
      "name" : "default",
      "create_time" : "2023-06-24 12:39:14"
    },
    {
      "name" : "book",
      "create_time" : "2023-06-24 12:39:20"
    }
  ]
}