Create Risk

Use this API to create a new risk in the Risk Register. The response will include details of the created risk.

πŸ—’

Things to Know

  • This API will create a new risk with the specified details.
  • The risk will be created in the default state.
  • This is a standalone risk creation endpoint.
Body Params
string
length between 0 and 4000

description

string
length between 0 and 4000

treatment plan

uuid
required

organization group id

riskApproversId
array of uuids

list of approver ids

riskApproversId
inherentRiskLevel
object

inherent risk level

residualRiskLevel
object

target risk level

categoryIds
array of uuids

risk categories' Ids

categoryIds
uuid

risk threat' Id

vulnerabilityIds
array of uuids

risk vulnerability' Ids

vulnerabilityIds
attributeValues
object

Custom Attributes

targetRiskLevel
object

target risk level

date-time

deadline, format - YYYY-MM-DDTHH:MM:SS.FFFZ

int64

number of days before the deadline when the reminder will be sent

riskOwners
array of objects

list of risk owners

riskOwners
relatedEntities
array of objects

list of linked entities

relatedEntities
entityIdToControlIds
object

Map of control and related entities

controlIds
array of uuids

Set of Control Ids

controlIds
controlRequestDtos
array of objects

Ad Hoc control creation requests

controlRequestDtos
controlIdToCreateParameter
object

Map of controlId to create parameter

riskTemplate
object

risk template

string
length between 0 and 300

name

boolean
string
length between 0 and 4000

AKA remediation in current workflow

riskManager
array of uuids

list of manager ids

riskManager
Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 2 required scopes
URL
Response
Choose an example:
application/json
*/*