Censys · JSON Structure

Platform Fortigate Structure

Fortigate schema from Censys Platform API

Type: object Properties: 6
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Fortigate is a JSON Structure definition published by Censys, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

api_version build serial status_code status_msg version

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-fortigate-structure.json",
  "name": "Fortigate",
  "description": "Fortigate schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "api_version": {
      "type": "string"
    },
    "build": {
      "type": "int32"
    },
    "serial": {
      "type": "string"
    },
    "status_code": {
      "type": "int32"
    },
    "status_msg": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  }
}