Lists available index snapshots absolute paths with timestamps
This request has no parameters.
Returns the list consisting of absolute paths to currently available index snapshots
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/index-snapshot' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Starts taking an index snapshot if no other snapshot creation process is in progress
This request has no parameters.
Returns the absolute path which index snapshot will be placed in, after it's created
1
2
3
4
curl --request POST \
--url 'http://{baseurl}/rest/api/2/index-snapshot' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Checks if index snapshot creation is currently running
This request has no parameters.
Returns status of current snapshot creation
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/index-snapshot/isRunning' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Rate this page: