Platform: Export Job for Exposure Resource (Account / Portfolio) as Parquet

Number of APIs: 5

For specifications and other details: developer.rms.com

  1. All variables in UPPER_CASE must be declared by user

  2. All variables in lower_case are automatically produced when the flow is executed step by step (in order)

  1. List / Search Exposures (EDMs) GET https://{{HOST}}/platform/riskdata/v1/exposures?filter=exposureName="{{EDM_NAME}}"

  2. List / Search Portfolios GET https://{{HOST}}/platform/riskdata/v1/exposures/{{exposure_id}}/portfolios?filter=portfolioName="{{PORTFOLIO_NAME}}"

  3. Get Resource Groups GET https://{{HOST}}/platform/tenantdata/v1/entitlements/RI-RISKMODELER/resourcegroups

  4. Create and Run Export Job POST https://{{HOST}}/platform/export/v1/jobs

  5. Get Export Job GET {{export_job_url}}