GET – SNMPv3 Trap Users
Use the GET method to retrieve the properties SNMPv3TrapUser resource for Redfish service.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/Managers/1/NetworkProtocol/Oem/Lenovo/SNMP/SNMPv3TrapUsers/{Id}
Request body
None
Response body
Field | Type | Description | ||
---|---|---|---|---|
Id | String | SNMPv3 Trap User id value. | ||
Name | String | SNMPv3 Trap User id value. | ||
Description | String | This resource is used to represent an account for SNMPV3 trap for a Redfish implementation. | ||
UserName | String | The user name for the account. | ||
AuthenticationKey | String | This property shall contain the key for SNMPv3 authentication.
| ||
AuthenticationKeySet | Boolean | Indicates if the AuthenticationKey property is set. | ||
AuthenticationProtocol | String | The authentication protocol for SNMPv3. None, HMAC_SHA96, HMAC128_SHA224, HMAC192_SHA256, HMAC256_SHA384, HMAC384_SHA512 | ||
EncryptionKey | String | This property shall contain the key for SNMPv3 encryption.
| ||
EncryptionKeySet | Boolean | Indicates if the EncryptionKey property is set. | ||
EncryptionProtocol | String | The encryption protocol for SNMPv3. None, CBC_DES, CFB128_AES128, AES192, AES256, AES192C, AES256C | ||
Addresses | Array | Indicates IP address or hostname (maximum of 63 characters in each field) Note Supports one element only |
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |