External DocumentationTo learn more, visit the CyCognito documentation.
Actions
Update Asset Tags
Add, remove or replace custom tags from specified assets.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Action | Choose an action to apply to the tags on the specified entities. Available options: * add - Apply new tags in addition to the existing tags on the specified entities. * remove – Clears only the indicated tags from the specified entities. * replace – Replaces all of the current tags on all of the specified entities with the indicated tags. * remove-all – Clears all of the existing tags from the specified entities. |
| Entity IDs | A comma separated list of ids of entities You would like to update their tags. Note - Make sure to add the prefix of the asset type. For example, for ip, the ID would be ip/xxx.xxx.xx.xx. |
| Tags | A comma separated list of tags, corresponding to the entities ids list. |
{
"failed": [
"string",
true,
0,
"string",
"string",
[
"string"
],
{
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
},
"Unknown Type: null"
],
"updated": [
"string"
]
}
Was this page helpful?