/api/2.0/fo/vault/?action=update
[POST]
Update a vault in the user's account.
Permissions - Managers can update vaults. Unit Managers can update vaults if they are granted the permission "Create/edit authentication records/vaults".
Parameter |
Description |
action=update |
(Required) |
echo_request={0|1} |
(Optional) Specify 1 to view (echo) input parameters in the XML output. By default these are not included. |
id={value} |
(Required) A vault ID. |
title={value} |
(Optional) The vault title. |
comments={value} |
(Optional) User defined comments. |
{vault settings} |
(Optional) Click here for vault settings. |
API request
curl -u "USERNAME:PASSWD" -H "X-Requested-With: curl" -X "POST" -d
"id=14836922&server_address=10.10.10.10"
"https://qualysapi.qualys.com/api/2.0/fo/vault/?action=update"
XML output
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE SIMPLE_RETURN SYSTEM "https://qualysapi.qualys.com/api/2.0/simple_return.dtd">
<SIMPLE_RETURN>
<RESPONSE>
<DATETIME>2018-04-12T14:13:28Z</DATETIME>
<TEXT>Success</TEXT>
<ITEM_LIST>
<ITEM>
<KEY>ID</KEY>
<VALUE>14836922</VALUE>
</ITEM>
</ITEM_LIST>
</RESPONSE>
</SIMPLE_RETURN>
<platform API server>/api/2.0/simple_return.dtd