A Apply Security Tags To Machine
Add a list of security tags to a machine
Request
URI
POST
https://{api_host}/iaas-proxy-provider/api/services/{serviceId}/network/security-tags/applyToMachine/{machineId}
COPY
Path Parameters
string
serviceId
Required
The ID of the IaaS service as registered in the component registry service.
string
machineId
Required
The id that identifies the machine to which to add the Security Tags.
Request Body
The list of Security Tags to be assigned to the machine.
Array of string of type(s) application/json
Optional
[
{}
]
Responses
201
The security tags applied to the machine.
Operation doesn't return any data structure