PUT /api/sc/instances/{id}

Operation:
PUT /api/sc/instances/{id}
Description:
Modifies a vCloud Air instance. Only the name and description attributes are allowed to be modified. The auth token determines if the user is allowed to modify the instance or not. Admin users are allowed to modify the instance and End users are not.
Since:
5.7
Input parameters
the InstanceType object with the name and/or description attributes changed to update the instance with

Consume media type(s):
application/json;version=5.7
application/xml;version=5.7
Input type:
InstanceType
Output parameters
InstanceType

Produce media type(s):
application/json;version=5.7
application/xml;version=5.7
Output type:
InstanceType
Examples