summaryrefslogtreecommitdiff
path: root/snmpcfg/xyz/openbmc_project/SNMPCfg.interface.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'snmpcfg/xyz/openbmc_project/SNMPCfg.interface.yaml')
-rw-r--r--snmpcfg/xyz/openbmc_project/SNMPCfg.interface.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/snmpcfg/xyz/openbmc_project/SNMPCfg.interface.yaml b/snmpcfg/xyz/openbmc_project/SNMPCfg.interface.yaml
new file mode 100644
index 0000000..5017f7b
--- /dev/null
+++ b/snmpcfg/xyz/openbmc_project/SNMPCfg.interface.yaml
@@ -0,0 +1,13 @@
+description: >
+ SNMP daemon configuration manager.
+
+properties:
+ - name: Community
+ type: string
+ description: >
+ SNMPv1 and SNMPv2 community that allows read-only (GET and GETNEXT) access
+ to the data providing by SNMP daemon.
+ errors:
+ - xyz.openbmc_project.Common.Error.InternalFailure
+ - xyz.openbmc_project.Common.Error.InvalidArgument
+