Skip to main content

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

AttributesRequired / OptionalTypeDescription
excludeEventsRequiredBooleanIndicates whether service data is automatically forwarded when an excluded serviceable event occurs. This can be one of the following values.
  • true. Forwards excluded serviceable events

  • false. Does not forward excluded serviceable events

The following example enables forwarding excluded serviceable events to the preferred service provider

{
"excludeEvents":"true"
}

Response codes

CodeDescriptionComments
200OKThe request completed successfully.
500Internal Server ErrorAn internal error occurred. A descriptive error message is returned in the response body.

Response body

None