Configuring Ephemeral
Registry configuration
Setting up the registry location
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.
Getting the current registry configuration
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.
Updating the registry configuration
To update the registry configuration, use:
PUT /api/registry/{registryId}
Storage alert threshold and snapshot deletion
Getting the current storage alert threshold and snapshot deletion settings
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
Updating the storage alert threshold and snapshot deletion settings
To change the current storage alert threshold and snapshot deletion configuration, use:
PUT /api/organization/disk-storage-settings
Last updated