Get storage bucket URL

Fetches the path to a storage bucket on S3 and temporary security credentials. Use this URI to upload exposure or result data to the storage bucket and migrate that data from the storage bucket to a cloud-based EDM or RDM.

The service takes three required query parameters: filename, dbtype, and fileextension.

  • The filename query parameter specifies the name of the file. The file name must include the correct file format (BAK) as well.
  • The dbtype query parameter specifies the database type of the data source. One of ANLSHAZARD, DLMPROFILES, EDM, EVENTINFO, GEOCODE, GEOGRAPHY, MAPCONFIG, NONE, RDM, REPORT, SYSTEMDATA, TABDATA, TARGET, USERCONFIG, UWG, VULNERABILITY, WEB.
  • The fileextension specifies the file format of the specified database file. One of BAK, CSV, MDF, or PARQUET.

🍎

Data Migration Recipe

This operation may be used in tandem with Amazon AWS and other Risk Modeler API operations to manage the transfer of on-premise EDMs or RDMs to the Intelligent Risk Platform.

  1. Create a database artifact.
  2. Get the storage bucket URI and temporary credentials.
  3. Upload the database artifact to S3 using Amazon S3 APIs.
  4. Upload EDM or RDM

For step-by-step instructions, see Import EDMs or Import RDMs.

Language
Authorization
URL