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
-
Search Exposures: Filter by EDM Name GET https://{{HOST}}/platform/riskdata/v1/exposures?filter=exposureName="{{EDM_NAME}}"
-
Search Tags: Filter Tag Name for bound list GET https://{{HOST}}/platform/referencedata/v1/tags?filter=tagName="{{BOUND_TAG_NAME}}"
-
Search Accounts: Filter by Name GET https://{{HOST}}/platform/riskdata/v1/exposures/{{exposure_id}}/accounts?filter=accountName="{{ACCOUNT_NAME}}"
-
Get Account: Retrieve the account GET https://{{HOST}}{{account_uri}}
-
Update Account: Change the Tag PUT https://{{HOST}}{{account_uri}}
-
Search Model Profiles: By Name GET https://{{HOST}}/analysis-settings/modelprofiles?name={{MODEL_PROFILE_NAME}}
-
Search Output Profiles: By Name GET https://{{HOST}}/analysis-settings/outputprofiles?name={{OUTPUT_PROFILE_NAME}}
-
Search Get Event Rate Schemes: By Name GET https://{{HOST}}/data-store/referenceTables/eventratescheme?where=eventRateSchemeName='{{EVENT_RATE_SCHEME_NAME}}'
-
Get Resource Groups: By App Entitlement GET https://{{HOST}}/platform/tenantdata/v1/entitlements/RI-RISKMODELER/resourcegroups
-
Create and Run Model Job POST https://{{HOST}}/platform/model/v1/jobs