Deprecated - Process rules

put

https://oaainstall-host/risk-analyzer/risk/v1/{requestId}

Deprecated:Please use processrulessecurely API. Runs rules for a given session (request) and checkpoint.

Request

Path Parameters
Supported Media Types
Request Body - application/xml ()
Root Schema : schema
Type: object
Process rule request object
Show Source
Nested Schema : checkpointList
Type: array
List of checkpoints to be executed. Currently, only one checkpoint per request is supported.
Show Source
Nested Schema : contextMap
Type: array
additional context for rule evaluation.
Show Source
Nested Schema : KeyValPair
Type: object
Key-value pair which can be used generically.
Show Source
Request Body - application/json ()
Root Schema : schema
Type: object
Process rule request object
Show Source
Nested Schema : checkpointList
Type: array
List of checkpoints to be executed. Currently, only one checkpoint per request is supported.
Show Source
Nested Schema : contextMap
Type: array
additional context for rule evaluation.
Show Source
Nested Schema : KeyValPair
Type: object
Key-value pair which can be used generically.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Rules processed for the authentication context.
Body ()
Root Schema : ProcessRiskResponse
Type: object
Reponse object for processed rules
Show Source
Nested Schema : alertMessageList
Type: array
List of alerts as per the rules executed
Show Source
Nested Schema : allActions
Type: array
List of actions.
Show Source
Nested Schema : ProcessRiskApiResponse
Type: object
Rule api response for the process rule stating the request status
Show Source
Nested Schema : resultMap
Type: array
Use this to get result of each requested checkpoint. Since there is one checkpoint per rule evaluation request, this field is not used.
Show Source
Nested Schema : StatusResponse
Type: object
Status information for API call
Show Source
Nested Schema : KeyValPair
Type: object
Key-value pair which can be used generically.
Show Source
Nested Schema : SessionUserData
Type: object
user related data
Show Source

401 Response

Unauthorized

405 Response

Invalid input
Body ()
Root Schema : ProcessRiskApiResponse
Type: object
Rule api response for the process rule stating the request status
Show Source

500 Response

Internal server error

503 Response

Service Unavailable
Back to Top