Index Reopen
This API takes an index which was marked for deletion and restores it to the
open
status.
Tasks which were cancelled while the index was marked for deletion are not resumed.
For more details on deletion, see the documentation on the
delete
API.
Method |
POST |
URL |
/v1/index/<index_id>/reopen |
Authentication required? |
yes |
Required Roles |
|
Request Body |
none |
Response Body |
an IndexReopenResponse document |
Authentication & Authorization
Tokens for this call must have this scope:
urn:globus:auth:scope:search.api.globus.org:all
Example: Reopening an index
Reopening an index with an id of 4de0e89e-a395-11e7-bc54-8c705ad34f60:
curl -XPOST 'https://search.api.globus.org/v1/index/4de0e89e-a395-11e7-bc54-8c705ad34f60'