Platform: Import Job for MRI Files
Number of APIs: 8
For specifications and other details: developer.rms.com
All variables in UPPER_CASE must be declared by user
All variables in lower_case are automatically produced when the flow is executed step by step (in order)
This sample collection allows:
1. To create Import Folder
2. Upload accounts and locations file to S3
3. Retrieve and select the EDM and portfolio to import the accounts
4. Retrieve resource groups to specify the quota to be used
5. Create and run import job
6. Get import job status
-
Create Import Folder POST https://{{HOST}}/platform/import/v1/folders
-
Upload Accounts File to S3 (AWS API) PUT {{s3_account_uploadUrl}}
-
Upload Locations File to S3 (AWS API) PUT {{s3_location_uploadUrl}}
-
Get Exposures (EDMs) GET https://{{HOST}}/platform/riskdata/v1/exposures/
-
Get Portfolios GET https://{{HOST}}/platform/riskdata/v1/exposures/10171/portfolios
-
Get Resource Groups (Insert in POST /jobs header) GET https://{{HOST}}/platform/tenantdata/v1/entitlements/RI-RISKMODELER/resourcegroups
-
Create and Run Import Job POST https://{{HOST}}/platform/import/v1/jobs
-
Get Import Job GET {{import_job_url}}