Actions
OCI Cloud Query
Background
The Run Oracle Cloud Infrastructure Cloud Query Action performs Steampipe queries on Oracle-Cloud Infrastructure resources with a powerful and simple PostgreSQL syntax.
For example, listing all dbs in your Oracle Cloud database and their basic info can be don simply:
List all unavailable databases:
A query to list volumes created in the root compartment:
A full description of all existing tables and official examples are provided here:
Blink’s supported Steampipe version is: v0.17.2.
Action Parameters
Parameter | Description |
---|---|
SQL statement | The SQL statement we wish to use to query the resource. |
Output format | Representation of the output result. The possible options are “Table”, “CSV” or “JSON”. |
Was this page helpful?