TCP Resets Timeouts
Get TCP resets and timeouts summary
radar.tcp_resets_timeouts.summary(TCPResetsTimeoutSummaryParams**kwargs) -> TCPResetsTimeoutSummaryResponse
GET/radar/tcp_resets_timeouts/summary
Get TCP resets and timeouts time series
radar.tcp_resets_timeouts.timeseries_groups(TCPResetsTimeoutTimeseriesGroupsParams**kwargs) -> TCPResetsTimeoutTimeseriesGroupsResponse
GET/radar/tcp_resets_timeouts/timeseries_groups
ModelsExpand Collapse
class TCPResetsTimeoutSummaryResponse: …
class TCPResetsTimeoutSummaryResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: MetaConfidenceInfo
confidence_info: MetaConfidenceInfo
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.
summary_0: Summary0
summary_0: Summary0
later_in_flow: str
Connection resets within the first 10 packets from the client, but after the server has received multiple data packets.
post_ack: str
Connection resets or timeouts after the server received both a SYN packet and an ACK packet, meaning the connection was successfully established.
class TCPResetsTimeoutTimeseriesGroupsResponse: …
class TCPResetsTimeoutTimeseriesGroupsResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
agg_interval: Literal["FIFTEEN_MINUTES", "ONE_HOUR", "ONE_DAY", 2 more]Aggregation interval of the results (e.g., in 15 minutes or 1 hour intervals). Refer to Aggregation intervals.
agg_interval: Literal["FIFTEEN_MINUTES", "ONE_HOUR", "ONE_DAY", 2 more]
Aggregation interval of the results (e.g., in 15 minutes or 1 hour intervals). Refer to Aggregation intervals.
confidence_info: MetaConfidenceInfo
confidence_info: MetaConfidenceInfo
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.