List OpenSearch snapshot repositories
GET/sites/global/opensearch/snapshotRepositories
Returns all configured OpenSearch S3 snapshot repositories for the deployment.
This endpoint is available to administrators when the fulltext OpenSearch module is installed and snapshot support is enabled. Snapshot repositories are not supported for OpenSearch Serverless.
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
Array [
]
s3Repositories
object[]
repository string
Name of the Repository
bucket string
Name of the S3 bucket
{
"s3Repositories": [
{
"repository": "string",
"bucket": "string"
}
]
}
Loading...