OBJECT

DashboardActivityFeedActivityIngestSessionStarting

When an ingest session begins. Deprecated type: no longer exists in activity feed.

link GraphQL Schema definition

1type DashboardActivityFeedActivityIngestSessionStarting implements DashboardActivityFeedActivity {
2
3# Status of the corresponding alert.
4alertStatus: DashboardActivityFeedActivityAlertStatus @deprecated( reason: "ingest start has been removed from activity feed" )
5
6# Unique identifier for the start of this ingest session.
7id: ID! @deprecated( reason: "ingest start has been removed from activity feed" )
8
9# Start time of the ingest session.
10timestamp: Time! @deprecated( reason: "ingest start has been removed from activity feed" )
11
12}

link Required by

This element is not required by anyone