DESCRIBE OPENFLOW DATA PLANE INTEGRATION

Openflowデータプレーン統合の列について説明します。

こちらもご参照ください。

ALTER OPENFLOW DATA PLANESHOW OPENFLOW DATA PLANE INTEGRATIONS

構文

{ DESC | DESCRIBE } OPENFLOW DATA PLANE INTEGRATION <name>
Copy

パラメーター

name

説明するOpenflowデータプレーン統合の識別子。識別子にスペースまたは特殊文字が含まれる場合は、文字列全体を二重引用符で囲む必要があります。二重引用符で囲まれた識別子も大文字と小文字が区別されます。

Openflowデータプレーン統合の**名前** など、Openflowデータプレーン統合の詳細は :doc:`show-oflow-data-plane-integration`をご参照ください。

使用上の注意

  • Openflowデータプレーン統合は直接作成できませんが、デプロイメントの作成時に作成されます。

  • Openflowデータプレーン統合を DESCRIBE するには、データプレーン統合に対する USAGE、MODIFY または OWNERSHIP 権限のうちの1つを持つロールを使用する必要があります。

  • このコマンドの出力を後処理するには、 パイプ演算子->>)または RESULT_SCAN 関数。どちらのコンストラクトも、出力を クエリできる結果セットとして扱います。

    For example, you can use the pipe operator or RESULT_SCAN function to select specific columns from the SHOW command output or filter the rows.

    When you refer to the output columns, use double-quoted identifiers for the column names. For example, to select the output column type, specify SELECT "type".

    You must use double-quoted identifiers because the output column names for SHOW commands are in lowercase. The double quotes ensure that the column names in the SELECT list or WHERE clause match the column names in the SHOW command output that was scanned.

出力

コマンド出力では、Openflowデータプレーン統合のプロパティとメタデータが次の列に表示されます。

説明

enabled

有効の場合はTrue。それ以外の場合はfalse。

oauth_redirect_uri

OATH2 認証には URI を使用します。

data_plane_id

データプレーン統合の内部識別子。

event_table

<DATABASE> に完全修飾されたパス。<SCHEMA>。<EVENT TABLE NAME> が指定されています。

comment

関連コメント。

指定された名前でOpenflowデータプレーン統合の列を説明します。

DESC OPENFLOW DATA PLANE INTEGRATION edf6f909-d3ff-49d6-925f-xxxxx;
Copy
+-----------------------------------+----------------------------------+------------------+---------------+
|   enabled  |   oath_redirect_uri  |   data_plane_id                  |   event_table    |   comment     |
+-----------------------------------+----------------------------------+------------------+---------------+
|   true     |   https://...        |   edf6f909-d3ff-49d6-925f-xxxxx  |                  |   Example     |
+-----------------------------------+----------------------------------+------------------+---------------+