Import risks from XML

The import_risks_from_xml request imports risks to a custom risk profile from an XML file.

Request Method: PUT

Request URL Parameters:

Element

Type

Description

SessionID

Mandatory

String

Session ID returned in login request.

RiskProfileName

Mandatory

String Name of the risk profile you are importing risks to.

EncodedFileData

Mandatory

String Path to an XML file, 64-encoded

Response:

Element

Type

Description

RetVal

Integer

One of the following:

  • 0 = Failed
  • 1 = Succeeded
RetMessage String Message to indicate the success of the API call.