Censys · JSON Structure

Asset Graph Mongodb Ismaster Structure

Mongodb_IsMaster schema from Asset Graph API

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

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

Properties

is_master logical_session_timeout_minutes max_bson_object_size max_message_size_bytes max_wire_version max_write_batch_size min_wire_version read_only

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/asset-graph-mongodb-ismaster-structure.json",
  "name": "Mongodb_IsMaster",
  "description": "Mongodb_IsMaster schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "is_master": {
      "type": "boolean"
    },
    "logical_session_timeout_minutes": {
      "type": "int32"
    },
    "max_bson_object_size": {
      "type": "int32"
    },
    "max_message_size_bytes": {
      "type": "int32"
    },
    "max_wire_version": {
      "type": "int32"
    },
    "max_write_batch_size": {
      "type": "int32"
    },
    "min_wire_version": {
      "type": "int32"
    },
    "read_only": {
      "type": "boolean"
    }
  }
}