GreyNoise Intelligence · JSON Structure

Greynoise Callback List I Ps Request Structure

Type: Properties: 0
SecurityThreat IntelligenceCybersecurityIP ReputationVulnerability ManagementNetwork TelemetrySOC AutomationPublic APIs

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

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-callback-list-i-ps-request-structure.json",
  "name": "CallbackListIPsRequest",
  "allOf": [
    {
      "$ref": "./greynoise-callback-filter-fields-structure.json#"
    },
    {
      "type": "object",
      "properties": {
        "page": {
          "type": "int32",
          "minimum": 0,
          "default": 0,
          "description": "Zero-indexed page number.",
          "example": 100
        },
        "page_size": {
          "type": "int32",
          "minimum": 1,
          "maximum": 100,
          "default": 20,
          "description": "Number of results per page (1-100).",
          "example": 100
        }
      }
    }
  ]
}