Censys · JSON Structure

Platform Modbus Exceptionresponse Structure

Modbus_ExceptionResponse schema from Censys Platform API

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

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

Properties

exception_function exception_type

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-modbus-exceptionresponse-structure.json",
  "name": "Modbus_ExceptionResponse",
  "description": "Modbus_ExceptionResponse schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "exception_function": {
      "type": "int32",
      "minimum": 0
    },
    "exception_type": {
      "type": "int32",
      "minimum": 0
    }
  }
}