mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
41 lines
1.0 KiB
YAML
41 lines
1.0 KiB
YAML
type: object
|
|
properties:
|
|
timestamp:
|
|
type: string
|
|
format: 'date-time'
|
|
example: '2017-07-11T18:45:37.098Z'
|
|
type:
|
|
type: string
|
|
enum:
|
|
- IAI_PIPELINE_META
|
|
- IAI_PIPELINE_STREAMING
|
|
- IAI_PIPELINE_BATCH
|
|
- IAI_PIPELINE_ERROR
|
|
description: The type of the data pipeline event.
|
|
example: IAI_PIPELINE_STREAMING
|
|
dagId:
|
|
type: string
|
|
description: The Id of the Directed Acyclic Graph that produced the event.
|
|
example: ida-sp-one-streaming-144
|
|
qualifier:
|
|
type: string
|
|
description: The specific run of this dag and its associated data.
|
|
example: 20110909123456
|
|
operation:
|
|
type: string
|
|
description: The name of task/operation that produced this event
|
|
example: ProvisionFlinkCluster
|
|
status:
|
|
type: string
|
|
description: The outcome of the operation
|
|
enum:
|
|
- success
|
|
- failure
|
|
example: success
|
|
details:
|
|
type: object
|
|
additionalProperties:
|
|
type: string
|
|
description: >-
|
|
Arbitrary key-value pairs, related details of the event.
|