Skip to main content

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 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    s3Repositories

    object[]

  • Array [

  • repository string

    Name of the Repository

    bucket string

    Name of the S3 bucket

  • ]

Loading...