PUT /events/monitors/{forwarder_id}
Use this method to modify event forwarders after they are configured without requiring that they be deleted and re-added.
All attributes except the protocol can be modified. For example, an event forwarder can be temporarily disabled using the PUT method, and then re-enabled at a later time.
Authentication
Authentication with username and password is required.
Request URL
PUT https://{management_server_IP}/events/monitors/{forwarder_id}
where {forwarder_id} is the ID of the event forwarder to be deleted. To obtain the filter ID, use the GET /events/monitors method.
Query parameters
None
Request body
Attributes | Required / Optional | Type | Description | |||
---|---|---|---|---|---|---|
description | Optional | String | Description for the event forwarder | |||
enable | Optional | Boolean | Indicates whether the event forwarder is enabled. This can be one of the following values.
| |||
eventFilter | Required | Object | Information about the types of events to forward | |||
filter | Required | Object | Information about each event filter | |||
categories | Optional | Array of strings | Event categories. This can be one of the following values.
| |||
componentIDs | Optional | Array of strings | List of component IDs. If empty, all components are monitored. | |||
eventID | Optional | String | List of event IDs, separated by a comma, to be included | |||
eventServices | Optional | Array of strings | Service type. This can be one or both of the following values.
| |||
excludedEventIDs | Optional | String | List of event IDs, separated by a comma, to be excluded | |||
negateFilter | Optional | Boolean | Indicates whether to exclude events that match the specified filter. This can be one of the following values.
| |||
resourceGroupsUUIDs | Optional | Array of strings | List of resource-group UUIDs to filter on | |||
sourceIDs | Optional | Array of strings | List of source IDs. If empty, all sources are monitored. | |||
typeSeverity | Required | Array of objects | Event severity and type. If both sourceIDs and componentsIDs are empty, all events that match the typeSeverity filter are forwarded. | |||
severity | Required | String | Event severity. This can be one of the following values.
| |||
type | Required | String | Event type. This can be one of the following values.
| |||
forwardHidden | Optional | Boolean | Specifies whether to forward hidden events. This can be one of the following values.
| |||
ignoreExcluded | Optional | Boolean | Specifies whether to disable the forwarding of excluded events. This can be one of the following values.
| |||
ipAddress | Required | String | IPv4 or IPv6 address or hostname of the remote system that is the target to receive the events. For email, this is the SMTP server. | |||
matchEverything | Optional | Boolean | Indicates whether the action is to be run against all managed devices. This can be one of the following values.
| |||
name | Required | String | User-defined name for the event forwarder. This name must be unique for all event forwarders. | |||
outputFormat | Optional | String | Output format of the forwarded event Text between double square brackets are the fields that which are replaced with actual values. For a description of each field, use GET /events/monitors?format=formatKeys. | |||
port | Optional | String | TCP/UDP port used for the connection. For Azure Log Analytics, this value is always 443. | |||
primaryKey | Required | String | Primary key of the log-analytics device that is obtained from the Azure portal. | |||
protocol | Required | String | Type of event forwarder. For Azure Log Analytics, this value is always oms_log_analytics. | |||
requestTimeout | Optional | Integer | Amount of time, in seconds, that an event forwarder has to forward events before the request times out By default, the time-out value is 30 seconds. | |||
scheduler | Optional | Object | Information about times and days when you want the specified events to be forwarded to this event forwarder | |||
enabled | Required | Boolean | Indicates whether the schedule is enabled. This can be one of the following values.
| |||
events | Required | Array of objects | List of event-forwarding schedules | |||
calendar | Optional | String | Schedule name | |||
daysOfWeek | Optional | Array of strings | Days of the week. This can be one or more of the following values.
| |||
endingDate | Optional | String | Date when the schedule ends | |||
endTime | Optional | String | Time when the schedule ends | |||
id | Optional | Integer | Schedule ID | |||
initialEndTime | Optional | String | ||||
initialStartTime | Optional | String | ||||
repeatable | Optional | Boolean | Indicates whether the schedule is recurring. This can be one of the following values.
| |||
seriesId | Optional | Integer | Schedule index | |||
startingDate | Optional | String | Date when the schedule starts | |||
startTime | Optional | String | Time when the schedule starts | |||
summary | Optional | Boolean | ||||
showSummary | Optional | String | Indicates whether the schedule summary is enabled. The summary includes the time slot for schedule and which schedules are repeatable. This can be one of the following values.
| |||
workspaceID | Required | String | Workspace ID of the log-analytics device that is obtained from the Azure portal. |
{
"authenticationEmail": "none",
"connectionEmail": ["SSL"],
"description": "",
"enable": "true",
"eventFilter": {
"filter": {
"categories": ["WARRANTY","STATUS_CHANGE","STATUS_UPDATE","GENERAL"],
"componentIDs": [],
"eventID": "",
"eventServices": ["none","support","user"],
"excludedEventIDs": "",
"negateFilter": false,
"sourceIDs": [],
"resourceGroupsUUIDs": [],
"typeSeverity": [{
"severity": "INFORMATIONAL",
"type": "UNKNOWN"
},
...,
{
"severity": "FATAL",
"type": "AUDIT"
}]
}
},
"forwardHidden": false,
"ignoreExcluded": false,
"ipAddress": "192.0.2.20",
"matchEverything": true,
"name": "Email Forwarder",
"port": "25",
"protocol": "email_alert",
"recipients": "user1@company.com",
"requestTimeout": 30,
"scheduler": {
"enabled": false,
"events": [],
"showSummary": false
},
"senderDomain": "company.com",
"senderUserName": "LXCA1",
"subjectFormat": "[[DeviceIPAddress]]-[[EventSeverity]]-[[EventMessage]]",
"useSupportContact": false
}
Attributes | Required / Optional | Type | Description | |||
---|---|---|---|---|---|---|
authenticationEmail | Optional | String | Authentication type. This can be one of the following values.
| |||
connectionEmail | Optional | Array of strings | Connection type to secure connection to the SMTP server. This can be one of the following values.
| |||
description | Optional | String | Description for the event forwarder | |||
enable | Optional | Boolean | Indicates whether the event forwarder is enabled. This can be one of the following values:
| |||
eventFilter | Required | Object | Information about the types of events to forward | |||
filter | Required | Object | Information about each event filter | |||
categories | Optional | Array of strings | Event categories. This can be one of the following values.
| |||
componentIDs | Optional | Array of strings | List of component IDs. If empty, all components are monitored. | |||
eventID | Optional | String | List of event IDs, separated by a comma, to be included | |||
eventServices | Optional | Array of strings | Service type. This can be one or both of the following values.
| |||
excludedEventIDs | Optional | String | List of event IDs, separated by a comma, to be excluded | |||
negateFilter | Optional | Boolean | Indicates whether to exclude events that match the specified filter. This can be one of the following values.
| |||
resourceGroupsUUIDs | Optional | Array of strings | List of resource-group UUIDs to filter on | |||
sourceIDs | Optional | Array of strings | List of source IDs. If empty, all sources are monitored. | |||
typeSeverity | Required | Array of objects | Event severity and type. If both sourceIDs and componentsIDs are empty, all events that match the typeSeverity filter are forwarded. | |||
severity | Required | String | Event severity. This can be one of the following values.
| |||
type | Required | String | Event type. This can be one of the following values.
| |||
forwardHidden | Optional | Boolean | Specifies whether to forward hidden events. This can be one of the following values.
| |||
ignoreExcluded | Optional | Boolean | Specifies whether to disable the forwarding of excluded events. This can be one of the following values.
| |||
ipAddress | Required | String | IPv4 or IPv6 address or hostname of the remote system that is the target to receive the events. For email, this is the SMTP server. | |||
matchEverything | Optional | Boolean | Indicates whether the action is to be run against all managed devices. This can be one of the following values.
| |||
name | Required | String | User-defined name for the event forwarder. This name must be unique for all event forwarders. | |||
outputFormat | Optional | String | Output format of the forwarded event Text between double square brackets are the fields that which are replaced with actual values. For a description of each field, use GET /events/monitors?format=formatKeys. | |||
port | Optional | String | TCP/UDP port used for the connection. For email, this value is always 25. | |||
protocol | Required | String | Type of event forwarder. For email, this value is always email_alert. | |||
recipients | Required | Array of strings | List of email addresses for the event forwarder, in the format userid@domain (for example, XClarity1@company.com) | |||
requestTimeout | Optional | Integer | Amount of time, in seconds, that a event forwarderhas to forward events before the request times out By default, the time-out value is 30 seconds. | |||
scheduler | Optional | Object | Information about times and days when you want the specified events to be forwarded to this event forwarder | |||
enabled | Required | Boolean | Indicates whether the schedule is enabled. This can be one of the following values.
| |||
events | Required | Array of objects | List of event-fowarding schedules | |||
calendar | Optional | String | Schedule name | |||
daysOfWeek | Optional | Array of strings | Days of the week. This can be one or more of the following values.
| |||
endingDate | Optional | String | Date when the schedule ends | |||
endTime | Optional | String | Time when the schedule ends | |||
id | Optional | Integer | Schedule ID | |||
initialEndTime | Optional | String | ||||
initialStartTime | Optional | String | ||||
repeatable | Optional | Boolean | Indicates whether the schedule is recurring. This can be one of the following values.
| |||
seriesId | Optional | Integer | Schedule index | |||
startingDate | Optional | String | Date when the schedule starts | |||
startTime | Optional | String | Time when the schedule starts | |||
summary | Optional | Boolean | ||||
showSummary | Optional | String | Indicates whether the schedule summary is enabled. The summary includes the time slot for schedule and which schedules are repeatable. This can be one of the following values.
| |||
senderDomain | Optional | String | Sender domain (for example, company.com). If you do not specify the senderDomain or senderUserName, this is LXCA.{source_identifier}@{smtp_host} by default. If you specify the senderDomain but not senderUserName, the format of the sender address is {LXCA_host_name}@{sender_domain} (for example, XClarity1@company.com). | |||
senderUserName | Optional | String | Sender name | |||
subjectFormat | Optional | String | Email subject For a description of fields that can be specified in the subject format, use GET /events/monitors?format=defaultFormat. | |||
useSupportContact | Optional | Boolean | Indicates to use the email address that is defined for the support contact that is assigned to the device. This can be one of the following values.
|
{
"authenticationEmail": "none",
"connectionEmail": ["SSL"],
"description": "",
"enable": "true",
"eventFilter": {
"filter": {
"categories": ["WARRANTY","STATUS_CHANGE","STATUS_UPDATE","GENERAL"],
"componentIDs": [],
"eventID": "",
"eventServices": ["none","support","user"],
"excludedEventIDs": "",
"negateFilter": false,
"sourceIDs": [],
"resourceGroupsUUIDs": [],
"typeSeverity": [{
"severity": "INFORMATIONAL",
"type": "UNKNOWN"
},
...,
{
"severity": "FATAL",
"type": "AUDIT"
}]
}
},
"forwardHidden": false,
"ignoreExcluded": false,
"ipAddress": "192.0.2.20",
"matchEverything": true,
"name": "Email Forwarder",
"port": "25",
"protocol": "email_alert",
"recipients": "user1@company.com",
"requestTimeout": 30,
"scheduler": {
"enabled": false,
"events": [],
"showSummary": false
},
"senderDomain": "company.com",
"senderUserName": "LXCA1",
"subjectFormat": "[[DeviceIPAddress]]-[[EventSeverity]]-[[EventMessage]]",
"useSupportContact": false
}
Attributes | Required / Optional | Type | Description | |||
---|---|---|---|---|---|---|
authPasswordChanged | Optional | Boolean | Indicates a request to change the password. This can be one of the following values.
| |||
authUser | Required if ftpAuthentication is set to Regular | String | Authentication user ID if authentication is used | |||
authPassword | Required if ftpAuthentication is set to Regular | String | Authentication password if authentication is used | |||
characterEncoding | Optional | String | Character set. This can be one of the following values.
| |||
charactersToRemove | Optional | String | Sequence of characters to be removed from the file content | |||
description | Optional | String | Description for the event forwarder | |||
enable | Optional | Boolean | Indicates whether the event forwarder is enabled. This can be one of the following values.
| |||
eventFilter | Required | Object | Information about the types of events to forward | |||
filter | Required | Object | Information about each event filter | |||
categories | Optional | Array of strings | Event categories. This can be one of the following values.
| |||
componentIDs | Optional | Array of strings | List of component IDs. If empty, all components are monitored. | |||
eventID | Optional | String | List of event IDs, separated by a comma, to be included | |||
eventServices | Optional | Array of strings | Service type. This can be one or both of the following values.
| |||
excludedEventIDs | Optional | String | List of event IDs, separated by a comma, to be excluded | |||
negateFilter | Optional | Boolean | Indicates whether to exclude events that match the specified filter. This can be one of the following values.
| |||
resourceGroupsUUIDs | Optional | Array of strings | List of resource-group UUIDs to filter on | |||
sourceIDs | Optional | Array of strings | List of source IDs. If empty, all sources are monitored. | |||
typeSeverity | Required | Array of objects | Event severity and type. If both sourceIDs and componentsIDs are empty, all events that match the typeSeverity filter are forwarded. | |||
severity | Required | String | Event severity. This can be one of the following values.
| |||
type | Required | String | Event type. This can be one of the following values.
| |||
forwardHidden | Optional | Boolean | Specifies whether to forward hidden events. This can be one of the following values.
| |||
ftpAuthentication | Optional | String | Authentication type. This can be one of the following values.
| |||
ftpFileName | Optional | String | File-name format to use for the file that contains the forwarded event. The default format is event_[[EventSequenceID]].txt. Note Each file contains information for a single event. | |||
ftpPath | Required | String | Path on the remote FTP server where the file is to be uploaded | |||
ignoreExcluded | Optional | Boolean | Specifies whether to disable the forwarding of excluded events. This can be one of the following values.
| |||
ipAddress | Required | String | IPv4 or IPv6 address or hostname of the remote system that is the target to receive the events. For email, this is the SMTP server | |||
matchEverything | Optional | Boolean | Indicates whether the action is to be run against all managed devices. This can be one of the following values.
| |||
name | Required | String | User-defined name for the event forwarder. This name must be unique for all event forwarders. | |||
outputFormat | Optional | String | Output format of the forwarded event Text between double square brackets are the fields that which are replaced with actual values. For a description of each field, use GET /events/monitors?format=formatKeys. | |||
port | Optional | String | TCP/UDP port used for the connection. For FTP, this value is always 21. | |||
protocol | Required | String | Type of event forwarder. For FTP, this value is always ftp. | |||
requestTimeout | Optional | Integer | Amount of time, in seconds, that an event forwarderhas to forward events before the request times out. By default, the time-out value is 30 seconds. | |||
scheduler | Optional | Object | Information about times and days when you want the specified events to be forwarded to this event forwarder | |||
enabled | Required | Boolean | Indicates whether the schedule is enabled. This can be one of the following values.
| |||
events | Required | Array of objects | List of event-fowarding schedules | |||
calendar | Optional | String | Schedule name | |||
daysOfWeek | Optional | Array of strings | Days of the week. This can be one or more of the following values.
| |||
endingDate | Optional | String | Date when the schedule ends | |||
endTime | Optional | String | Time when the schedule ends | |||
id | Optional | Integer | Schedule ID | |||
initialEndTime | Optional | String | ||||
initialStartTime | Optional | String | ||||
repeatable | Optional | Boolean | Indicates whether the schedule is recurring. This can be one of the following values.
| |||
seriesId | Optional | Integer | Schedule index | |||
startingDate | Optional | String | Date when the schedule starts | |||
startTime | Optional | String | Time when the schedule starts | |||
summary | Optional | Boolean | ||||
showSummary | Optional | String | Indicates whether the schedule summary is enabled. The summary includes the time slot for schedule and which schedules are repeatable. This can be one of the following values.
|
{
"charactersToRemove": null,
"description": "",
"enable": "true",
"eventFilter": {
"filter": {
"categories": ["WARRANTY", "GENERAL"],
"componentIDs": [],
"eventID": "",
"eventServices": [],
"excludedEventIDs": "",
"negateFilter": false,
"sourceIDs": [],
"typeSeverity": [{
"severity": "INFORMATIONAL",
"type": "AUDIT"
},
...,
{
"severity": "FATAL",
"type": "AUDIT"
}],
}
},
"forwardHidden": false,
"ftpAuthentication": "None",
"ftpFileName": "event_[[EventSequenceID]].txt",
"ftpPath": "lxca_events",
"ignoreExcluded": false,
"ipAddress": "192.0.2.30",
"matchEverything": true,
"name": "FTP Forwarder",
"port": "21",
"protocol": "ftp",
"requestTimeout": 30,
"scheduler": {
"enabled": false,
"events": [],
"showSummary": false
}
}
Attributes | Required / Optional | Type | Description | |||
---|---|---|---|---|---|---|
description | Optional | String | Description for the event forwarder | |||
enable | Optional | Boolean | Indicates whether the event forwarder is enabled. This can be one of the following values.
| |||
eventFilter | Required | Object | Information about the types of events to forward | |||
filter | Required | Object | Information about each event filter | |||
categories | Optional | Array of strings | Event categories. This can be one of the following values.
| |||
componentIDs | Optional | Array of strings | List of component IDs. If empty, all components are monitored. | |||
eventID | Optional | String | List of event IDs, separated by a comma, to be included | |||
eventServices | Optional | Array of strings | Service type. This can be one or both of the following values.
| |||
excludedEventIDs | Optional | String | List of event IDs, separated by a comma, to be excluded | |||
negateFilter | Optional | Boolean | Indicates whether to exclude events that match the specified filter. This can be one of the following values.
| |||
resourceGroupsUUIDs | Optional | Array of strings | List of resource-group UUIDs to filter on | |||
sourceIDs | Optional | Array of strings | List of source IDs. If empty, all sources are monitored. | |||
typeSeverity | Required | Array of objects | Event severity and type. If both sourceIDs and componentsIDs are empty, all events that match the typeSeverity filter are forwarded. | |||
severity | Required | String | Event severity. This can be one of the following values.
| |||
type | Required | String | Event type. This can be one of the following values.
| |||
forwardHidden | Optional | Boolean | Specifies whether to forward hidden events. This can be one of the following values.
| |||
ignoreExcluded | Optional | Boolean | Specifies whether to disable the forwarding of excluded events. This can be one of the following values.
| |||
ipAddress | Required | String | IPv4 or IPv6 address or hostname of the remote system that is the target to receive the events. For email, this is the SMTP server. | |||
matchEverything | Optional | Boolean | Indicates whether the action is to be run against all managed devices. This can be one of the following values.
| |||
name | Required | String | User-defined name for the event forwarder. This name must be unique for all event forwarders. | |||
outputFormat | Optional | String | Output format of the forwarded event Text between double square brackets are the fields that which are replaced with actual values. For a description of each field, use GET /events/monitors?format=formatKeys. | |||
port | Optional | String | TCP/UDP port used for the connection. For REST Web Services, this value is always 80. | |||
protocol | Required | String | Type of event forwarder. For REST Web Services, this value is always rest. | |||
requestTimeout | Optional | Integer | Amount of time, in seconds, that an event forwarder has to forward events before the request times out By default, the time-out value is 30 seconds. | |||
restAuthentication | Optional | String | Authentication type. This can be one of the following values.
| |||
restMethod | Optional | String | REST method. This can be one of the following values.
| |||
restPath | Optional | String | Resource path on which the forwarder is to post the events (for example, /rest/test). | |||
restProtocol | Optional | String | Protocol to use for forwarding events. This can be one of the following values.
| |||
restRequestHeaders | Optional | Array of strings | REST header to use for forwarding events | |||
scheduler | Optional | Object | Information about times and days when you want the specified events to be forwarded to this event forwarder | |||
enabled | Required | Boolean | Indicates whether the schedule is enabled. This can be one of the following values.
| |||
events | Required | Array of objects | List of event-fowarding schedules | |||
calendar | Optional | String | Schedule name | |||
daysOfWeek | Optional | Array of strings | Days of the week. This can be one or more of the following values.
| |||
endingDate | Optional | String | Date when the schedule ends | |||
endTime | Optional | String | Time when the schedule ends | |||
id | Optional | Integer | Schedule ID | |||
initialEndTime | Optional | String | ||||
initialStartTime | Optional | String | ||||
repeatable | Optional | Boolean | Indicates whether the schedule is recurring. This can be one of the following values.
| |||
seriesId | Optional | Integer | Schedule index | |||
startingDate | Optional | String | Date when the schedule starts | |||
startTime | Optional | String | Time when the schedule starts | |||
summary | Optional | Boolean | ||||
showSummary | Optional | String | Indicates whether the schedule summary is enabled. The summary includes the time slot for schedule and which schedules are repeatable. This can be one of the following values.
|
{
"description": "",
"enable": "true",
"eventFilter": {
"filter": {
"categories": ["WARRANTY", "GENERAL"],
"componentIDs": [],
"eventID": "",
"excludedEventIDs": "",
"eventServices": [],
"negateFilter": false,
"sourceIDs": [],
"typeSeverity": [{
"severity": "INFORMATIONAL",
"type": "AUDIT"
},
...,
{
"severity": "FATAL",
"type": "AUDIT"
}]
}
},
"forwardHidden": false,
"ignoreExcluded": false,
"ipAddress": "192.0.2.40",
"matchEverything": true,
"name": "REST Forwarder",
"port": "80",
"protocol": "rest",
"requestTimeout": 30,
"restAuthentication": "NONE",
"restMethod": "POST",
"restPath": "lxca_events",
"restProtocol": "HTTP",
"scheduler": {
"enabled": false,
"events": [],
"showSummary": false
}
}
Attributes | Required / Optional | Type | Description | |||
---|---|---|---|---|---|---|
authPasswordSet | Optional | String | Password string. This attribute is required if you specify authUser. | |||
authProtocol | String | Authentication protocol. This can be one of the following value.
This attribute is required if you specify authUser. | ||||
authUser | Optional | String | Authentication user ID if authentication is used | |||
community | Optional | String | (SNMPv1 only) The community password that is sent with every SNMP request to the device. | |||
contactName | Optional | String | User-defined contact name for XClarity Administrator traps | |||
description | Optional | String | Description for the event forwarder | |||
enable | Optional | Boolean | Indicates whether the event forwarder is enabled. This can be one of the following values.
| |||
eventFilter | Required | Object | Information about the types of events to forward | |||
filter | Required | Object | Information about each event filter | |||
categories | Optional | Array of strings | Event categories. This can be one of the following values.
| |||
componentIDs | Optional | Array of strings | List of component IDs. If empty, all components are monitored. | |||
eventID | Optional | String | List of event IDs, separated by a comma, to be included | |||
eventServices | Optional | Array of strings | Service type. This can be one or both of the following values.
| |||
excludedEventIDs | Optional | String | List of event IDs, separated by a comma, to be excluded | |||
negateFilter | Optional | Boolean | Indicates whether to exclude events that match the specified filter. This can be one of the following values.
| |||
resourceGroupsUUIDs | Optional | Array of strings | List of resource-group UUIDs to filter on | |||
sourceIDs | Optional | Array of strings | List of source IDs. If empty, all sources are monitored. | |||
typeSeverity | Required | Array of objects | Event severity and type. If both sourceIDs and componentsIDs are empty, all events that match the typeSeverity filter are forwarded. | |||
severity | Required | String | Event severity. This can be one of the following values.
| |||
type | Required | String | Event type. This can be one of the following values.
| |||
forwardHidden | Optional | Boolean | Specifies whether to forward hidden events. This can be one of the following values.
| |||
ignoreExcluded | Optional | Boolean | Specifies whether to disable the forwarding of excluded events. This can be one of the following values.
| |||
ipAddress | Required | String | IPv4 or IPv6 address or hostname of the remote system that is the target to receive the events. For email, this is the SMTP server. | |||
location | Optional | String | Location information, such as site, address, and geography | |||
matchEverything | Optional | Boolean | Indicates whether the action is to be run against all managed devices. This can be one of the following values.
| |||
name | Required | String | User-defined name for the event forwarder . This name must be unique for all event forwarders. | |||
outputFormat | Optional | String | Output format for the forwarded event | |||
port | Optional | String | TCP/UDP port used for the connection. For SNMP, this value is always 162. | |||
privacyPasswordSet | Optional | String | Privacy password. This attribute is required if encryption is used. | |||
privacyProtocol | Optional | String | Privacy protocol. This can be one of the following value.
This attribute is required if you specify privacyPassword. | |||
protocol | Required | String | Type of event forwarder . For SNMP, this can be one of the following values.
The trap formats for each event are defined in the lenovoMgrAlert.mib file. | |||
requestTimeout | Optional | Integer | Amount of time, in seconds, that an event forwarder has to forward events before the request times out By default, the time-out value is 30 seconds. | |||
scheduler | Optional | Object | Information about times and days when you want the specified events to be forwarded to this event forwarder | |||
enabled | Required | Boolean | Indicates whether the schedule is enabled. This can be one of the following values.
| |||
events | Required | Array of objects | List of event-fowarding schedules | |||
calendar | Optional | String | Schedule name | |||
daysOfWeek | Optional | Array of strings | Days of the week. This can be one or more of the following values.
| |||
endingDate | Optional | String | Date when the schedule ends | |||
endTime | Optional | String | Time when the schedule ends | |||
id | Optional | Integer | Schedule ID | |||
initialEndTime | Optional | String | ||||
initialStartTime | Optional | String | ||||
repeatable | Optional | Boolean | Indicates whether the schedule is recurring. This can be one of the following values.
| |||
seriesId | Optional | Integer | Schedule index | |||
startingDate | Optional | String | Date when the schedule starts | |||
startTime | Optional | String | Time when the schedule starts | |||
summary | Optional | Boolean | ||||
showSummary | Optional | String | Indicates whether the schedule summary is enabled. The summary includes the time slot for schedule and which schedules are repeatable. This can be one of the following values.
| |||
version | Optional | String | Version of SNMP. This can be one of the following values.
|
{
"authPasswordSet": "false",
"authProtocol": "NONE",
"authUser": "",
"community": "public",
"contactName": "",
"description": "",
"enable": "true",
"eventFilter": {
"filter": {
"categories": ["WARRANTY", "GENERAL"],
"componentIDs": ["FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"],
"sourceIDs": ["FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"],
"typeSeverity": [{
"severity": "INFORMATIONAL",
"type": "UNKNOWN"
},
...,
{
"severity": "FATAL",
"type": "SWITCH"
}]
}
},
"forwardHidden": false,
"id": "SNMPv1:0",
"ipAddress": "10.241.53.4",
"location": "",
"matchEverything": false,
"name": "SNMP Forwarder",
"port": "162",
"privacyPasswordSet": "false",
"privacyProtocol": "NONE",
"protocol": "snmpv1",
"requestTimeout": "500"
"scheduler": {
"enabled": false,
"events": []
},
"version": "v1"
}
Attributes | Required / Optional | Type | Description | |||
---|---|---|---|---|---|---|
communicationProtocol | Optional | String | Identifies the type of protocol that the syslog monitor uses to send messages. This can be one of the following values.
| |||
description | Optional | String | Description for the event forwarder | |||
dateFormat | Optional | String | Format for the timestamp in the syslog. This can be one of the following values.
| |||
enable | Optional | Boolean | Indicates whether the event forwarder is enabled. This can be one of the following values.
| |||
eventFilter | Required | Object | Information about the types of events to forward | |||
filter | Required | Object | Information about each event filter | |||
categories | Optional | Array of strings | Event categories. This can be one of the following values.
| |||
componentIDs | Optional | Array of strings | List of component IDs. If empty, all components are monitored. | |||
eventID | Optional | String | List of event IDs, separated by a comma, to be included | |||
eventServices | Optional | Array of strings | Service type. This can be one or both of the following values.
| |||
excludedEventIDs | Optional | String | List of event IDs, separated by a comma, to be excluded | |||
negateFilter | Optional | Boolean | Indicates whether to exclude events that match the specified filter. This can be one of the following values.
| |||
resourceGroupsUUIDs | Optional | Array of strings | List of resource-group UUIDs to filter on | |||
sourceIDs | Optional | Array of strings | List of source IDs. If empty, all sources are monitored. | |||
typeSeverity | Required | Array of objects | Event severity and type. If both sourceIDs and componentsIDs are empty, all events that match the typeSeverity filter are forwarded. | |||
severity | Required | String | Event severity. This can be one of the following values.
| |||
type | Required | String | Event type. This can be one of the following values.
| |||
forwardHidden | Optional | Boolean | Specifies whether to forward hidden events. This can be one of the following values.
| |||
ignoreExcluded | Optional | Boolean | Specifies whether to disable the forwarding of excluded events. This can be one of the following values.
| |||
ipAddress | Required | String | IPv4 or IPv6 address or hostname of the remote system that is the target to receive the events. For email, this is the SMTP server | |||
name | Required | String | User-defined name for the event forwarder. This name must be unique for all event forwarders. | |||
matchEverything | Optional | Boolean | Indicates whether the action is to be run against all managed devices. This can be one of the following values.
| |||
outputFormat | Optional | String | Output format of the forwarded event Text between double square brackets are the fields that which are replaced with actual values. For a description of each field, use GET /events/monitors?format=formatKeys. | |||
port | Optional | String | TCP/UDP port used for the connection. For syslog, this value is always 514. | |||
protocol | Required | String | Type of event forwarder. For syslog, this value is always syslog. | |||
requestTimeout | Optional | Integer | Amount of time, in seconds, that an event forwarderhas to forward events before the request times out By default, the time-out value is 30 seconds. | |||
scheduler | Optional | Object | Information about times and days when you want the specified events to be forwarded to this event forwarder | |||
enabled | Required | Boolean | Indicates whether the schedule is enabled. This can be one of the following values.
| |||
events | Required | Array of objects | List of event-fowarding schedules | |||
calendar | Optional | String | Schedule name | |||
daysOfWeek | Optional | Array of strings | Days of the week. This can be one or more of the following values.
| |||
endingDate | Optional | String | Date when the schedule ends | |||
endTime | Optional | String | Time when the schedule ends | |||
id | Optional | Integer | Schedule ID | |||
initialEndTime | Optional | String | ||||
initialStartTime | Optional | String | ||||
repeatable | Optional | Boolean | Indicates whether the schedule is recurring. This can be one of the following values.
| |||
seriesId | Optional | Integer | Schedule index | |||
startingDate | Optional | String | Date when the schedule starts | |||
startTime | Optional | String | Time when the schedule starts | |||
summary | Optional | Boolean | ||||
showSummary | Optional | String | Indicates whether the schedule summary is enabled. The summary includes the time slot for schedule and which schedules are repeatable. This can be one of the following values.
|
{
"communicationProtocol": "UDP",
"dateFormat": "Default_Format",
"description": "",
"enable": "true",
"eventFilter": {
"filter": {
"categories": ["WARRANTY", "GENERAL"],
"componentIDs": [],
"eventID": "",
"eventServices": [],
"excludedEventIDs": "",
"negateFilter": false,
"sourceIDs": [],
"typeSeverity": [{
"severity": "INFORMATIONAL",
"type": "AUDIT"
},
...,
{
"severity": "FATAL",
"type": "AUDIT"
}]
}
},
"forwardHidden": false,
"ignoreExcluded": true,
"ipAddress": "192.0.2.60",
"matchEverything": true,
"name": "syslog_forwarder",
"port": "514",
"protocol": "syslog",
"requestTimeout": 30,
"scheduler": {
"enabled": false,
"events": [],
"showSummary": false
}
}
Response codes
Code | Description | Comments |
---|---|---|
200 | OK | The request completed successfully. |
400 | Bad Request | A query parameter or request attribute is missing or not valid, or the operation is not supported. A descriptive error message is returned in the response body. |
401 | Unauthorized | The user cannot be authenticated. Authentication has not been provided or has failed. A descriptive error message is returned in the response body. |
500 | Internal Server Error | An internal error occurred. A descriptive error message is returned in the response body. |
Response body
None