GreyNoise Intelligence · JSON Structure

Greynoise Session Timeseries Item Structure

Type: object Properties: 3
SecurityThreat IntelligenceCybersecurityIP ReputationVulnerability ManagementNetwork TelemetrySOC AutomationPublic APIs

SessionTimeseriesItem is a JSON Structure definition published by GreyNoise Intelligence, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

label count timeseries

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/greynoise/json-structure/greynoise-session-timeseries-item-structure.json",
  "name": "SessionTimeseriesItem",
  "type": "object",
  "properties": {
    "label": {
      "type": "string",
      "description": "The field value for this group.",
      "example": "192.168.1.1"
    },
    "count": {
      "type": "int32",
      "description": "Total sessions for this group.",
      "example": 150
    },
    "timeseries": {
      "type": "array",
      "description": "Timeseries data for this group.",
      "items": {
        "$ref": "./greynoise-session-timeseries-point-structure.json#"
      },
      "example": []
    }
  }
}