Skip to main content

Get SNMPV3 Configurations

Select

SaaS
Customer Managed

This operation returns SNMPV3 configuration list under control panel.

Responses

OK


Schema
  • snmv3InfoList object[]
  • hostName string
  • privacyAlgorithm integer
  • id integer
  • encryptAlgorithm integer
  • userAccount object
  • userName string
GET /commserv/snmpv3configuration    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/CommServ/SNMPV3Configuration' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'