[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

Update VM Tags

Description

Update the list of tags for a specific VM. An empty list of tags means to delete all dags for the VM. If user has edit permission on the VM, user can edit its tags.

Request

Request

URL

URL


put
https://{api_host}/cloudapi/1.0.0/securityTags/vm/{id}
Copy

Path Parameters

Path Parameters

string
id Required

the URN of the VM to manage tags for.


Request Body

Request Body

EntitySecurityTags of type(s) application/json Required

the list of tags to update.

{
	"tags": [
		"string"
	]
}
array of string
tags Optional

The list of tags. The value is case-agnostic and will be converted to lower-case.

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns EntitySecurityTags of type(s) application/json;version=37.2
{
	"tags": [
		"string"
	]
}
array of string
tags Optional

The list of tags. The value is case-agnostic and will be converted to lower-case.

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl -X PUT -H "Content-Type: application/json" -d '{"tags":["string"]}' https://{api_host}/cloudapi/1.0.0/securityTags/vm/{id}


[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Feedback

Was this page helpful?