Censys · Schema

Modbus

Modbus schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
exception_response object
function integer
mei_response object
unit_id integer
View JSON Schema on GitHub

JSON Schema

asset-graph-modbus-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/asset-graph-modbus-schema.json",
  "title": "Modbus",
  "description": "Modbus schema from Asset Graph API",
  "type": "object",
  "properties": {
    "exception_response": {
      "$ref": "#/components/schemas/Modbus_ExceptionResponse"
    },
    "function": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "mei_response": {
      "$ref": "#/components/schemas/Modbus_MEIResponse"
    },
    "unit_id": {
      "format": "int64",
      "type": "integer"
    }
  },
  "additionalProperties": false
}