[{"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 Security Tag
DescriptionOnly the list of tagged entities can be updated. The name cannot be updated. Any other existing entities not in the list will be untagged.
Request
URLURL
https://{api_host}/cloudapi/1.0.0/securityTags/tag
Request Body
Request Body
SecurityTag
of type(s) application/json
Required
{
"entities": [
"string"
],
"tag": "string"
}
array of
string
entities
Required
List of entities to tag in urn format.
string
tag
Required
The tag to use.
Authentication
This operation uses the following authentication methods.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{"entities":["string"],"tag":"string"}' https://{api_host}/cloudapi/1.0.0/securityTags/tag
[{"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
Availability
Added in 36.0
On This Page
Security Tags Operations
get
get
put