Update VM option profile

/api/2.0/fo/subscription/option_profile/vm/?action=update

[POST]

Update a VM option profile in the user's account.

Permissions - A Manager will be able to update option profiles in the subscription. A Unit Manager will be able to update option profiles owned by users in their business unit.

Input Parameters

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) The ID of the option profile.

 

Click here to view list of optional parameters

Sample - Update VM option profile

API request

curl -u "USERNAME:PASSWORD" -H "X-Requested-With:curl" -X POST

"action=update&title=33jj&id=25121"

"http://qualysapi.qualys.com/api/2.0/fo/subscription/option_profile/vm/"

XML output

<?xml version="1.0" encoding="UTF-8" ?>

<!DOCTYPE SIMPLE_RETURN SYSTEM "http://qualysapi.qualys.com/api/2.0/simple_return.dtd">

<SIMPLE_RETURN>

  <RESPONSE>

    <DATETIME>2018-04-26T06:40:03Z</DATETIME>

    <TEXT>Option profile successfully updated.</TEXT>

    <ITEM_LIST>

      <ITEM>

        <KEY>ID</KEY>

        <VALUE>25121</VALUE>

      </ITEM>

    </ITEM_LIST>

  </RESPONSE>

</SIMPLE_RETURN>

 

DTD

<platform API server>/api/2.0/simple_return.dtd