Create site OpenSearch snapshot
POST/sites/:siteId/opensearch/snapshots/:snapshotName
Creates a manual snapshot of the specified site's OpenSearch index.
If the site's S3 snapshot repository does not already exist, it is registered before the snapshot is created. The supplied snapshot name is stored with the site prefix. This operation is not supported for OpenSearch Serverless.
Request
Path Parameters
siteId stringrequired
Site Identifier
snapshotName stringrequired
Snapshot Name
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
message string
Result message
{
"message": "string"
}
Loading...