Unknown macro: {next_previous_links}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Overview

DescriptionWaiting for the timeout of the indexing process completion
Resource Path

 /analytics/indexing_done?timeout=<long-value>

HTTP MethodGET
Request/Response Formatapplication/json
AuthenticationBasic

Parameter description

Parameter
Description
{timeout}The timeout in seconds after waiting until the indexing process completes

Example

GET https://localhost:9443/analytics/indexing_done?timeout=1

Sample output

{
status: "success"
message: "Indexing completed successfully"
}

REST API response

 

HTTP status code

200 or 500

For descriptions of the HTTP status codes, see HTTP Status Codes.

  • No labels