client.databases.list

A method of the Databases endpoint.

list() ListResponse

List databases

API URL: GET /databases

import civis
client = civis.APIClient()
response = client.databases.list(...)
Returns:
civis.ListResponse
  • idint

    The ID for the database.

  • namestr

    The name of the database in Platform.

  • adapterstr

    The type of the database.

  • cluster_identifierstr

    The cluster identifier of the database.

  • hoststr

    The host of the database server.

  • portint

    The port of the database.

  • database_namestr

    The internal name of the database.

  • managedbool

    True if the database is Civis-managed. False otherwise.