Skip to main content

Refresh Review

Reload data used in a review without restarting the review cycle.

GET https://instance.securid.com/aveksa/command.submit?cmd=refreshReview

note

Only user and account reviews support this command.

Request

Parameters

refreshReview
formatproperties - (Default) Returns the response as key=value pairs. When multiple objects are returned, values are comma-delimited: key=value1,value2,value3.

json - Returns the response as JSON.
The review instance ID returned by Get Review Result.
coverageRefresh reviewer coverage assignments. (Default) true
clearreassignmentsClear any manual reassignments made to the review. Only used when coverage=true. (Default) false
usersRefresh user data. (Default) true
groupsRefresh group data. (Default) true
rolesRefresh role data. (Default) true
entitlementsRefresh entitlement data. (Default) true
resourcesRefresh resource data. (Default) false
accountsRefresh account data. (Default) true
descriptionsRefresh description text used in the review.
reviewAnalysisRefresh counts displayed in the review UI. (Default) true
applicationsComma-delimited list of application names to refresh. Only used when entitlements=true. If omitted, all applications are refreshed.

Headers

Bearer token
Acceptapplication/json
Content-Typeapplication/json

Response

Parameters

typeExecuted command name
nameThe name of the review.
run-idThe ID assigned to the refresh run. Use getRunStatus to check whether the refresh has completed.

Examples

Request

curl -K -X GET \
"https://instance.securid.com/aveksa/command.submit?cmd=refreshReview&format=json&id=143" \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json"

Response

{
"data": {
"type": "refreshReview",
"run-id": "10006",
"name": "UAR-6"
}
}

Verified with RSA Governance & Lifecycle version 8.0.0.188886 P10_HF01.

See Also