A module related to xMatters upload functionality.
https://help.xmatters.com/xmapi/index.html#upload-users
https://help.xmatters.com/xmapi/index.html#upload-users
Methods
# async inner epicZipSync(env, data) → {Promise.<ImportJob>}
Upload xMatters ZipSync to xMatters
https://help.xmatters.com/xmapi/index.html#upload-an-epic-zipsync-file
https://help.xmatters.com/xmapi/index.html#upload-an-epic-zipsync-file
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. |
Import Job Object Created
Promise.<ImportJob>
# async inner usersCSV(env, data) → {Promise.<ImportJob>}
Upload Users CSV file to xMatters
https://help.xmatters.com/xmapi/index.html#upload-a-user-upload-file
https://help.xmatters.com/xmapi/index.html#upload-a-user-upload-file
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. |
Import Job Object Created
Promise.<ImportJob>