Represents data about a region in which an Astra database is hosted.
This includes the region name, the API endpoint to use when interacting with that region, and the created-at timestamp.
Used within the regions field of AstraFullDatabaseInfo, which may include multiple region entries for multi-region databases.
regions
The API endpoint for the region, e.g. https://<db-id>-<region>.apps.astra.datastax.com.
https://<db-id>-<region>.apps.astra.datastax.com
A timestamp representing when this region was created.
The name of the region where the database is hosted, e.g. us-east1.
us-east1
Overview
Represents data about a region in which an Astra database is hosted.
This includes the region name, the API endpoint to use when interacting with that region, and the created-at timestamp.
Used within the
regions
field of AstraFullDatabaseInfo, which may include multiple region entries for multi-region databases.