Tonic Ephemeral uses the registry location and access credentials to store data volumes that you can use to create Ephemeral databases.
To set the initial registry configuration, use:
POST /api/registry
The request body contains the configuration, which includes the URL, the authentication type, and the credentials for the specified authentication type.
To get the current registry configuration, use:
GET /api/registry
The response includes the registry identifier, which you need to use to update the current registry configuration.
To update the registry configuration, use:
PUT /api/registry/{registryId}
You can configure how much Ephemeral storage is used before Ephemeral displays an alert. You can also configure whether to automatically delete snapshots after a specified period of time.
To get the current settings, use:
GET /api/organization/disk-storage-settings
To change the current storage alert threshold and snapshot deletion configuration, use:
PUT /api/organization/disk-storage-settings