Get site(s) OpenSearch snapshot repositories
GET/sites/global/opensearch/snapshotRepositories
Returns the OpenSearch Snapshot Repositories
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...