Skip to main content
Glama
snmp_trap_serialize.json3.86 kB
{ "id": "snmp_trap_serialize", "schema": { "type": "object", "properties": { "strict": { "type": "boolean", "title": "Enforce required fields", "description": "Prevent event serialization if any required fields are missing. When disabled, @{product} will attempt to serialize the event even if required fields are missing, which could cause unexpected behavior at the downstream receiver.", "default": true }, "dropFailedEvents": { "type": "boolean", "title": "Drop failed events", "description": "When disabled, `snmpSerializeErrors` will be set on the event, and the `__snmpRaw` field will be removed to prevent @{product} from sending the event from the SNMP Trap Destination", "default": true }, "v3User": { "type": "object", "properties": { "name": { "title": "Username", "type": "string", "minLength": 1 }, "authProtocol": { "type": "string", "default": "none", "enum": [ "none", "md5", "sha", "sha224", "sha256", "sha384", "sha512" ], "enumNames": [ "None", "MD5", "SHA1", "SHA224", "SHA256", "SHA384", "SHA512" ], "title": "Authentication protocol" }, "authKey": {}, "privProtocol": { "default": "none" } }, "dependencies": { "authProtocol": { "oneOf": [ { "properties": { "authProtocol": { "enum": ["none"] } } }, { "required": ["authKey", "name"], "properties": { "authProtocol": { "not": { "enum": ["none"] } }, "authKey": { "type": "string", "title": "V3 authentication key", "encrypt": true }, "privProtocol": { "type": "string", "default": "none", "enum": ["none", "des", "aes", "aes256b", "aes256r"], "enumNames": [ "None", "DES", "AES128", "AES256b (Blumenthal)", "AES256r (Reeder)" ], "title": "Privacy protocol" } }, "dependencies": { "privProtocol": { "oneOf": [ { "properties": { "privProtocol": { "enum": ["none"] } } }, { "required": ["privKey"], "properties": { "privProtocol": { "not": { "enum": ["none"] } }, "privKey": { "type": "string", "title": "V3 privacy key", "encrypt": true } } } ] } } } ] } } } } } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/atree1023/snc-cribl-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server