Get the index name for a single type
get/admin/indices/{type}
Returns the name of the index for the specified type. SAND is responsible for managing the underlying indexes but to index large amounts of data, it might be appropriate for other services to send the data straight to the underlying search engine. This resource provides access to the index name for such a case.
1{2 "type": "report",3 "name": "sand__report__1468507165442",4 "links": [5 {6 "method": "GET",7 "rel": "self",8 "href": "/svi-sand/admin/indices/report",9 "uri": "/svi-sand/admin/indices/report",10 "type": "application/vnd.sas.sand.index"11 },12 {13 "method": "POST",14 "rel": "create",15 "href": "/svi-sand/admin/indices/report?searchable=true",16 "uri": "/svi-sand/admin/indices/report?searchable=true",17 "responseType": "application/vnd.sas.sand.index"18 },19 {20 "method": "DELETE",21 "rel": "delete",22 "href": "/svi-sand/admin/indices/report",23 "uri": "/svi-sand/admin/indices/report"24 }25 ]26}