forked from optimizca/servicenow-grafana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Swagger_Docs.yaml
1372 lines (1372 loc) · 45 KB
/
Swagger_Docs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
openapi: 3.0.3
info:
title: SnowGrafana API
description: To install this API and its related scripts visit [Grafana Global Application Repo](https://github.com/R2DToo/Grafana-Plugin-ServiceNow). This API enables functionality in combination with the [servicenow-optimiz-plugin](https://github.com/optimizca/servicenow-grafana)
version: 1.0.0
externalDocs:
description: Grafana
url: https://grafana.com/
servers:
- url: https://{instance-name}.service-now.com/api/snc/grafana_api
variables:
instance-name:
default: itomvision2demo
description: Enter in your unique instance name given by servicenow
tags:
- name: Health Check
description: The root endpoint which ensures you can access the API
- name: Queries
description: All endpoints which match queries made by Grafana
- name: Variables
description: All endpoints which are used to gather variables for Grafana
- name: Select
description: All endpoints which are used to gather query editor select options for Grafana
paths:
/:
get:
tags:
- Health Check
summary: Health check to make sure API is accessible
operationId: healthCheck
responses:
'200':
description: The API was successfully accessed
content:
application/json:
schema:
type: object
'400':
description: There is an issue accessing the API
security:
- BasicAuth: []
/v1/query/acc_agents:
post:
tags:
- Queries
operationId: accAgents
summary: Queries ACC Agent data along with generalized metrics per agent
parameters:
- name: startTime
in: query
description: Epoch time to start metric query
required: true
schema:
type: number
example: 1631040303777
- name: endTime
in: query
description: Epoch time to end metric query
required: true
schema:
type: number
example: 1631043903777
requestBody:
content:
application/json:
schema:
properties:
targets:
type: array
items:
type: object
properties:
target:
type: string
metricName:
type: string
sysparm_query:
type: string
filterType:
type: string
example:
targets:
- target: /(cmdb_ci_linux_server|cmdb_ci_win_server)/
metricName: /cpu|memory/
sysparm_query: agent_extended_info.status!=2
filterType: os
responses:
'200':
description: Success
content:
application/json:
schema:
type: array
items:
type: object
properties:
name:
type: string
agent_status:
type: string
host:
type: string
host_sys_id:
type: string
ci_class:
type: string
ci_class_table:
type: string
agent_sys_id:
type: string
num_of_running_checks:
type: string
data_collect:
type: string
version:
type: string
last_refreshed:
type: string
ip:
type: string
os:
type: string
cpu_count:
type: string
cpu_name:
type: string
ram:
type: string
hardware_status:
type: string
fqdn:
type: string
last_discovered:
type: string
used_for:
type: string
subcategory:
type: string
virtual:
type: string
image_url:
type: string
cpu:
type: string
memory:
type: string
disk:
type: string
example:
- agent_status: Up
agent_sys_id: 1ffb63be1b4a74107ef18736604bcb5a
ci_class: Linux Server
ci_class_table: cmdb_ci_linux_server
cpu: '2.430000066757202'
cpu_count: '1'
cpu_name: Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz
data_collect: On
fqdn: sn-acc-mid-itomvision2demo-0.sn-acc-mid-itomvision2demo.servicenow.svc.cluster.local
hardware_status: Installed
host: sn-acc-mid-itomvision2demo-0-a4101f35a071c801
host_sys_id: d70ca7be1b4a74107ef18736604bcbc1
image_url: https://cdn2.iconfinder.com/data/icons/mixd/512/20_kubernetes-512.png
ip: 172.17.0.31
last_discovered: 2021-08-22 10:52:06
last_refreshed: 2021-09-07 14:03:54
memory: '78.80999755859375'
name: Agent_sn-acc-mid-itomvision2demo-0-a4101f35a071c801
num_of_running_checks: '61'
os: Containerized MID Server
ram: 32,167
subcategory: Computer
used_for: Production
version: 2.4.0
virtual: 'true'
/v1/query/aggregate:
post:
tags:
- Queries
summary: Query any table and use an aggregate function defined by input
operationId: queryAggregate
requestBody:
content:
application/json:
schema:
properties:
targets:
type: array
items:
type: object
properties:
target:
type: string
sysparm:
type: string
type:
type: string
column:
type: string
groupBy:
type: string
limit:
type: number
example:
targets:
- target: sn_itom_pattern_amazon_vm_instance
sysparm: vm_state=on^ldc_regionINus-east-1,us-east-2,us-west-1,us-west-2
type: COUNT
column: vm_sys_id
groupBy: vm_monitor
limit: 4000
responses:
'200':
description: Success
content:
application/json:
schema:
type: array
items:
type: object
properties:
groupBy:
type: string
type:
type: number
example:
- vm_monitor: 'false'
COUNT: 463
/v1/query/alerts:
post:
tags:
- Queries
summary: Queries alerts and their related fields
operationId: queryAlerts
parameters:
- name: startTime
in: query
description: Epoch time to start metric query
schema:
type: number
example: 1631040303777
- name: endTime
in: query
description: Epoch time to end metric query
schema:
type: number
example: 1631043903777
requestBody:
content:
application/json:
schema:
properties:
targets:
type: array
items:
type: object
properties:
target:
type: string
sysparm_query:
type: string
alertType:
type: string
alertState:
type: string
limit:
type: number
page:
type: number
tagFilters:
type: string
example:
targets:
- target: ''
sysparm_query: group_sourceIN1,2,4,9^sn_priority_groupIN1,2,3,4^severityIN1,2,3,4,5,0^descriptionLIKE^sourceINCertificateMonitoring,EMSelfMonitoring,Group Alert,ITOM Agent,Log Analytics
alertType: none
alertState: Active
limit: 4000
page: 0
tagFilters: tbac-application=FCM -HiUAT,tbac-application=FCM - UAT
responses:
'200':
description: Success
content:
application/json:
schema:
type: array
items:
type: object
properties:
sys_created_on:
type: string
AlertId:
type: string
Incident:
type: string
IncidentSysID:
type: string
Group:
type: string
Severity:
type: string
Priortity:
type: string
State:
type: string
Acknowledged:
type: string
Summary:
type: string
CI:
type: string
CIClass:
type: string
CISysID:
type: string
MetricName:
type: string
Resource:
type: string
Source:
type: string
Maintenance:
type: string
Description:
type: string
EventCount:
type: number
IsGroup:
type: string
SeverityNum:
type: number
PriortityNum:
type: number
Updated:
type: string
last_event_time:
type: number
sys_id:
type: string
additional_info:
type: string
anomaly_count:
type: number
node:
type: string
start_time:
type: number
secondary_alerts:
type: number
service:
type: string
type:
type: string
example:
- Acknowledged: 'false'
AlertId: Alert0295453
CI: crutyolhthpet05
CIClass: Linux Server
CISysID: 97b05b2887e834108783ff78cebb354e
Description: 'Group of alerts, CheckFreePhysicalMemory WARNING: Free Physical Memory is 8.3% . Warning Threshold: 10. Critical Threshold: 5'
EventCount: 5
Group: CMDB
Incident: INC0015669
IncidentSysID: 99b8f5bd1b1638507ef18736604bcb2d
IsGroup: 'true'
Maintenance: 'false'
MetricName: os.linux.check-free-physical-memory
Priortity: Low
PriortityNum: 4
Resource: ''
Severity: Warning
SeverityNum: 4
Source: Group Alert
State: Open
Summary: b858f93ddb1eb050d41e9fd2ca9619ff
Updated: 2021-09-01 09:32:42
additional_info: "{\n \"check_interval\" : \"60\",\n \"check_name\" : \"os.linux.check-free-physical-memory\",\n \"policy_name\" : \" Linux OS Events\",\n \"reporting_mid\" : \"Crucible MID Server (162.12)\"\n}"
anomaly_count:
last_event_time: 1630506716000
node: crutyolhthpet05
secondary_alerts: 4
service: ''
start_time: 1630422571000
sys_created_on: 2021-08-31 10:09:31
sys_id: 139835bd1b1638507ef18736604bcb63
type: APM-Insight-App
/v1/query/all_metrics:
post:
tags:
- Queries
summary: Gathers all metrics for a given CI
operationId: queryAllMetrics
parameters:
- name: startTime
in: query
description: Epoch time to start metric query
required: true
schema:
type: number
example: 1631040303777
- name: endTime
in: query
description: Epoch time to end metric query
required: true
schema:
type: number
example: 1631043903777
requestBody:
content:
application/json:
schema:
properties:
targets:
type: array
items:
type: object
properties:
target:
type: string
sysparm_query:
type: string
example:
targets:
- metricName: '*'
resourceName: '*'
sysparm_query: ''
target: 'a20ce336db42b010d41e9fd2ca96199e'
responses:
'200':
description: Success
content:
application/json:
schema:
type: object
properties:
source:
type: string
type:
type: string
metricName:
type: string
datapoints:
type: array
items:
type: array
minItems: 2
maxItems: 2
items:
type: number
example:
- source: 'sn-acc-ds-itomvision2demo-ff5mv'
type: ''
metricName: 'cpu_processes'
datapoints:
- - 416231136
- 1631040360000
- - 416237920
- 1631040420000
/v1/query/single_metric:
post:
tags:
- Queries
summary: Gather metric data for a given CI, metric, and resource
operationId: singleMetric
parameters:
- name: startTime
in: query
description: Epoch time to start metric query
required: true
schema:
type: number
example: 1631040303777
- name: endTime
in: query
description: Epoch time to end metric query
required: true
schema:
type: number
example: 1631043903777
requestBody:
content:
application/json:
schema:
properties:
targets:
type: array
items:
type: object
properties:
target:
type: string
metricName:
type: string
resourceName:
type: string
sysparm_query:
type: string
example:
targets:
- metricName: '264db3bfdbe7001010cd186c1396191b'
resourceName: '*'
sysparm_query: ''
target: 'a20ce336db42b010d41e9fd2ca96199e'
responses:
'200':
description: Success
content:
application/json:
schema:
type: object
properties:
source:
type: string
type:
type: string
metricName:
type: string
datapoints:
type: array
items:
type: array
minItems: 2
maxItems: 2
items:
type: number
example:
source: 'sn-acc-ds-itomvision2demo-ff5mv'
type: ''
metricName: 'cpu_btime'
datapoints:
- - 1626818048
- 1631043900000
- - 1626818048
- 1631043960000
/v1/query/anomaly_metrics:
post:
tags:
- Queries
summary: Query anomaly metric data on the given CI and metric
operationId: anomalyMetrics
parameters:
- name: startTime
in: query
description: Epoch time to start metric query
required: true
schema:
type: number
example: 1631040303777
- name: endTime
in: query
description: Epoch time to end metric query
required: true
schema:
type: number
example: 1631043903777
requestBody:
content:
application/json:
schema:
properties:
targets:
type: array
items:
type: object
properties:
target:
type: string
metricName:
type: string
resourceName:
type: string
sysparm_query:
type: string
example:
targets:
- metricName: '6b3d33b7dba70010b7c4ac4e13961986'
resourceName: '*'
sysparm_query: ''
target: 'a20ce336db42b010d41e9fd2ca96199e'
responses:
'200':
description: Success
content:
application/json:
schema:
type: array
items:
type: object
properties:
type:
type: string
data:
type: array
items:
type: object
properties:
x:
type: number
y:
type: number
example:
- type: 'RAW'
data:
- x: 1631103600000
y: 78.83999633789062
- type: 'UPPER'
data:
- x: 1631103554792
y: 96.3273134278029
- type: 'LOWER'
data:
- x: 1631103554792
y: 60.638355822792604
- type: 'AVG'
data:
- x: 1631103600000
y: 78.83399963378906
/v1/query/changes:
post:
tags:
- Queries
summary: Query changes and their related fields
operationId: queryChanges
parameters:
- name: startTime
in: query
description: Epoch time to start metric query
schema:
type: number
example: 1631040303777
- name: endTime
in: query
description: Epoch time to end metric query
schema:
type: number
example: 1631043903777
requestBody:
content:
application/json:
schema:
properties:
targets:
type: array
items:
type: object
properties:
target:
type: string
sysparm_query:
type: string
alertType:
type: string
limit:
type: number
page:
type: number
example:
targets:
- alertType: 'none'
sysparm_query: 'cmdb_ciIN97b05b2887e834108783ff78cebb354e'
target: ''
limit: 4000
page: 0
responses:
'200':
description: Success
content:
application/json:
schema:
type: array
items:
type: object
properties:
active:
type: string
changeId:
type: string
CI:
type: string
service:
type: string
state:
type: string
escalation:
type: string
urgency:
type: string
impact:
type: string
short_description:
type: string
created_on:
type: string
opened_at:
type: string
type:
type: string
category:
type: string
start_time:
type: number
example:
- CI: 'crutyolhthpet05'
active: 'true'
category: 'Other'
changeId: 'CHG0030010'
created_on: '2021-07-24 09:02:28'
escalation: '0'
impact: '3 - Low'
opened_at: '2021-07-24 09:01:02'
service: ''
short_description: 'Deployment of critical server patch 1123111-00'
start_time: 1627135348000
state: 'New'
type: 'Normal'
urgency: '3 - Low'
/v1/query/geohash_map:
post:
tags:
- Queries
summary: "Query AWS or Amazon VM's and get geohash locations based on region along with count of VM's in that location"
operationId: geohashMap
requestBody:
content:
application/json:
schema:
properties:
targets:
type: array
items:
type: object
properties:
target:
type: string
column:
type: string
sysparm:
type: string
example:
targets:
- column: 'ldc_region'
sysparm: 'ldc_regionINus-east-1,us-east-2,us-west-1,us-west-2^vm_state=Off'
target: 'sn_itom_pattern_amazon_vm_instance'
responses:
'200':
description: Success
content:
application/json:
schema:
type: array
items:
type: object
properties:
column:
type: string
COUNT:
type: number
geohash:
type: string
example:
- COUNT: 302
geohash: 'dqcjqfz6yf38d'
ldc_region: 'us-east-1'
- COUNT: 24
geohash: 'dphgr6dnezjs4'
ldc_region: 'us-east-2'
/v1/query/logs:
post:
tags:
- Queries
summary: Queries the log viewer parent table to gather logs and format them for Grafana
operationId: queryLogs
requestBody:
content:
application/json:
schema:
properties:
targets:
type: array
items:
type: object
properties:
sysparm:
type: string
limit:
type: number
page:
type: number
sortBy:
type: string
esSearch:
type: string
startTime:
type: number
endTime:
type: number
compressLog:
type: boolean
example:
- endTime: 1631109042469
esSearch: ''
limit: 1000
page: 0
sortBy: ''
startTime: 1631107242469
sysparm: 'host=ip-172-31-4-100.ec2.internal'
compressLog: true
responses:
'200':
description: Success
content:
application/json:
schema:
type: array
items:
type: object
properties:
sys_created_on:
type: number
message:
type: string
application_service:
type: string
host:
type: string
level:
type: string
id:
type: string
totalLogsReturned:
type: number
example:
- application_service: 'k8s_cluster-66c37b3b-b94a-4f73-8962-cff5b29caa91'
host: 'ip-172-31-4-100.ec2.internal'
id: '20210908134151000383387877383387'
level: 'unknown'
message: "{\"timestamp\":1631108511,\"host\":\"sn-acc-mid-itomvision2demo-datainput.servicenow.svc.cluster.local\",\"message_log\":\"\\\"2021-09-08T13:41:51.045Z\\tINFO\\tsetup\\twatcher channel has closed, restart watcher\\n\\\"\",\"message_stream\":\"\\\"stderr\\\"\",\"message_docker_container_id\":\"\\\"86ed7116ab4c6c8d1d7a84922f7c13c62694bef87f439894a7b14b196c837013\\\"\",\"message_kubernetes_container_name\":\"\\\"chaos-mesh\\\"\",\"message_kubernetes_namespace_name\":\"\\\"chaos-testing\\\"\",\"message_kubernetes_pod_name\":\"\\\"chaos-controller-manager-5f6dd5ffb4-b9srp\\\"\",\"message_kubernetes_container_image\":\"\\\"pingcap/chaos-mesh:latest\\\"\",\"message_kubernetes_container_image_id\":\"\\\"docker-pullable://pingcap/chaos-mesh@sha256:f83bf3d573498a2df513633ce1eede2a3c6a374dc2e6cbea7f4eb7acc9242218\\\"\",\"message_kubernetes_pod_id\":\"\\\"3eac202e-8972-4f01-93d6-d1197f3d7cb2\\\"\",\"message_kubernetes_host\":\"\\\"ip-172-31-4-100.ec2.internal\\\"\",\"message_kubernetes_labels_pod-template-hash\":\"\\\"5f6dd5ffb4\\\"\",\"message_kubernetes_labels_app_kubernetes_io/component\":\"\\\"controller-manager\\\"\",\"message_kubernetes_labels_app_kubernetes_io/instance\":\"\\\"chaos-mesh\\\"\",\"message_kubernetes_labels_app_kubernetes_io/name\":\"\\\"chaos-mesh\\\"\",\"message_kubernetes_master_url\":\"\\\"https://10.96.0.1:443/api\\\"\",\"message_kubernetes_namespace_id\":\"\\\"826dd752-8fea-4030-8b7f-d437e948434e\\\"\",\"message_kubernetes_namespace_labels_kubernetes_io/metadata_name\":\"\\\"chaos-testing\\\"\"}"
sys_created_on: 1631108511000
totalLogsReturned: 1000
/v1/query/outage:
post:
tags:
- Queries
summary: Creates a timeline of service outages over the last 90 days
operationId: queryOutage
requestBody:
content:
application/json:
schema:
properties:
targets:
type: array
items:
type: object
properties:
target:
type: string
showPercent:
type: boolean
sysparm:
type: string
limit:
type: number
page:
type: number
example:
targets:
- target: 'eef257d4db29b050486f26370596192c'
showPercent: false
sysparm:
limit: 4000
page: 0
responses:
'200':
description: Success
content:
application/json:
schema:
type: array
items:
type: object
properties:
ci:
type: string
datapoints:
type: array
items:
type: array
items:
oneOf:
- type: string
- type: number
example:
- ci: 'Boutique'
datapoints:
- - 'Operational'
- 1623423637000
- - 'Operational'
- 1623510037000
/v1/query/row_count:
post:
tags:
- Queries
summary: Return the number of rows from a specified query
operationId: rowCount
requestBody:
content:
application/json:
schema:
properties:
targets:
type: array
items:
type: object
properties:
target:
type: string
sysparm:
type: string
example:
targets:
- sysparm: 'vm_state=on^ldc_regionINus-east-1,us-east-2,us-west-1,us-west-2'
target: 'sn_itom_pattern_amazon_vm_instance'
responses:
'200':
description: Success
content:
application/json:
schema:
type: array
items:
type: object
properties:
table:
type: number
example:
- sn_itom_pattern_amazon_vm_instance: 463
/v1/query/table:
post:
tags:
- Queries
summary: Query the given table and return the given columns
operationId: queryTable
requestBody:
content:
application/json:
schema:
properties:
targets:
type: array
items:
type: object
properties:
target:
type: string
columns:
type: string
sysparm:
type: string
limit:
type: number
page:
type: number
sortBy:
type: string
getAlertCount:
type: boolean
example:
targets:
- columns: 'vm_last_discovered,ldc_name,ldc_object_id,ldc_region,vm_cpus,vm_disks,vm_disks_size,vm_guest_os_fullname,vm_ip_address,vm_memory,vm_monitor,vm_name,vm_nics,vm_object_id,vm_state,vm_sys_id,vm_terminated_on,vm_vm_inst_id,vm_sys_class_name'
limit: 9999
page: 0
sortBy: ''
sysparm: 'vm_state=on^ldc_regionINus-east-1,us-east-2,us-west-1,us-west-2'
target: 'sn_itom_pattern_amazon_vm_instance'
getAlertCount: false
responses:
'200':
description: Success
content:
application/json:
schema:
type: array
items:
type: object
properties:
column:
type: string
example:
- ldc_name: 'us-east-1'
ldc_object_id: 'us-east-1'
ldc_region: 'us-east-1'
resourceGroups: ''
subscriptions: ''
vm_cpus: '1'
vm_disks: '1'
vm_disks_size: ''
vm_guest_os_fullname: ''
vm_ip_address: '18.206.91.69'
vm_last_discovered: '2021-04-14 11:22:49'