Risk Analysis n8n operations
Reference for 34 operations for the Probo n8n Risk Analysis resource, including field descriptions and links to the node implementation source
Manage risk analyses. Select Risk Analysis in the Probo node’s Resource field.
Return to the complete n8n resource reference to browse another resource.
| Operation | Value | Description | Source |
|---|---|---|---|
| Create | create |
Create a risk analysis. | View implementation |
| Create Boundary | createBoundary |
Create a boundary in a diagram. | View implementation |
| Create Diagram | createDiagram |
Create a diagram in a risk analysis. | View implementation |
| Create Node | createNode |
Create a node in a diagram. | View implementation |
| Create Process | createProcess |
Create a process in a diagram. | View implementation |
| Create Scenario | createScenario |
Create a scenario in a diagram. | View implementation |
| Create Threat | createThreat |
Create a threat in a diagram. | View implementation |
| Delete | delete |
Delete a risk analysis. | View implementation |
| Delete Boundary | deleteBoundary |
Delete a boundary. | View implementation |
| Delete Diagram | deleteDiagram |
Delete a diagram. | View implementation |
| Delete Node | deleteNode |
Delete a node. | View implementation |
| Delete Process | deleteProcess |
Delete a process. | View implementation |
| Delete Scenario | deleteScenario |
Delete a scenario. | View implementation |
| Delete Threat | deleteThreat |
Delete a threat. | View implementation |
| Get | get |
Get a risk analysis. | View implementation |
| Get Boundary | getBoundary |
Get a boundary. | View implementation |
| Get Diagram | getDiagram |
Get a diagram. | View implementation |
| Get Diagram Mermaid Chart | getDiagramMermaidChart |
Get the Mermaid chart for a diagram. | View implementation |
| Get Many | getAll |
Get many risk analyses. | View implementation |
| Get Node | getNode |
Get a node. | View implementation |
| Get Process | getProcess |
Get a process. | View implementation |
| Get Scenario | getScenario |
Get a scenario. | View implementation |
| Get Threat | getThreat |
Get a threat. | View implementation |
| Link Scenario Risk | linkScenarioRisk |
Link a scenario to a risk. | View implementation |
| Link Scenario Threat | linkScenarioThreat |
Link a scenario to a threat. | View implementation |
| Unlink Scenario Risk | unlinkScenarioRisk |
Unlink a scenario from a risk. | View implementation |
| Unlink Scenario Threat | unlinkScenarioThreat |
Unlink a scenario from a threat. | View implementation |
| Update | update |
Update a risk analysis. | View implementation |
| Update Boundary | updateBoundary |
Update a boundary. | View implementation |
| Update Diagram | updateDiagram |
Update a diagram. | View implementation |
| Update Node | updateNode |
Update a node. | View implementation |
| Update Process | updateProcess |
Update a process. | View implementation |
| Update Scenario | updateScenario |
Update a scenario. | View implementation |
| Update Threat | updateThreat |
Update a threat. | View implementation |