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
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
Attributes | Type | Description | ||
---|---|---|---|---|
excludeEvents | 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 is returned if the request is successful.
{
"excludeEvents":"true"
}
Give documentation feedback