Skip to main content

Cancel Change Activity

Cancel a pending activity in a change request. Equivalent to marking an activity as canceled in the change request UI.

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

Request

Parameters

cancelChangeActivity
The ID of the activity to cancel. Retrieve from the Activities page or from Get Request Items.
A comment explaining why the activity is canceled.
format

xml - (Default) Returns output as XML.

json - Useful for parsing into JavaScript or other languages. See www.json.org for details.

tokenDeprecated. Use the Authorization request header instead.

Headers

Bearer token
Acceptapplication/json
Content-Typeapplication/json

Response

Parameters

messageOptional message returned with the status.

Examples

Request

curl -K -X GET \
"https://instance.securid.com/aveksa/command.submit?cmd=cancelChangeActivity&format=json&id=615&comment=Cancelled+via+API" \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json"

Response

{
"data": {
"type": "cancelChangeActivity"
}
}

Verified with RSA Governance & Lifecycle version 8.0.0.188886 P10_HF01.

See Also