Gets an item from the ApiSdk.v2.databases.item.dbs.item collection
The name of the database.
To list all of the databases in a clusters, send a GET request to/v2/databases/$DATABASE_ID/dbs.The result will be a JSON object with a dbs key. This will be set to an arrayof database objects, each of which will contain the standard database attributes.Note: Database management is not supported for Caching or Valkey clusters.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To add a new database to an existing cluster, send a POST request to/v2/databases/$DATABASE_ID/dbs.Note: Database management is not supported for Caching or Valkey clusters.The response will be a JSON object with a key called db. The value of this will bean object that contains the standard attributes associated with a database.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To list all of the databases in a clusters, send a GET request to/v2/databases/$DATABASE_ID/dbs.The result will be a JSON object with a dbs key. This will be set to an arrayof database objects, each of which will contain the standard database attributes.Note: Database management is not supported for Caching or Valkey clusters.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To add a new database to an existing cluster, send a POST request to/v2/databases/$DATABASE_ID/dbs.Note: Database management is not supported for Caching or Valkey clusters.The response will be a JSON object with a key called db. The value of this will bean object that contains the standard attributes associated with a database.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/databases/{database_cluster_uuid}/dbs