Skip to main content

Get site(s) OpenSearch indices

GET 

/sites/:siteId/opensearch/indices

Returns the OpenSearch indices

Request

Path Parameters

    siteId stringrequired

    Site Identifier

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...