GreyNoise Intelligence · JSON Structure

Greynoise Session Count Item Structure

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

SessionCountItem 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 children

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-count-item-structure.json",
  "name": "SessionCountItem",
  "type": "object",
  "properties": {
    "label": {
      "type": "string",
      "description": "The value of the aggregated field.",
      "example": "192.168.1.1"
    },
    "count": {
      "type": "int32",
      "description": "Number of sessions for this value.",
      "example": 42
    },
    "children": {
      "type": "array",
      "description": "Nested aggregation results for multi-field queries.",
      "items": {
        "$ref": "./greynoise-session-count-item-structure.json#"
      },
      "example": []
    }
  }
}