com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.

Tracking the Indexing Process Completion via REST API

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. If the indexing process is not complete before the elapse of the number of seconds specified, no status message relating to the indexing process completion is returned. However, the indexing process continues until completion.

Sample cURL command

curl -H "Content-Type: application/json" -H "Authorization: Basic base64(username:password)" -v https://localhost:9443/analytics/indexing_done?table=<table-name> -k

Example

GET https://localhost:9443/analytics/indexing_done?table=testTable

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.

com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.