Postgres Database

List PostgreSQL databases in a location

get/project/{project_id}/location/{location}/postgres

Path parameters

project_idstring required
Example:pjkkmx0f2vke4h36nk9cm8v8q0

ID of the project

locationstring required
Example:eu-central-h1

The Ubicloud location/region

Query parameters

start_afterstring

Pagination - Start after

page_sizeinteger

Pagination - Page size

order_columnstring

Pagination - Order column

Response

A list of Postgres Databases

countinteger required

Example response

{
  "items": [
    {
      "id": "pgn30gjk1d1e2jj34v9x0dq4rp"
    }
  ]
}

Changes

Changed in 6 of the 59 revisions of this API.65

    • added the optional property items/items/maintenance_window_days to the response with the 200 status

      response-optional-property-added

    • added the required property items/items/fallback_active to the response with the 200 status

      response-required-property-added

    • added the required property items/items/target_server_count to the response with the 200 status

      response-required-property-added

    • added the new 16 enum value to the items/items/target_version response property for the response status 200

      response-property-enum-value-added

    • added the new 16 enum value to the items/items/version response property for the response status 200

      response-property-enum-value-added

    • added the new 17 enum value to the items/items/target_version response property for the response status 200

      response-property-enum-value-added

    • added the new 17 enum value to the items/items/version response property for the response status 200

      response-property-enum-value-added

    • added the new 18 enum value to the items/items/target_version response property for the response status 200

      response-property-enum-value-added

    • added the new 18 enum value to the items/items/version response property for the response status 200

      response-property-enum-value-added

    • added the required property items/items/created_at to the response with the 200 status

      response-required-property-added

    • added the required property items/items/target_version to the response with the 200 status

      response-required-property-added