Module

deviceTypes

Methods

# async inner getMany(env, query) → {Promise.<Array.<DeviceType>>}

Get all device types from xMatters matching the query. Please refer to the link below for the available query parameters.

https://help.xmatters.com/xmapi/index.html#get-device-types
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.

View Source deviceTypes.js, line 19

Array strings for the Device Types Requested
Promise.<Array.<DeviceType>>