GreyNoise Intelligence · JSON Structure

Greynoise Quick Gnqlv3 Response Structure

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

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

Properties

request_metadata data

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-quick-gnqlv3-response-structure.json",
  "name": "QuickGNQLV3Response",
  "type": "object",
  "properties": {
    "request_metadata": {
      "$ref": "./greynoise-gnqlv3-response-metadata-structure.json#"
    },
    "data": {
      "type": "array",
      "description": "The relevant IP records requested by the user",
      "items": {
        "$ref": "./greynoise-quick-ip-profile-structure.json#"
      },
      "example": []
    }
  }
}