alias

Get index alias

/ get, / alias

Get index alias # Returns alias information about one or more indices under the specified collection. Examples # Get the alias information of the my-index index under collection my-collection: GET /my-collection/_index/my-index/_alias Request # GET /<target>/_index/<index>/_alias GET /<target>/_index/_alias Path Parameters # target (Required, String) Comma-separated, names of the collections to specify (wildcard supported) index (Optional, String) Comma-separated, names of the indices to get (wildcard supported) ...