Create RiskMatrixThresholds
post
/riskMatrixThreshold
Send a request to this endpoint to create one or more riskMatrixThreshold. An application object will be created for each JSON object provided in the request body.
Request
Header Parameters
-
Authorization(required):
OAuth token
Supported Media Types
- application/json
A list of riskMatrixThreshold objects.
Root Schema : List<RiskMatrixThreshold>
Type:
arrayTitle:
Show Source
List<RiskMatrixThreshold>-
Array of:
object RiskMatrixThreshold
Title:
RiskMatrixThresholdRiskMatrixThreshold Entity
Nested Schema : RiskMatrixThreshold
Type:
objectTitle:
RiskMatrixThresholdRiskMatrixThreshold Entity
Show Source
-
CreateDate: string
(date-time)
The date this risk matrix score type was created.
-
CreateUser: string
The name of the user that created the risk matrix score type.
-
LastUpdateDate: string
(date-time)
The date this risk matrix score type was last updated.
-
LastUpdateUser: string
The name of the user that last updated the risk matrix score type.
-
RiskMatrixName: string
The name of the associated Risk Matrix.
-
RiskMatrixObjectId(required): integer
(int32)
The unique ID of the associated Risk Matrix.
-
RiskThresholdName: string
The name of the associated Risk Threshold.
-
RiskThresholdObjectId(required): integer
(int32)
The unique ID of the associated Risk Threshold.
Response
Supported Media Types
- application/json
201 Response
Resource Created.
Root Schema : CreateRiskMatrixThresholdResponse
Type:
objectTitle:
CreateRiskMatrixThresholdResponseCreateRiskMatrixThresholdResponse Entity
Show Source
-
RiskMatrixObjectId: integer
(int32)
The unique ID of the associated Risk Matrix.
-
RiskThresholdObjectId: integer
(int32)
The unique ID of the associated Risk Threshold.
400 Response
Bad Request.
401 Response
Unauthorized.
403 Response
Forbidden.
404 Response
Not Found.
405 Response
Invalid Input.
500 Response
Internal Server Error.