We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curl -k -H "X-Auth-Token: $bmc_token" -X POST -D headers.txt https://${bmc}/redfish/v1/EventService/Subscriptions -d '{"Destination":"snmp://xx.yy.xx.yy:ab", "SubscriptionType":"SNMPTrap", "Protocol":"SNMPv2c"}' { [ { "@odata.type": "#Message.v1_1_1.Message", "Message": "The resource has been created successfully.", "MessageArgs": [], "MessageId": "Base.1.13.0.Created", "MessageSeverity": "OK", "Resolution": "None." } ] } bash-4.2$ curl -k -H "X-Auth-Token: $bmc_token" -X POST -D headers.txt https://${bmc}/redfish/v1/EventService/Subscriptions -d '{"Destination":"snmp://xx.yy.xx.yy:-40", "SubscriptionType":"SNMPTrap", "Protocol":"SNMPv2c"}' { [ { "@odata.type": "#Message.v1_1_1.Message", "Message": "The resource has been created successfully.", "MessageArgs": [], "MessageId": "Base.1.13.0.Created", "MessageSeverity": "OK", "Resolution": "None." } ] }
The text was updated successfully, but these errors were encountered:
Done, please review: ibm-openbmc/bmcweb#688
Sorry, something went wrong.
Merged: ibm-openbmc/bmcweb#688
ChicagoDuan
No branches or pull requests
Able to configure SNMP manager with invalid port (Ex: alpha & negative port)
Internal defect number: 525716
Steps to create:
The text was updated successfully, but these errors were encountered: