Skip to main content

Get all OpenSearch indices

GET 

/sites/global/opensearch/indices

Returns all OpenSearch indices

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    indices

    object[]

    OpenSearch Indices

  • Array [

  • numberOfReplicas string

    The number of replicas per shard

    numberOfShards string

    The number of shards in index

    documentCount string

    The number of documents in index

    storeSize string

    The store size of the index

    name string

    Name of Index

    aliases

    object[]

  • Array [

  • name string

    Name of Alias

  • ]

  • ]

Loading...