appliance techpreview monitoring snmp: test
Send a warmStart notification to all configured traps and inform destinations (see RFC 3418).
Request:
HTTP request
POST https://{server}/rest/appliance/techpreview/monitoring/snmp/test
No request parameters
Response:
HTTP Status Code: 200
Representation:
{
"value" : {
"success" : true,
"message" : "string"
}
}
"value" : {
"success" : true,
"message" : "string"
}
}
Response Type:
Name | Type | Description |
---|---|---|
bold = required | ||
value | SNMP_test_results | SNMP test result. |
value.success | boolean | Set success to true/false |
value.message | string | message |
Errors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | Generic error |