A module related to xMatters event suppressions.
https://help.xmatters.com/xmapi/index.html#event-suppressions
https://help.xmatters.com/xmapi/index.html#event-suppressions
Methods
# async inner getMany(env, query) → {Promise.<Array.<EventSuppression>>}
Get all event suppressions from xMatters matching the query. Please refer to the link below for the available query parameters.
https://help.xmatters.com/xmapi/index.html#get-suppressed-events
https://help.xmatters.com/xmapi/index.html#get-suppressed-events
Parameters:
Name | Type | Description |
---|---|---|
env |
module:environments.xMattersEnvironment | The xmtoolbox representation of an xMatters instance. |
query |
Object | A json object representing the query string parameters for this request. |
Array of Event Suppression Objects Requested
Promise.<Array.<EventSuppression>>