Index Reopen (BETA)
Warning
This API is in beta. We may make backwards-incompatible changes while it is in this state. If you write code which uses it, just be aware that the API may change in breaking ways up until it moves out of beta.
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:scopes: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'