Change ingestion status
This endpoint allows you to change the state of an ingestion session from 'open' to 'closed'.
When a session is closed manually using this endpoint, any data undergoing processing will be processed. No new requests for processing data will be submitted.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
ingestionId
The generated Batch ID from an ingestion process.
Request
This endpoint expects an object.
state
The current state of the ingestion session.
Response
OK
ingestionName
The name of ingestion.
ingestionId
The Ingestion ID that has been created as part of the ingestion process.
namespace
The Entity namespace.
entity
The Entity name.
state
The current state of the ingestion session.
Allowed values:
timeout
Text representing a valid duration in the ISO-8601 format, for example PT15M.
openedBy
The username of the user who created the ingestion session.
openedOn
The date and time when the ingestion session was created.
closedBy
The username of the user who closed the ingestion session. Present only if the state is 'closed'.
closedOn
The actual close date and time of the ingestion. Present only if the state is 'closed'.
closeReason
The close reason of an ingestion session.
Allowed values:
totalRows
The total number of records ingested into Fynapse.
successRows
The total number of records successfully ingested into Fynapse.
failedRows
The total number of records that failed to be ingested into Fynapse.
processingStatus
The current processing status of an ingestion session.
Allowed values: