INPUT_OBJECT

SetTDOSourceData

Identifies the task that created a TDO.

link GraphQL Schema definition

1input SetTDOSourceData {
4
2# ID of the task that created this TDO
3taskId: ID
9
5# Optional ID of the source from which this TDO's initial
6# data was created. This field will typically be set only
7# by adapters that ingest data and create TDOs.
8sourceId: ID
12
10# Optional ID of the scheduled job that created this TDO.
11scheduledJobId: ID
15
13# Optional ID of the cluster that TDO belongs to
14clusterId: ID
16}