Moody’s strongly recommends that Risk Modeler and UnderwriteIQ tenants use the Platform APIs instead of the Risk Modeler APIs for all future projects. See Migrate to Plaform APIs.

Upload EDM

Migrates exposure data previously uploaded to a storage bucket on Amazon S3 to an EDM on the Intelligent Risk Platform using an IMPORT_EDM job.

The required uploadId path parameter specifies the ID number the AWS task used to upload the EDM to a storage bucket on S3. Use the Get storage bucket URI operation to retrieve the uploadId. The uploadId must be specified both as a query parameter and as a body parameter.

Once the job is complete, the exposure data uploaded to the storage bucket is automatically deleted.

📷

Data Migration Recipe

This operation may be used in tandem with AWS APIs and other Risk Modeler API operations to manage the transfer of on-premise EDMs to the Intelligent Risk Platform. For step-by-step instructions, see Import EDMs.

📷

Idemptopotent Operation

This operation supports idempotency by means of idempotency keys. To learn more, see Idempotent Requests.

Path Params
string
required

ID for upload requested.

Query Params
string
required
length between 1 and 80

Name of the EDM to be created. Data Source name can only contain characters from 0-9 A-Z a-z and _ (underscore) - (hyphen) and ' '(space)

string

Name of the server instance to host the EDM.

Body Params

Specify the edm import input

boolean

Indicates if the exposure set is shared with other groups.

boolean
Defaults to false

If true, calculation of metrics is deferred allowing EDM to be imported more quickly. By default, false.

tagIds
array of int32s

List of data tag IDs.

tagIds
groups
array of strings

List of groups with access rights to this exposure set.

groups
Responses

UPLOAD_EDM job was added to the workflow engine queue for processing. Returns a URL in the Location header that enables you to track the status of the job e.g. /{host}/v1/workflows/100000. Send periodic HTTP GET requests to the URL for the job status. See Workflow Engine.

Language
Credentials
URL
Response
Choose an example:
*/*
application/json