Module

uploads

A module related to xMatters upload functionality.

https://help.xmatters.com/xmapi/index.html#upload-users

View Source uploads.js, line 3

Methods

# async inner epicZipSync(env, data) → {Promise.<ImportJob>}

Parameters:
Name Type Description
env module:environments.xMattersEnvironment The xmtoolbox representation of an xMatters instance.
data Object Form-Data object to upload. Contains file property.

View Source uploads.js, line 32

Import Job Object Created
Promise.<ImportJob>

# async inner usersCSV(env, data) → {Promise.<ImportJob>}

Parameters:
Name Type Description
env module:environments.xMattersEnvironment The xmtoolbox representation of an xMatters instance.
data Object Form-Data object to upload. Contains file and name properties.

View Source uploads.js, line 19

Import Job Object Created
Promise.<ImportJob>