github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/tests/acceptance/test_data/snapshots/expected_sps_testing_card_blocks_dashboard.json (about) 1 { 2 "end_time": "2023-02-28T15:12:51.219684Z", 3 "inputs": {}, 4 "layout": { 5 "children": [ 6 { 7 "children": [ 8 { 9 "name": "dashboard_cards.card.card1", 10 "panel_type": "card" 11 }, 12 { 13 "name": "dashboard_cards.card.card2", 14 "panel_type": "card" 15 } 16 ], 17 "name": "dashboard_cards.container.dashboard_testing_card_blocks_anonymous_container_0", 18 "panel_type": "container" 19 } 20 ], 21 "name": "dashboard_cards.dashboard.testing_card_blocks", 22 "panel_type": "dashboard" 23 }, 24 "panels": { 25 "dashboard_cards.card.card1": { 26 "dashboard": "dashboard_cards.dashboard.testing_card_blocks", 27 "data": { 28 "columns": [ 29 { 30 "data_type": "INT4", 31 "name": "card1_value" 32 } 33 ], 34 "rows": [ 35 { 36 "card1_value": 1 37 } 38 ] 39 }, 40 "name": "dashboard_cards.card.card1", 41 "panel_type": "card", 42 "properties": { 43 "name": "card1" 44 }, 45 "status": "complete", 46 "width": 2 47 }, 48 "dashboard_cards.card.card2": { 49 "dashboard": "dashboard_cards.dashboard.testing_card_blocks", 50 "data": { 51 "columns": [ 52 { 53 "data_type": "INT4", 54 "name": "card2_value" 55 } 56 ], 57 "rows": [ 58 { 59 "card2_value": 2 60 } 61 ] 62 }, 63 "display_type": "info", 64 "name": "dashboard_cards.card.card2", 65 "panel_type": "card", 66 "properties": { 67 "name": "card2" 68 }, 69 "status": "complete", 70 "width": 2 71 }, 72 "dashboard_cards.container.dashboard_testing_card_blocks_anonymous_container_0": { 73 "dashboard": "dashboard_cards.dashboard.testing_card_blocks", 74 "name": "dashboard_cards.container.dashboard_testing_card_blocks_anonymous_container_0", 75 "panel_type": "container", 76 "status": "complete" 77 }, 78 "dashboard_cards.dashboard.testing_card_blocks": { 79 "dashboard": "dashboard_cards.dashboard.testing_card_blocks", 80 "name": "dashboard_cards.dashboard.testing_card_blocks", 81 "panel_type": "dashboard", 82 "status": "complete", 83 "title": "Testing card blocks" 84 } 85 }, 86 "schema_version": "20221222", 87 "start_time": "2023-02-28T15:12:51.208328Z", 88 "variables": {} 89 }