Convert File Format
POST /Command/FileFormatConvert
Convert files (txt, xml, json, csv) from database to a different format and save them to the database
Request
Authentication: API keys or JSON web tokens (JWT)
Body Parameters
Parameter Name | Type | Required/Optional | Description |
---|---|---|---|
Username |
| Required | The username of your D3 SOAR account. |
Site |
| Required | The D3 SOAR site to run the remote command. |
File IDs |
| Required | The array of IDs of files for conversion |
Source Table |
| Required | The table name in which the files are |
Format |
| Required | The file format to which the files will be converted |