To learn more, visit the CyCognito documentation.

Parameters

ParameterDescription
ActionChoose 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. |

Example Output

{    "failed": [        "string",        true,        0,        "string",        "string",        [            "string"        ],        {            "additionalProp1": "string",            "additionalProp2": "string",            "additionalProp3": "string"        },        "Unknown Type: null"    ],    "updated": [        "string"    ]}

Workflow Library Example

Update Asset Tags with Cycognito and Send Results Via Email

Preview this Workflow on desktop