OBJECT

NetworkSummary

Summary of network traffic

link GraphQL Schema definition

  • type NetworkSummary {
  • # The series of samples for this summary
  • #
  • # Arguments
  • # after: Returns the items in the list that come after the
  • # specified cursor.
  • # first: Returns the first n items from the list.
  • # before: Returns the items in the list that come before the
  • # specified cursor.
  • # last: Returns the last n items from the list.
  • series(after: String, first: Int, before: String, last: Int): NetworkSummarySampleConnection!
  • # A series of samples for the size of the data transferred along the time
  • #
  • # Arguments
  • # after: Returns the items in the list that come after the
  • # specified cursor.
  • # first: Returns the first n items from the list.
  • # before: Returns the items in the list that come before the
  • # specified cursor.
  • # last: Returns the last n items from the list.
  • sizeSeries(after: String, first: Int, before: String, last: Int): SampleConnection!
  • # A series of samples for the size of the data transferred along the time
  • #
  • # Arguments
  • # after: Returns the items in the list that come after the
  • # specified cursor.
  • # first: Returns the first n items from the list.
  • # before: Returns the items in the list that come before the
  • # specified cursor.
  • # last: Returns the last n items from the list.
  • conversationsSeries(
  • after: String,
  • first: Int,
  • before: String,
  • last: Int
  • ): SampleConnection!
  • }

link Require by