Check the integrity of the index.
This request has no parameters.
Returns status of Index.
1
2
3
curl --request GET \
--url 'http://{baseurl}/rest/assets/1.0/index/checkNodeIntegrity' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
{
"objectJiraIssueIndexOk": true,
"objectSchemaIndexOk": true,
"objectTypeAttributeIndexOk": true,
"objectTypeIndexOk": true,
"objectIndexOk": true,
"reindexNeeded": true
}
Get the path to the current Assets Index.
This request has no parameters.
Returns the path to the current Assets Index.
IndexPathEntry
1
2
3
curl --request GET \
--url 'http://{baseurl}/rest/assets/1.0/index/path' \
--header 'Accept: application/json'
Persist the current Assets Index to a file on disk.
This request has no parameters.
Returns if the index was persisted successfully.
IndexPersistResponseEntry
1
2
3
curl --request POST \
--url 'http://{baseurl}/rest/assets/1.0/index/persist' \
--header 'Accept: application/json'
Start an asynchronous reindex of the Assets Index for the current node.
This request has no parameters.
Returns the progress of the reindex.