DESCRIBE OPENFLOW CONNECTOR

See also:

CREATE OPENFLOW CONNECTOR, ALTER OPENFLOW CONNECTOR, DROP OPENFLOW CONNECTOR, SHOW OPENFLOW CONNECTOR DEFINITIONS, SHOW OPENFLOW CONNECTORS, SHOW VERSIONS IN OPENFLOW CONNECTOR

Returns properties for a single connector, including status, runtime, connector definition, and version state.

Syntax

DESCRIBE OPENFLOW CONNECTOR <name>

Output

The command output provides connector properties in the following columns. Compared with SHOW OPENFLOW CONNECTORS, the output adds the last_version_* columns and default_version_git_commit_hash, and omits database_name, schema_name, created_on, and updated_on. For live, default, and draft version behavior, see gen 2 connector configuration and versioning.

ColumnDescription
nameConnector identifier.
statusCurrent lifecycle state.
runtimeParent runtime name.
connector_definitionName of the connector definition the connector was created from, such as OPENFLOW_POSTGRES_CDC.
display_nameUI display name.
ownerRole that owns the connector.
commentComment for the connector.
connector_urlURL of the connector canvas in the Openflow UI.
default_versionDefault version setting for the connector, such as LAST.
default_version_nameVersion that default_version currently resolves to, such as VERSION$4.
default_version_aliasAlias of the default version, if one is assigned.
default_version_location_uriStage URI of the default version contents.
default_version_source_location_uriStage URI the default version was created from, if it was added from a stage.
default_version_git_commit_hashCommit hash of the default version, if it came from a Git repository.
last_version_nameMost recent committed version, such as VERSION$4.
last_version_aliasAlias of the most recent version, if one is assigned.
last_version_location_uriStage URI of the most recent version contents.
last_version_source_location_uriStage URI the most recent version was created from, if it was added from a stage.
last_version_git_commit_hashCommit hash of the most recent version, if it came from a Git repository.
live_version_location_uriStage URI of the writable live version.