Censys · Schema

Mongodb_IsMaster

Mongodb_IsMaster schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
is_master boolean
logical_session_timeout_minutes integer
max_bson_object_size integer
max_message_size_bytes integer
max_wire_version integer
max_write_batch_size integer
min_wire_version integer
read_only boolean
View JSON Schema on GitHub

JSON Schema

platform-mongodb-ismaster-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-mongodb-ismaster-schema.json",
  "title": "Mongodb_IsMaster",
  "description": "Mongodb_IsMaster schema from Censys Platform API",
  "type": "object",
  "properties": {
    "is_master": {
      "type": "boolean"
    },
    "logical_session_timeout_minutes": {
      "format": "int32",
      "type": "integer"
    },
    "max_bson_object_size": {
      "format": "int32",
      "type": "integer"
    },
    "max_message_size_bytes": {
      "format": "int32",
      "type": "integer"
    },
    "max_wire_version": {
      "format": "int32",
      "type": "integer"
    },
    "max_write_batch_size": {
      "format": "int32",
      "type": "integer"
    },
    "min_wire_version": {
      "format": "int32",
      "type": "integer"
    },
    "read_only": {
      "type": "boolean"
    }
  },
  "additionalProperties": false
}