Index Profiles API
The Index Profiles API is primarily used for gathering status information, such as checking if the indexing service is healthy or debugging the indexing process. To perform a simple service check, send an HTTPGET
request to https://EXAMPLE_COMPANY.b.lucidworks.cloud/api/index/status
:
Index Profiles CRUD API
As the name suggests, the Index Profiles CRUD API is used for create, read, update, and delete operations. You can use this API to see what index profiles exist, create new index profiles, fetch the configuration details of an existing index profile, or update or delete an existing index profile. To see what index profiles exist, send an HTTPGET
request to https://EXAMPLE_COMPANY.b.lucidworks.cloud/api/index-profiles
to get the full list:
POST
request to https://EXAMPLE_COMPANY.b.lucidworks.cloud/api/index-profiles?context=app:APP_NAME
:
Remember to specify which app you’re creating the index profile for by adding the parameter
context=app:APP_NAME
to your request. Alternatively, you can send HTTP requests to a specific Managed Fusion app by using https://EXAMPLE_COMPANY.b.lucidworks.cloud/api/apps/APP_NAME
.