GET – Event subscriptions for SNMPv3-{N}-{M}
Use the GET method to retrieve properties in event subscription entries for a server.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/EventService/Subscriptions/REST-SNMPv3-{N}-{M}
Request body
None
Response body
Field | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
Id | String | REST-SMTPv3-{N}-{M}, where N is the snmpv3 user index ranging from 1-3, M is the subscription index ranging from 1-3. | ||||||
Name | String | User name of SNMPv3. | ||||||
Description | Array | This resource represents an event destination for a Redfish implementation. | ||||||
Destination | String | This property shall contain a URI to the destination where the events will be sent. | ||||||
Protocol | String | SNMPv3 | ||||||
Context | String | Empty string. | ||||||
EventFormatType | Boolean | Event | ||||||
Status | Object | Expanded. | ||||||
State | String | The state of this subscription. Possible values are “Enabled” and “Disabled”. | ||||||
SubscriptionType | String | SNMPTrap | ||||||
SNMP | Object | Expanded. | ||||||
TrapCommunity | String | null |
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Give documentation feedback