Files
developer.sailpoint.com/static/api-specs/idn/beta/schemas/DataPipelineOperation.yaml
2022-09-26 21:59:54 -04:00

21 lines
480 B
YAML

type: object
properties:
timestamp:
type: string
format: 'date-time'
example: '2017-07-11T18:45:37.098Z'
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
description:
type: string
description: description of the event and its outcome.