Release : 14.3
Component : CA IDENTITY SUITE (VIRTUAL APPLIANCE)
REST Call Name
|
updateRequestInfo
|
|
Description
|
Update an existing request with more information, the update can be performed to various elements in the request.
|
|
URL
|
<Identity_Portal_url>/sigma/rest/protected/request/updateRequestInfo
|
|
HTTP Method
|
POST
|
|
Request body content type
|
Application/json
|
|
Request body content Sample
|
{
|
|
Request body content
Important: At least one of the first 4 parameter is necessary
) |
backendRequestId
|
Specifies the backend task session id. If this parameter is sent, the information is linked to the element linked to the task session.
|
requestId
|
When used, information is linked to the top level of the request.
|
|
requestTargetPermissionId
|
Specifies the target permission instance in the request. The id of it can be viewed in the basket. When using this parameter, the information is linked to all the associated permissions.
|
|
requestPermissionId
|
Specifies the permission instance in the request, the id of it can be viewed in the basket. When using this parameter, the information is linked to permissions.
|
|
infoToAppend
|
Specifies the information to add to the request.
|
|
protectedValue
|
Boolean to encrypt data in the database.
|
|
Success return status
|
Http OK(200)
|
|