post https://{host}/platform/import/v1/folders
Creates an import folder.
An import folder is a temporary storage location and a logical path on AWS S3. During data migration, you may upload resource data to this folder prior to data import.
This operation supports the creation of six different folder types (CEDE
, EDM
, EXPOSURE_BULK_EDIT
MRI
, OED
, and RDM
) that support the corresponding import job types. The import folder accepts uploads of files in a specific file format depending on the folder type.
Folder Type | File Type | Description |
---|---|---|
CEDE | BAK , MDF | Import CEDE data. |
EDM | BAK , MDF | Import on-premise EDM data. |
EXPOSURE_BULK_EDIT | JSON , JZ | Import exposures from JSON file. |
MRI | CSV , TXT , XLSX | Import exposure data using MRI multi-relational import). |
OED | CSV , TXT | Import exposure data in OED format. |
RDM | BAK , MDF | Import analysis data. |
This operation accepts two required parameters:
- The
folderType
identifies the content uploaded to the import folder and the import job needed to import the uploaded resources into the Intelligent Risk Platform. - The
properties
object identifies the format of resource data uploaded to the import folder. Different properties are required depending on thefolderType
.