Censys · Schema

Fortigate

Fortigate schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
api_version string
build integer
serial string
status_code integer
status_msg string
version string
View JSON Schema on GitHub

JSON Schema

platform-fortigate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-fortigate-schema.json",
  "title": "Fortigate",
  "description": "Fortigate schema from Censys Platform API",
  "type": "object",
  "properties": {
    "api_version": {
      "type": "string"
    },
    "build": {
      "format": "int32",
      "type": "integer"
    },
    "serial": {
      "type": "string"
    },
    "status_code": {
      "format": "int32",
      "type": "integer"
    },
    "status_msg": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  },
  "additionalProperties": false
}