mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-22 05:00:21 -05:00
- JSON output format has changed to move the rows to under a `rows` property, with timing information under the `metadata` property - Update timing display to show rows returned and rows fetched, as well as adding verbose mode which lists all scans - Use enums for output mode and timing mode - timing is now either `on`, `off` or `verbose` - Bugfix: ensure error is returned from ExecuteSystemClientCall. Closes #4246
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"rows": [
|
|
{
|
|
"auto_generated": false,
|
|
"default_value": "steampipe_var",
|
|
"description": "",
|
|
"documentation": null,
|
|
"end_line_number": 4,
|
|
"is_anonymous": false,
|
|
"mod_name": "introspection_table_mod",
|
|
"path": [
|
|
[
|
|
"mod.introspection_table_mod",
|
|
"introspection_table_mod.var.sample_var_1"
|
|
],
|
|
[
|
|
"mod.introspection_table_mod",
|
|
"introspection_table_mod.var.sample_var_1"
|
|
],
|
|
[
|
|
"mod.introspection_table_mod",
|
|
"introspection_table_mod.var.sample_var_1"
|
|
]
|
|
],
|
|
"qualified_name": "introspection_table_mod.var.sample_var_1",
|
|
"resource_name": "sample_var_1",
|
|
"source_definition": "variable \"sample_var_1\"{\n\ttype = string\n\tdefault = \"steampipe_var\"\n}",
|
|
"start_line_number": 1,
|
|
"tags": null,
|
|
"title": null,
|
|
"value": "steampipe_var",
|
|
"value_source": "config",
|
|
"value_source_end_line_number": 4,
|
|
"value_source_start_line_number": 1,
|
|
"var_type": "string"
|
|
}
|
|
],
|
|
"metadata": {
|
|
"Duration": 249000,
|
|
"scans": [],
|
|
"rows_returned": 1,
|
|
"rows_fetched": 0,
|
|
"hydrate_calls": 0
|
|
}
|
|
}
|
|
|