workspaceTemplate_update

PUT /orgs/{oid}/workspaces/{wid}/templates/{tid}

Updates the information of an appliance template in a workspace.

Please refer to galleryTemplate for a complete list of all the template attributes.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: appliance_create

URI Parameters

HTTP Request Body Parameters

A galleryTemplate object

Example Request

curl "https://uforge.example.com/api/orgs/{oid}/workspaces/{wid}/templates/{tid}" -X PUT \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml" --data-binary "@representation.xml"

Example of representation.xml content (the request body):

<ns0:galleryTemplate xmlns:ns0="http://www.usharesoft.com/uforge">
        <name>Modified name</name>
        <version>1.0</version>
        <description>Example</description>
</ns0:galleryTemplate>