Sync and Parse Status
Detailed integration status and progress info for running jobs.
Method | Operation | Syntax |
---|---|---|
GET | List Parse Job Status |
|
GET | List Sync Job Status |
|
Returns the most recent job type, state, status, and progress for a Veza datasource.
sync jobs are connections to the integration to extract identity and authorization metadata
parse jobs compile the extracted metadata into graph entities and relationships
Use GET api/v1/providers/datasources
to get overall integration state and a summary of last sync and parse time.
States can be:
PENDING
IN_PROGRESS
COMPLETED
Status can be:
OK
CANCELED
DEADLINE_EXCEEDED
NOT_FOUND
PERMISSION_DENIED
UNAUTHENTICATED
UNAVAILABLE
INTERNAL
FAILED_PRECONDITION
Data sources time out after a heartbeat hasn’t been received or changed in a period of time (typically 24 hours).
List Parse Job Status response
Parse jobs have the PARSE
type.
List Sync Job Status response
Sync jobs types can be:
DISCOVERY
EXTRACTION
The job_status
response will contain stats
with detailed timestamps and progress on the active step, including the current_count
of discovered or parsed objects. A total_count
is shown for completed steps.
Last updated