INPUT_OBJECT
SetTDOSourceData
Identifies the task that created a TDO.
link GraphQL Schema definition
1 input SetTDOSourceData { 4 2 # ID of the task that created this TDO 3 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. 8 ID : 12 10 # Optional ID of the scheduled job that created this TDO. 11 ID : 15 13 # Optional ID of the cluster that TDO belongs to 14 ID : 16 }