Platform: Usecase t.1.0 - Tags, DLM, Export

Number of APIs: 15

This use case shows tags to mark accounts and analyses.
1. Mark Account as Bound (organize with a tag)
2. Run DLM Model
3. Update the tag on the resultant analysis
4. Export one or more analyses tagged as bound to RDM

  1. Search Exposures: Filter by EDM Name GET https://{{HOST}}/platform/riskdata/v1/exposures?filter=exposureName="{{EDM_NAME}}"

  2. Search Tags: Filter Tag Name for bound list GET https://{{HOST}}/platform/referencedata/v1/tags?filter=tagName="{{BOUND_TAG_NAME}}"

  3. Search Accounts: Filter by Name GET https://{{HOST}}/platform/riskdata/v1/exposures/{{exposure_id}}/accounts?filter=accountName="{{ACCOUNT_NAME}}"

  4. Get Account: Retrieve the account GET https://{{HOST}}{{account_uri}}

  5. Update Account: Change the Tag PUT https://{{HOST}}{{account_uri}}

  6. Search Model Profiles: By Name GET https://{{HOST}}/analysis-settings/modelprofiles?name={{MODEL_PROFILE_NAME}}

  7. Search Output Profiles: By Name GET https://{{HOST}}/analysis-settings/outputprofiles?name={{OUTPUT_PROFILE_NAME}}

  8. Search Get Event Rate Schemes: By Name GET https://{{HOST}}/data-store/referenceTables/eventratescheme?where=eventRateSchemeName='{{EVENT_RATE_SCHEME_NAME}}'

  9. Get Resource Groups: By App Entitlement GET https://{{HOST}}/platform/tenantdata/v1/entitlements/RI-RISKMODELER/resourcegroups

  10. Create and Run Model Job POST https://{{HOST}}/platform/model/v1/jobs