createStandardDataStoreSnapshot
Creates a snapshot of standard datastores for a universe.
Parameters
Name | Type | Description |
---|---|---|
universeId | Identifier | The ID of the universe to create a snapshot for. |
Example
const { data: snapshot } = await StandardDataStoresApi_V2.createStandardDataStoreSnapshot({ universeId: 5097539509 });
Example Data
{ newSnapshotTaken: false, latestSnapshotTime: 2024-07-29T22:08:49.588Z }
Endpoint
POST /cloud/v2/universes/{universeId}/data-stores:snapshot