View source: R/generated_client.R
| databases_get | R Documentation |
Show database information
databases_get(id)
id |
integer required. The ID for the database. |
A list containing the following elements:
id |
integer, The ID for the database. |
name |
string, The name of the database in Platform. |
adapter |
string, The type of the database. |
clusterIdentifier |
string, The cluster identifier of the database. |
host |
string, The host of the database server. |
port |
integer, The port of the database. |
databaseName |
string, The internal name of the database. |
managed |
boolean, True if the database is Civis-managed. False otherwise. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.