Skip to main content

GET /service/forwarders/settings

Use this method to return information about whether service data is forwarded 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

GET https://{management_server_IP}/service/forwarders/settings

Query parameters

None

Request body

None

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

AttributesTypeDescription
excludeEventsBooleanIndicates 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 is returned if the request is successful.
{
"excludeEvents":"true"
}