IpResponseMetadataV3

SecurityThreat IntelligenceCybersecurityIP ReputationVulnerability ManagementNetwork TelemetrySOC AutomationPublic APIs

Properties

Name Type Description
restricted_fields array The fields that were restricted due to plan limitations.
message string A status message indicating if there were issues with the request
ips_not_found array The list of IPs not found
View JSON Schema on GitHub

JSON Schema

greynoise-ip-response-metadata-v3-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/greynoise/json-schema/greynoise-ip-response-metadata-v3-schema.json",
  "title": "IpResponseMetadataV3",
  "type": "object",
  "properties": {
    "restricted_fields": {
      "type": "array",
      "description": "The fields that were restricted due to plan limitations.\n",
      "example": [
        "ip",
        "cve",
        "destination_cities"
      ],
      "items": {
        "type": "string"
      }
    },
    "message": {
      "type": "string",
      "example": "ok",
      "description": "A status message indicating if there were issues with the request"
    },
    "ips_not_found": {
      "type": "array",
      "description": "The list of IPs not found\n",
      "items": {
        "type": "string"
      },
      "example": [
        "string"
      ]
    }
  }
}