Skip to main content
Version: 7 - Gugelhupf

Connector

class flow_api.connector.Connector(select=None, init=None, by=name, **kwargs)

Base class: Resource

The Connector class represents a remote system that is configured for automation by Cloudomation. Different connector types are predefined.

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

See the corresponding Resources class at Connector

Parameters

NameTypeDescription
**kwargs
by
init
select

Constants

RESOURCE = connector

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