A module related to xMatters on-call information.
https://help.xmatters.com/xmapi/index.html#on-call
https://help.xmatters.com/xmapi/index.html#on-call
Methods
# async inner getMany(env, query) → {Promise.<Array.<OnCall>>}
Get who is on call from xMatters matching the query. Please refer to the link below for the available query parameters.
https://help.xmatters.com/xmapi/index.html#get-who-is-on-call
https://help.xmatters.com/xmapi/index.html#get-who-is-on-call
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 On Call Objects Requested
Promise.<Array.<OnCall>>