SHOW VERSIONS IN OPENFLOW CONNECTOR

See also:

CREATE OPENFLOW CONNECTOR, ALTER OPENFLOW CONNECTOR, DROP OPENFLOW CONNECTOR, SHOW OPENFLOW CONNECTOR DEFINITIONS, SHOW OPENFLOW CONNECTORS, DESCRIBE OPENFLOW CONNECTOR

Lists the configuration versions of a connector, including the live version if one exists.

Syntax

SHOW VERSIONS IN OPENFLOW CONNECTOR <name>

Parameters

name

Specifies the identifier for the connector whose versions you want to list.

Output

The command output provides version properties in the following columns:

ColumnDescription
created_onDate and time when the version was created.
nameVersion identifier, such as VERSION$1.
aliasAlias for the version, if one is assigned.
location_uriStage URI of the version contents.
is_defaultWhether this version is the connector’s default version.
is_liveWhether this is the writable live version.
is_firstWhether this is the earliest version. Corresponds to the FIRST keyword in ALTER OPENFLOW CONNECTOR ... SET DEFAULT_VERSION.
is_lastWhether this is the most recent version. Corresponds to the LAST keyword in ALTER OPENFLOW CONNECTOR ... SET DEFAULT_VERSION.
commentComment attached to the version.
source_location_uriStage URI the version was created from, if it was added from a stage.
git_commit_hashCommit hash of the version, if it came from a Git repository.

Example

SHOW VERSIONS IN OPENFLOW CONNECTOR my_db.my_schema.my_connector;