{"type":"model","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/744a8207-9965-344e-aed3-d3ef846a4950","info":{"title":"Others","description":"Other APIs\n- Include APIs that do not belong to other categories\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"required":["group","name"],"type":"object","properties":{"authPassword":{"pattern":"^(?:\\$CRYPT\\$.{17}|(?!(?:\\$CRYPT\\$)).{8,128})$","type":"string","description":"Authentication password, either a encrypt string starting with $CRYPT$, or a clear text string of length 8 to 128","example":"authPassword"},"group":{"pattern":"^(?=.{1,32}$)([^\u003c\u003e]*)$","type":"string","description":"SNMP group name","example":"group1"},"name":{"pattern":"^(?=.{1,32}$)([^\u003c\u003e]*)$","type":"string","description":"SNMPv3 User name","example":"user1"},"privPassword":{"pattern":"^(?:\\$CRYPT\\$.{17}|(?!(?:\\$CRYPT\\$)).{8,128})$","type":"string","description":"Privilege password, either a encrypt string starting with $CRYPT$, or a clear text string of length 8 to 128","example":"privPassword"}},"description":"SNMPv3 user","$$ref":"#/components/schemas/SNMPv3User","title":"SNMPv3User"}}