Check the existence of an index for a single type

head/admin/indices/{type}
Internal-Use Only

Checks the existence of an index for the specified type. 200 OK means that an index exists; 404 Not Found means there is no index.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
type
string
true

The name of the type.

Responses

StatusMeaningDescription
200OKThe request succeeded.
404Not FoundThe type does not exist or it is not configured to be indexed for search.