OBJECT

NearRealTimeDataGraphQLStatus

The Wowza ClearCaster GraphQL query network status.

link GraphQL Schema definition

  • type NearRealTimeDataGraphQLStatus {
  • # The timestamp, in milliseconds since the EPOCH time, of the last GraphQL query.
  • lastRequestTime: Long
  • # The timestamp, in milliseconds since the EPOCH time, of the last GraphQL query
  • # failure due to network issues.
  • lastNetworkFailTime: Long
  • # The current network status. If 1, the network is UP; if -1, the network is DOWN.
  • networkStatus: Int
  • }