Get SNMPV3 Configurations
This operation returns SNMPV3 configuration list under control panel.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
snmv3InfoList object[]
hostName stringprivacyAlgorithm integerid integerencryptAlgorithm integeruserAccount object
userName string
{
"snmv3InfoList": [
{
"hostName": "string",
"privacyAlgorithm": 0,
"id": 0,
"encryptAlgorithm": 0,
"userAccount": {
"userName": "string"
}
}
]
}
Loading...