OBJECT
DashboardActivityFeedActivityIngestSessionStarting
When an ingest session begins. Deprecated type: no longer exists in activity feed.
link GraphQL Schema definition
1 type DashboardActivityFeedActivityIngestSessionStarting implements DashboardActivityFeedActivity { 2 3 # Status of the corresponding alert. 4 : DashboardActivityFeedActivityAlertStatus @deprecated( reason: "ingest start has been removed from activity feed" ) 5 6 # Unique identifier for the start of this ingest session. 7 : ID! @deprecated( reason: "ingest start has been removed from activity feed" ) 8 9 # Start time of the ingest session. 10 : Time! @deprecated( reason: "ingest start has been removed from activity feed" ) 11 12 }
link Required by
This element is not required by anyone