Files
wlan-ucentral-schema/schema/service.snmpd.com2sec.yml
John Crispin c2338adfe4 snmp: fix schema/yaml syntax
This cause the docs to not get generated correctly

Signed-off-by: John Crispin <john@phrozen.org>
2025-03-24 07:59:04 +01:00

39 lines
869 B
YAML

description:
Map an SNMPv1 or SNMPv2c community string to a security name..
type: object
properties:
public:
description:
Public com2sec.
type: object
properties:
community:
description:
Community name.
type: string
secname:
description:
Security name.
type: string
source:
description:
A restricted source can either be a specific hostname or a subnet.
type: string
private:
description:
Private com2sec.
type: object
properties:
community:
description:
Community name.
type: string
secname:
description:
Security name.
type: string
source:
description:
A restricted source can either be a specific hostname or a subnet.
type: string