Action Provider: Search - Ingest Task
Scope: https://auth.globus.org/scopes/actions.globus.org/search/ingest
Synchronous / Asynchronous: Asynchronous
Records may be added to an existing Globus Search index using the Globus Search - Ingest action provider.
The input to the action provider includes the id of the Search index to be added to and the data, in the Search-defined GMetaEntry
format.
The user calling the Action Provider must have permission to write to the index referenced.
Globus Search will process the ingest operation asynchronously, so this action provider also behaves in an asynchronous fashion: requests to update the state of an Action will reflect the result from updating the state of the ingest task in Globus Search.
Since Globus Search does not support cancellation of tasks, this action provider also does not support cancellation of its Actions.
{
"search_index": "6077d057-989d-41e2-b60b-91fe001f0687",
"subject": "http://example.com/foo",
"visible_to": [
"public"
],
"content": {
"testing": {
"hello": "world"
}
}
}