Skip to main content

Notify Vault Password Change

Notify the server that a vault password for an endpoint has been changed.

POST https://instance.securid.com/aveksa/command.submit?cmd=notifyVaultPasswordChange

note

Requires a user with System:Manage privilege.

Request​

Parameters​

notifyVaultPasswordChange
formatproperties - (Default) Returns the response as key=value pairs.

json - Returns the response as JSON.

Headers​

Bearer token
Acceptapplication/json
application/xml

Body​

The request body must be an XML document with the root element VaultPasswordChange.

<VaultPasswordChange>
<type>CyberArk-CCP-1.1</type>
<uniqueId>
<safe>SampleSafe</safe>
<folder>Root</folder>
<object>SampleObject</object>
</uniqueId>
</VaultPasswordChange>
The vault type as configured in the system. Example: CyberArk-CCP-1.1

XML child elements that identify the endpoint. For CyberArk CCP:

safeThe Safe value of the credential. Maximum 28 characters.
folderThe Folder value of the credential. Maximum 1024 characters.
objectThe Object Name value of the credential. Maximum 1024 characters.

Response​

This command returns no output parameters. Use the HTTP status code to determine success.

Examples​

Request​

curl -K -X POST \
"https://instance.securid.com/aveksa/command.submit?cmd=notifyVaultPasswordChange&format=json" \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/xml" \
-d "<VaultPasswordChange>
<type>CyberArk-CCP-1.1</type>
<uniqueId>
<safe>SampleSafe</safe>
<folder>Root</folder>
<object>SampleObject</object>
</uniqueId>
</VaultPasswordChange>"

Response​

{
"data": {
"type": "notifyVaultPasswordChange"
}
}

Verified with RSA Governance & Lifecycle version 8.0.0.188886 P10_HF01.