Skip to main content
Version: 7 - Gugelhupf

Tag

class flow_api.tag.Tag(select=None, init=None, by=name, **kwargs)

Base class: Resource

The Tag class represents a tag. Functions from the Tag class allow interaction with Tag objects.

A tag can be created with system.tag('tagname').save() inside the handler function of a flow script using the system reference.

See the corresponding Resources class at Tag

Parameters

NameTypeDescription
**kwargs
by
init
select

Constants

RESOURCE = tag

Methods

add_tag

archive

clone

delete

exists

export

get

get_dict

get_identity_created_by

get_identity_modified_by

get_logs

get_tags

load

remove_tag

restore

save

set