PUT /service/forwarders/settings
Use this method to enable or disable forwarding service data to the preferred service provider when a serviceable event that is on the list of excluded events occurs.
Authentication
Authentication with username and password is required.
Request URL
PUT https://{management_server_IP}/service/forwarders/settings
Query parameters
None
Request body
| Attributes | Required / Optional | Type | Description | ||
|---|---|---|---|---|---|
| excludeEvents | Required | Boolean | Indicates whether service data is automatically forwarded when an excluded serviceable event occurs. This can be one of the following values.
| ||
The following example enables forwarding excluded serviceable events to the preferred service provider
{
"excludeEvents":"true"
}
Response codes
| Code | Description | Comments |
|---|---|---|
| 200 | OK | The request completed successfully. |
| 500 | Internal Server Error | An internal error occurred. A descriptive error message is returned in the response body. |
Response body
None
Give documentation feedback