Platform: Export Job for Exposure Resource (Account / Portfolio) as Parquet
Number of APIs: 5
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) 
- 
List / Search Exposures (EDMs) GET https://{{HOST}}/platform/riskdata/v1/exposures?filter=exposureName="{{EDM_NAME}}" 
- 
List / Search Portfolios GET https://{{HOST}}/platform/riskdata/v1/exposures/{{exposure_id}}/portfolios?filter=portfolioName="{{PORTFOLIO_NAME}}" 
- 
Get Resource Groups GET https://{{HOST}}/platform/tenantdata/v1/entitlements/RI-RISKMODELER/resourcegroups 
- 
Create and Run Export Job POST https://{{HOST}}/platform/export/v1/jobs 
- 
Get Export Job GET {{export_job_url}}