April 2025

🥥

Highlights

The April 2025 release of the Risk Modeler API introduces updates to Workflow collection.

  • The Risk Modeler API no longer supports filtering using the LIKE and NOT LIKE list operators based on GUID properties.
  • The Get Workflows operation now returns information about ARCHIVE_EDM jobs.

Learn More

Datasources

The Search EDMs operations (riskmodeler/v1/datasources and riskmodeler/v2/datasources) no longer supports filtering using the LIKE or NOT LIKE list operators in queries based on guid and id properties.

Exposure Sets

The Search Exposure Sets operations (riskmodeler/v1/exposurets) no longer supports filtering using the LIKE or NOT LIKE list operators in queries based on riGuidproperty.

Metrics

The Search Analysis Results operation (riskmodeler/v2/analyses) no longer supports filtering using the LIKE or NOT LIKE list operators in queries based on exposureSetId and securableGuid properties.

Workflows

The Get Workflows operation (GET /riskmodeler/v1/workflows ) and Get Workflow or Operation operation (GET /riskmodeler/v1/workflow/{id}) now return information about ARCHIVE_EDM jobs.

{
    "id": 33114648,
    "userName": "[email protected]",
    "status": "FINISHED",
    "submitTime": "2025-03-28T00:57:29.848Z",
    "startTime": "2025-03-28T00:57:34Z",
    "endTime": "2025-03-28T00:58:10Z",
    "name": "_TestUpload120250210231917",
    "type": "ARCHIVE_EDM",
    "progress": 100,
    "priority": "veryhigh",
    "entitlement": "RI-RISKMODELER",
    "resourceGroupId": "a7ab0874-ffe3-416e-bfdd-b80ad8c6109b",
    "jobs": [
        {
            "id": "c6d72584-5ca2-4274-89ec-4aaa3cd6590e",
            "taskId": 1,
            "workflowId": 33114648,
            "status": "Succeeded",
            "submitTime": "2025-03-28T00:57:34.612Z",
            "createdAt": "2025-03-28T00:57:29.842Z",
            "name": "ARCHIVE_EDM",
            "input": {
                "name": "ARCHIVE_EDM"
            },
            "output": {
                "databaseName": "_TestUpload120250210231917"
            },
            "percentComplete": 100,
            "continueOnFailure": false
        }
    ],
    "summary": {
        "databaseName": "_TestUpload120250210231917"
    },
    "output": {},
    "messages": []
}