pycarlo 0.12.2__py3-none-any.whl → 0.12.30__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pycarlo/lib/schema.json +1407 -29
- pycarlo/lib/schema.py +541 -28
- {pycarlo-0.12.2.dist-info → pycarlo-0.12.30.dist-info}/METADATA +1 -1
- {pycarlo-0.12.2.dist-info → pycarlo-0.12.30.dist-info}/RECORD +7 -7
- {pycarlo-0.12.2.dist-info → pycarlo-0.12.30.dist-info}/LICENSE +0 -0
- {pycarlo-0.12.2.dist-info → pycarlo-0.12.30.dist-info}/WHEEL +0 -0
- {pycarlo-0.12.2.dist-info → pycarlo-0.12.30.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -76,6 +76,16 @@
|
|
|
76
76
|
"name": "DateTime",
|
|
77
77
|
"ofType": null
|
|
78
78
|
}
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"defaultValue": null,
|
|
82
|
+
"description": "Filter results to only include MCONs assigned to this domain UUID",
|
|
83
|
+
"name": "domainUuid",
|
|
84
|
+
"type": {
|
|
85
|
+
"kind": "SCALAR",
|
|
86
|
+
"name": "UUID",
|
|
87
|
+
"ofType": null
|
|
88
|
+
}
|
|
79
89
|
}
|
|
80
90
|
],
|
|
81
91
|
"deprecationReason": null,
|
|
@@ -12802,6 +12812,20 @@
|
|
|
12802
12812
|
}
|
|
12803
12813
|
}
|
|
12804
12814
|
},
|
|
12815
|
+
{
|
|
12816
|
+
"defaultValue": null,
|
|
12817
|
+
"description": "Filter by given sensitivities. Can include null to include monitors without a set sensitivity",
|
|
12818
|
+
"name": "sensitivities",
|
|
12819
|
+
"type": {
|
|
12820
|
+
"kind": "LIST",
|
|
12821
|
+
"name": null,
|
|
12822
|
+
"ofType": {
|
|
12823
|
+
"kind": "SCALAR",
|
|
12824
|
+
"name": "String",
|
|
12825
|
+
"ofType": null
|
|
12826
|
+
}
|
|
12827
|
+
}
|
|
12828
|
+
},
|
|
12805
12829
|
{
|
|
12806
12830
|
"defaultValue": null,
|
|
12807
12831
|
"description": "Domain uuid to filter by",
|
|
@@ -13219,6 +13243,20 @@
|
|
|
13219
13243
|
}
|
|
13220
13244
|
}
|
|
13221
13245
|
},
|
|
13246
|
+
{
|
|
13247
|
+
"defaultValue": null,
|
|
13248
|
+
"description": "Filter by given sensitivities. Can include null to include monitors without a set sensitivity",
|
|
13249
|
+
"name": "sensitivities",
|
|
13250
|
+
"type": {
|
|
13251
|
+
"kind": "LIST",
|
|
13252
|
+
"name": null,
|
|
13253
|
+
"ofType": {
|
|
13254
|
+
"kind": "SCALAR",
|
|
13255
|
+
"name": "String",
|
|
13256
|
+
"ofType": null
|
|
13257
|
+
}
|
|
13258
|
+
}
|
|
13259
|
+
},
|
|
13222
13260
|
{
|
|
13223
13261
|
"defaultValue": null,
|
|
13224
13262
|
"description": "Domain uuid to filter by",
|
|
@@ -13632,6 +13670,20 @@
|
|
|
13632
13670
|
}
|
|
13633
13671
|
}
|
|
13634
13672
|
},
|
|
13673
|
+
{
|
|
13674
|
+
"defaultValue": null,
|
|
13675
|
+
"description": "Filter by given sensitivities. Can include null to include monitors without a set sensitivity",
|
|
13676
|
+
"name": "sensitivities",
|
|
13677
|
+
"type": {
|
|
13678
|
+
"kind": "LIST",
|
|
13679
|
+
"name": null,
|
|
13680
|
+
"ofType": {
|
|
13681
|
+
"kind": "SCALAR",
|
|
13682
|
+
"name": "String",
|
|
13683
|
+
"ofType": null
|
|
13684
|
+
}
|
|
13685
|
+
}
|
|
13686
|
+
},
|
|
13635
13687
|
{
|
|
13636
13688
|
"defaultValue": null,
|
|
13637
13689
|
"description": "Domain uuid to filter by",
|
|
@@ -14053,6 +14105,20 @@
|
|
|
14053
14105
|
}
|
|
14054
14106
|
}
|
|
14055
14107
|
},
|
|
14108
|
+
{
|
|
14109
|
+
"defaultValue": null,
|
|
14110
|
+
"description": "Filter by given sensitivities. Can include null to include monitors without a set sensitivity",
|
|
14111
|
+
"name": "sensitivities",
|
|
14112
|
+
"type": {
|
|
14113
|
+
"kind": "LIST",
|
|
14114
|
+
"name": null,
|
|
14115
|
+
"ofType": {
|
|
14116
|
+
"kind": "SCALAR",
|
|
14117
|
+
"name": "String",
|
|
14118
|
+
"ofType": null
|
|
14119
|
+
}
|
|
14120
|
+
}
|
|
14121
|
+
},
|
|
14056
14122
|
{
|
|
14057
14123
|
"defaultValue": null,
|
|
14058
14124
|
"description": "Domain uuid to filter by",
|
|
@@ -14474,6 +14540,20 @@
|
|
|
14474
14540
|
}
|
|
14475
14541
|
}
|
|
14476
14542
|
},
|
|
14543
|
+
{
|
|
14544
|
+
"defaultValue": null,
|
|
14545
|
+
"description": "Filter by given sensitivities. Can include null to include monitors without a set sensitivity",
|
|
14546
|
+
"name": "sensitivities",
|
|
14547
|
+
"type": {
|
|
14548
|
+
"kind": "LIST",
|
|
14549
|
+
"name": null,
|
|
14550
|
+
"ofType": {
|
|
14551
|
+
"kind": "SCALAR",
|
|
14552
|
+
"name": "String",
|
|
14553
|
+
"ofType": null
|
|
14554
|
+
}
|
|
14555
|
+
}
|
|
14556
|
+
},
|
|
14477
14557
|
{
|
|
14478
14558
|
"defaultValue": null,
|
|
14479
14559
|
"description": "Domain uuid to filter by",
|
|
@@ -14895,6 +14975,20 @@
|
|
|
14895
14975
|
}
|
|
14896
14976
|
}
|
|
14897
14977
|
},
|
|
14978
|
+
{
|
|
14979
|
+
"defaultValue": null,
|
|
14980
|
+
"description": "Filter by given sensitivities. Can include null to include monitors without a set sensitivity",
|
|
14981
|
+
"name": "sensitivities",
|
|
14982
|
+
"type": {
|
|
14983
|
+
"kind": "LIST",
|
|
14984
|
+
"name": null,
|
|
14985
|
+
"ofType": {
|
|
14986
|
+
"kind": "SCALAR",
|
|
14987
|
+
"name": "String",
|
|
14988
|
+
"ofType": null
|
|
14989
|
+
}
|
|
14990
|
+
}
|
|
14991
|
+
},
|
|
14898
14992
|
{
|
|
14899
14993
|
"defaultValue": null,
|
|
14900
14994
|
"description": "Domain uuid to filter by",
|
|
@@ -15316,6 +15410,20 @@
|
|
|
15316
15410
|
}
|
|
15317
15411
|
}
|
|
15318
15412
|
},
|
|
15413
|
+
{
|
|
15414
|
+
"defaultValue": null,
|
|
15415
|
+
"description": "Filter by given sensitivities. Can include null to include monitors without a set sensitivity",
|
|
15416
|
+
"name": "sensitivities",
|
|
15417
|
+
"type": {
|
|
15418
|
+
"kind": "LIST",
|
|
15419
|
+
"name": null,
|
|
15420
|
+
"ofType": {
|
|
15421
|
+
"kind": "SCALAR",
|
|
15422
|
+
"name": "String",
|
|
15423
|
+
"ofType": null
|
|
15424
|
+
}
|
|
15425
|
+
}
|
|
15426
|
+
},
|
|
15319
15427
|
{
|
|
15320
15428
|
"defaultValue": null,
|
|
15321
15429
|
"description": "Domain uuid to filter by",
|
|
@@ -15737,6 +15845,20 @@
|
|
|
15737
15845
|
}
|
|
15738
15846
|
}
|
|
15739
15847
|
},
|
|
15848
|
+
{
|
|
15849
|
+
"defaultValue": null,
|
|
15850
|
+
"description": "Filter by given sensitivities. Can include null to include monitors without a set sensitivity",
|
|
15851
|
+
"name": "sensitivities",
|
|
15852
|
+
"type": {
|
|
15853
|
+
"kind": "LIST",
|
|
15854
|
+
"name": null,
|
|
15855
|
+
"ofType": {
|
|
15856
|
+
"kind": "SCALAR",
|
|
15857
|
+
"name": "String",
|
|
15858
|
+
"ofType": null
|
|
15859
|
+
}
|
|
15860
|
+
}
|
|
15861
|
+
},
|
|
15740
15862
|
{
|
|
15741
15863
|
"defaultValue": null,
|
|
15742
15864
|
"description": "Domain uuid to filter by",
|
|
@@ -16154,6 +16276,20 @@
|
|
|
16154
16276
|
}
|
|
16155
16277
|
}
|
|
16156
16278
|
},
|
|
16279
|
+
{
|
|
16280
|
+
"defaultValue": null,
|
|
16281
|
+
"description": "Filter by given sensitivities. Can include null to include monitors without a set sensitivity",
|
|
16282
|
+
"name": "sensitivities",
|
|
16283
|
+
"type": {
|
|
16284
|
+
"kind": "LIST",
|
|
16285
|
+
"name": null,
|
|
16286
|
+
"ofType": {
|
|
16287
|
+
"kind": "SCALAR",
|
|
16288
|
+
"name": "String",
|
|
16289
|
+
"ofType": null
|
|
16290
|
+
}
|
|
16291
|
+
}
|
|
16292
|
+
},
|
|
16157
16293
|
{
|
|
16158
16294
|
"defaultValue": null,
|
|
16159
16295
|
"description": "Domain uuid to filter by",
|
|
@@ -35201,6 +35337,18 @@
|
|
|
35201
35337
|
"ofType": null
|
|
35202
35338
|
}
|
|
35203
35339
|
},
|
|
35340
|
+
{
|
|
35341
|
+
"args": [],
|
|
35342
|
+
"deprecationReason": null,
|
|
35343
|
+
"description": "Indicates whether the account is validating monitor domains",
|
|
35344
|
+
"isDeprecated": false,
|
|
35345
|
+
"name": "validateMonitorDomains",
|
|
35346
|
+
"type": {
|
|
35347
|
+
"kind": "SCALAR",
|
|
35348
|
+
"name": "Boolean",
|
|
35349
|
+
"ofType": null
|
|
35350
|
+
}
|
|
35351
|
+
},
|
|
35204
35352
|
{
|
|
35205
35353
|
"args": [],
|
|
35206
35354
|
"deprecationReason": null,
|
|
@@ -42587,6 +42735,18 @@
|
|
|
42587
42735
|
}
|
|
42588
42736
|
}
|
|
42589
42737
|
},
|
|
42738
|
+
{
|
|
42739
|
+
"args": [],
|
|
42740
|
+
"deprecationReason": null,
|
|
42741
|
+
"description": "",
|
|
42742
|
+
"isDeprecated": false,
|
|
42743
|
+
"name": "name",
|
|
42744
|
+
"type": {
|
|
42745
|
+
"kind": "SCALAR",
|
|
42746
|
+
"name": "String",
|
|
42747
|
+
"ofType": null
|
|
42748
|
+
}
|
|
42749
|
+
},
|
|
42590
42750
|
{
|
|
42591
42751
|
"args": [],
|
|
42592
42752
|
"deprecationReason": null,
|
|
@@ -50903,6 +51063,38 @@
|
|
|
50903
51063
|
"ofType": null
|
|
50904
51064
|
}
|
|
50905
51065
|
},
|
|
51066
|
+
{
|
|
51067
|
+
"args": [],
|
|
51068
|
+
"deprecationReason": null,
|
|
51069
|
+
"description": "Is this monitor paused?",
|
|
51070
|
+
"isDeprecated": false,
|
|
51071
|
+
"name": "isPaused",
|
|
51072
|
+
"type": {
|
|
51073
|
+
"kind": "NON_NULL",
|
|
51074
|
+
"name": null,
|
|
51075
|
+
"ofType": {
|
|
51076
|
+
"kind": "SCALAR",
|
|
51077
|
+
"name": "Boolean",
|
|
51078
|
+
"ofType": null
|
|
51079
|
+
}
|
|
51080
|
+
}
|
|
51081
|
+
},
|
|
51082
|
+
{
|
|
51083
|
+
"args": [],
|
|
51084
|
+
"deprecationReason": null,
|
|
51085
|
+
"description": "Is this a draft monitor?",
|
|
51086
|
+
"isDeprecated": false,
|
|
51087
|
+
"name": "isDraft",
|
|
51088
|
+
"type": {
|
|
51089
|
+
"kind": "NON_NULL",
|
|
51090
|
+
"name": null,
|
|
51091
|
+
"ofType": {
|
|
51092
|
+
"kind": "SCALAR",
|
|
51093
|
+
"name": "Boolean",
|
|
51094
|
+
"ofType": null
|
|
51095
|
+
}
|
|
51096
|
+
}
|
|
51097
|
+
},
|
|
50906
51098
|
{
|
|
50907
51099
|
"args": [],
|
|
50908
51100
|
"deprecationReason": null,
|
|
@@ -61371,7 +61563,7 @@
|
|
|
61371
61563
|
{
|
|
61372
61564
|
"args": [],
|
|
61373
61565
|
"deprecationReason": null,
|
|
61374
|
-
"description": "",
|
|
61566
|
+
"description": "Deprecated - use 'reason' field instead. Whether the event is considered a false positive.",
|
|
61375
61567
|
"isDeprecated": false,
|
|
61376
61568
|
"name": "isFalsePositive",
|
|
61377
61569
|
"type": {
|
|
@@ -61387,25 +61579,17 @@
|
|
|
61387
61579
|
{
|
|
61388
61580
|
"args": [],
|
|
61389
61581
|
"deprecationReason": null,
|
|
61390
|
-
"description": "",
|
|
61391
|
-
"isDeprecated": false,
|
|
61392
|
-
"name": "isReintroduced",
|
|
61393
|
-
"type": {
|
|
61394
|
-
"kind": "SCALAR",
|
|
61395
|
-
"name": "Boolean",
|
|
61396
|
-
"ofType": null
|
|
61397
|
-
}
|
|
61398
|
-
},
|
|
61399
|
-
{
|
|
61400
|
-
"args": [],
|
|
61401
|
-
"deprecationReason": null,
|
|
61402
|
-
"description": "",
|
|
61582
|
+
"description": "Reason for the feedback.",
|
|
61403
61583
|
"isDeprecated": false,
|
|
61404
61584
|
"name": "reason",
|
|
61405
61585
|
"type": {
|
|
61406
|
-
"kind": "
|
|
61407
|
-
"name":
|
|
61408
|
-
"ofType":
|
|
61586
|
+
"kind": "NON_NULL",
|
|
61587
|
+
"name": null,
|
|
61588
|
+
"ofType": {
|
|
61589
|
+
"kind": "ENUM",
|
|
61590
|
+
"name": "FeedbackReason",
|
|
61591
|
+
"ofType": null
|
|
61592
|
+
}
|
|
61409
61593
|
}
|
|
61410
61594
|
},
|
|
61411
61595
|
{
|
|
@@ -61474,19 +61658,19 @@
|
|
|
61474
61658
|
"enumValues": [
|
|
61475
61659
|
{
|
|
61476
61660
|
"deprecationReason": null,
|
|
61477
|
-
"description":
|
|
61661
|
+
"description": null,
|
|
61478
61662
|
"isDeprecated": false,
|
|
61479
61663
|
"name": "DETECTOR_MARKED_AS_NORMAL"
|
|
61480
61664
|
},
|
|
61481
61665
|
{
|
|
61482
61666
|
"deprecationReason": null,
|
|
61483
|
-
"description":
|
|
61667
|
+
"description": null,
|
|
61484
61668
|
"isDeprecated": false,
|
|
61485
61669
|
"name": "USER_MARKED_AS_NORMAL"
|
|
61486
61670
|
},
|
|
61487
61671
|
{
|
|
61488
61672
|
"deprecationReason": null,
|
|
61489
|
-
"description":
|
|
61673
|
+
"description": null,
|
|
61490
61674
|
"isDeprecated": false,
|
|
61491
61675
|
"name": "USER_UNMARKED_AS_NORMAL"
|
|
61492
61676
|
}
|
|
@@ -61495,7 +61679,7 @@
|
|
|
61495
61679
|
"inputFields": null,
|
|
61496
61680
|
"interfaces": null,
|
|
61497
61681
|
"kind": "ENUM",
|
|
61498
|
-
"name": "
|
|
61682
|
+
"name": "FeedbackReason",
|
|
61499
61683
|
"possibleTypes": null
|
|
61500
61684
|
},
|
|
61501
61685
|
{
|
|
@@ -71862,6 +72046,18 @@
|
|
|
71862
72046
|
}
|
|
71863
72047
|
}
|
|
71864
72048
|
},
|
|
72049
|
+
{
|
|
72050
|
+
"args": [],
|
|
72051
|
+
"deprecationReason": null,
|
|
72052
|
+
"description": "Name of the Agent.",
|
|
72053
|
+
"isDeprecated": false,
|
|
72054
|
+
"name": "name",
|
|
72055
|
+
"type": {
|
|
72056
|
+
"kind": "SCALAR",
|
|
72057
|
+
"name": "String",
|
|
72058
|
+
"ofType": null
|
|
72059
|
+
}
|
|
72060
|
+
},
|
|
71865
72061
|
{
|
|
71866
72062
|
"args": [],
|
|
71867
72063
|
"deprecationReason": null,
|
|
@@ -72275,6 +72471,12 @@
|
|
|
72275
72471
|
"description": "Snowflake Internal Stage",
|
|
72276
72472
|
"isDeprecated": false,
|
|
72277
72473
|
"name": "SNOWFLAKE_INTERNAL_STAGE"
|
|
72474
|
+
},
|
|
72475
|
+
{
|
|
72476
|
+
"deprecationReason": null,
|
|
72477
|
+
"description": "S3 Compatible Storage",
|
|
72478
|
+
"isDeprecated": false,
|
|
72479
|
+
"name": "S3_COMPATIBLE"
|
|
72278
72480
|
}
|
|
72279
72481
|
],
|
|
72280
72482
|
"fields": null,
|
|
@@ -75233,6 +75435,20 @@
|
|
|
75233
75435
|
}
|
|
75234
75436
|
}
|
|
75235
75437
|
},
|
|
75438
|
+
{
|
|
75439
|
+
"defaultValue": null,
|
|
75440
|
+
"description": "Filter by given sensitivities. Can include null to include monitors without a set sensitivity",
|
|
75441
|
+
"name": "sensitivities",
|
|
75442
|
+
"type": {
|
|
75443
|
+
"kind": "LIST",
|
|
75444
|
+
"name": null,
|
|
75445
|
+
"ofType": {
|
|
75446
|
+
"kind": "SCALAR",
|
|
75447
|
+
"name": "String",
|
|
75448
|
+
"ofType": null
|
|
75449
|
+
}
|
|
75450
|
+
}
|
|
75451
|
+
},
|
|
75236
75452
|
{
|
|
75237
75453
|
"defaultValue": null,
|
|
75238
75454
|
"description": "Domain uuid to filter by",
|
|
@@ -75977,6 +76193,22 @@
|
|
|
75977
76193
|
}
|
|
75978
76194
|
}
|
|
75979
76195
|
},
|
|
76196
|
+
{
|
|
76197
|
+
"args": [],
|
|
76198
|
+
"deprecationReason": null,
|
|
76199
|
+
"description": "Whether the monitor is a draft",
|
|
76200
|
+
"isDeprecated": false,
|
|
76201
|
+
"name": "isDraft",
|
|
76202
|
+
"type": {
|
|
76203
|
+
"kind": "NON_NULL",
|
|
76204
|
+
"name": null,
|
|
76205
|
+
"ofType": {
|
|
76206
|
+
"kind": "SCALAR",
|
|
76207
|
+
"name": "Boolean",
|
|
76208
|
+
"ofType": null
|
|
76209
|
+
}
|
|
76210
|
+
}
|
|
76211
|
+
},
|
|
75980
76212
|
{
|
|
75981
76213
|
"args": [],
|
|
75982
76214
|
"deprecationReason": null,
|
|
@@ -77346,6 +77578,22 @@
|
|
|
77346
77578
|
}
|
|
77347
77579
|
}
|
|
77348
77580
|
},
|
|
77581
|
+
{
|
|
77582
|
+
"args": [],
|
|
77583
|
+
"deprecationReason": null,
|
|
77584
|
+
"description": "Whether the monitor is a draft",
|
|
77585
|
+
"isDeprecated": false,
|
|
77586
|
+
"name": "isDraft",
|
|
77587
|
+
"type": {
|
|
77588
|
+
"kind": "NON_NULL",
|
|
77589
|
+
"name": null,
|
|
77590
|
+
"ofType": {
|
|
77591
|
+
"kind": "SCALAR",
|
|
77592
|
+
"name": "Boolean",
|
|
77593
|
+
"ofType": null
|
|
77594
|
+
}
|
|
77595
|
+
}
|
|
77596
|
+
},
|
|
77349
77597
|
{
|
|
77350
77598
|
"args": [],
|
|
77351
77599
|
"deprecationReason": null,
|
|
@@ -80107,6 +80355,12 @@
|
|
|
80107
80355
|
"description": null,
|
|
80108
80356
|
"isDeprecated": false,
|
|
80109
80357
|
"name": "NO_STATUS"
|
|
80358
|
+
},
|
|
80359
|
+
{
|
|
80360
|
+
"deprecationReason": null,
|
|
80361
|
+
"description": null,
|
|
80362
|
+
"isDeprecated": false,
|
|
80363
|
+
"name": "DRAFT"
|
|
80110
80364
|
}
|
|
80111
80365
|
],
|
|
80112
80366
|
"fields": null,
|
|
@@ -80219,6 +80473,12 @@
|
|
|
80219
80473
|
"isDeprecated": false,
|
|
80220
80474
|
"name": "NO_STATUS"
|
|
80221
80475
|
},
|
|
80476
|
+
{
|
|
80477
|
+
"deprecationReason": null,
|
|
80478
|
+
"description": null,
|
|
80479
|
+
"isDeprecated": false,
|
|
80480
|
+
"name": "DRAFT"
|
|
80481
|
+
},
|
|
80222
80482
|
{
|
|
80223
80483
|
"deprecationReason": null,
|
|
80224
80484
|
"description": null,
|
|
@@ -80283,6 +80543,12 @@
|
|
|
80283
80543
|
"description": null,
|
|
80284
80544
|
"isDeprecated": false,
|
|
80285
80545
|
"name": "INSUFFICIENT_DATA"
|
|
80546
|
+
},
|
|
80547
|
+
{
|
|
80548
|
+
"deprecationReason": null,
|
|
80549
|
+
"description": null,
|
|
80550
|
+
"isDeprecated": false,
|
|
80551
|
+
"name": "DRAFT"
|
|
80286
80552
|
}
|
|
80287
80553
|
],
|
|
80288
80554
|
"fields": null,
|
|
@@ -82177,6 +82443,22 @@
|
|
|
82177
82443
|
}
|
|
82178
82444
|
}
|
|
82179
82445
|
},
|
|
82446
|
+
{
|
|
82447
|
+
"args": [],
|
|
82448
|
+
"deprecationReason": null,
|
|
82449
|
+
"description": "Is this a draft monitor?",
|
|
82450
|
+
"isDeprecated": false,
|
|
82451
|
+
"name": "isDraft",
|
|
82452
|
+
"type": {
|
|
82453
|
+
"kind": "NON_NULL",
|
|
82454
|
+
"name": null,
|
|
82455
|
+
"ofType": {
|
|
82456
|
+
"kind": "SCALAR",
|
|
82457
|
+
"name": "Boolean",
|
|
82458
|
+
"ofType": null
|
|
82459
|
+
}
|
|
82460
|
+
}
|
|
82461
|
+
},
|
|
82180
82462
|
{
|
|
82181
82463
|
"args": [],
|
|
82182
82464
|
"deprecationReason": null,
|
|
@@ -86790,6 +87072,12 @@
|
|
|
86790
87072
|
"isDeprecated": false,
|
|
86791
87073
|
"name": "MonitorsAggregates"
|
|
86792
87074
|
},
|
|
87075
|
+
{
|
|
87076
|
+
"deprecationReason": null,
|
|
87077
|
+
"description": null,
|
|
87078
|
+
"isDeprecated": false,
|
|
87079
|
+
"name": "MonitorsDraft"
|
|
87080
|
+
},
|
|
86793
87081
|
{
|
|
86794
87082
|
"deprecationReason": null,
|
|
86795
87083
|
"description": null,
|
|
@@ -88174,6 +88462,18 @@
|
|
|
88174
88462
|
"ofType": null
|
|
88175
88463
|
}
|
|
88176
88464
|
},
|
|
88465
|
+
{
|
|
88466
|
+
"args": [],
|
|
88467
|
+
"deprecationReason": null,
|
|
88468
|
+
"description": "Timestamp when the channel was marked as loading",
|
|
88469
|
+
"isDeprecated": false,
|
|
88470
|
+
"name": "loadingStartTime",
|
|
88471
|
+
"type": {
|
|
88472
|
+
"kind": "SCALAR",
|
|
88473
|
+
"name": "DateTime",
|
|
88474
|
+
"ofType": null
|
|
88475
|
+
}
|
|
88476
|
+
},
|
|
88177
88477
|
{
|
|
88178
88478
|
"args": [],
|
|
88179
88479
|
"deprecationReason": null,
|
|
@@ -90094,17 +90394,13 @@
|
|
|
90094
90394
|
{
|
|
90095
90395
|
"args": [],
|
|
90096
90396
|
"deprecationReason": null,
|
|
90097
|
-
"description": "
|
|
90397
|
+
"description": "True if rule is a draft",
|
|
90098
90398
|
"isDeprecated": false,
|
|
90099
90399
|
"name": "isDraft",
|
|
90100
90400
|
"type": {
|
|
90101
|
-
"kind": "
|
|
90102
|
-
"name":
|
|
90103
|
-
"ofType":
|
|
90104
|
-
"kind": "SCALAR",
|
|
90105
|
-
"name": "Boolean",
|
|
90106
|
-
"ofType": null
|
|
90107
|
-
}
|
|
90401
|
+
"kind": "SCALAR",
|
|
90402
|
+
"name": "Boolean",
|
|
90403
|
+
"ofType": null
|
|
90108
90404
|
}
|
|
90109
90405
|
},
|
|
90110
90406
|
{
|
|
@@ -93656,6 +93952,18 @@
|
|
|
93656
93952
|
"name": "String",
|
|
93657
93953
|
"ofType": null
|
|
93658
93954
|
}
|
|
93955
|
+
},
|
|
93956
|
+
{
|
|
93957
|
+
"args": [],
|
|
93958
|
+
"deprecationReason": null,
|
|
93959
|
+
"description": "Total number of results",
|
|
93960
|
+
"isDeprecated": false,
|
|
93961
|
+
"name": "totalCount",
|
|
93962
|
+
"type": {
|
|
93963
|
+
"kind": "SCALAR",
|
|
93964
|
+
"name": "Int",
|
|
93965
|
+
"ofType": null
|
|
93966
|
+
}
|
|
93659
93967
|
}
|
|
93660
93968
|
],
|
|
93661
93969
|
"inputFields": null,
|
|
@@ -94532,6 +94840,18 @@
|
|
|
94532
94840
|
"name": "Boolean",
|
|
94533
94841
|
"ofType": null
|
|
94534
94842
|
}
|
|
94843
|
+
},
|
|
94844
|
+
{
|
|
94845
|
+
"args": [],
|
|
94846
|
+
"deprecationReason": null,
|
|
94847
|
+
"description": "Name of the dbt project for dbt-job assets",
|
|
94848
|
+
"isDeprecated": false,
|
|
94849
|
+
"name": "dbtProjectName",
|
|
94850
|
+
"type": {
|
|
94851
|
+
"kind": "SCALAR",
|
|
94852
|
+
"name": "String",
|
|
94853
|
+
"ofType": null
|
|
94854
|
+
}
|
|
94535
94855
|
}
|
|
94536
94856
|
],
|
|
94537
94857
|
"inputFields": null,
|
|
@@ -96305,6 +96625,18 @@
|
|
|
96305
96625
|
"name": "PlatformServiceSupportStatus",
|
|
96306
96626
|
"ofType": null
|
|
96307
96627
|
}
|
|
96628
|
+
},
|
|
96629
|
+
{
|
|
96630
|
+
"args": [],
|
|
96631
|
+
"deprecationReason": null,
|
|
96632
|
+
"description": "Name of the platform service",
|
|
96633
|
+
"isDeprecated": false,
|
|
96634
|
+
"name": "name",
|
|
96635
|
+
"type": {
|
|
96636
|
+
"kind": "SCALAR",
|
|
96637
|
+
"name": "String",
|
|
96638
|
+
"ofType": null
|
|
96639
|
+
}
|
|
96308
96640
|
}
|
|
96309
96641
|
],
|
|
96310
96642
|
"inputFields": null,
|
|
@@ -109347,6 +109679,18 @@
|
|
|
109347
109679
|
"ofType": null
|
|
109348
109680
|
}
|
|
109349
109681
|
},
|
|
109682
|
+
{
|
|
109683
|
+
"args": [],
|
|
109684
|
+
"deprecationReason": null,
|
|
109685
|
+
"description": null,
|
|
109686
|
+
"isDeprecated": false,
|
|
109687
|
+
"name": "mconsCoveredByNotificationRoutingAudiencesExcludingImportance",
|
|
109688
|
+
"type": {
|
|
109689
|
+
"kind": "SCALAR",
|
|
109690
|
+
"name": "Int",
|
|
109691
|
+
"ofType": null
|
|
109692
|
+
}
|
|
109693
|
+
},
|
|
109350
109694
|
{
|
|
109351
109695
|
"args": [],
|
|
109352
109696
|
"deprecationReason": null,
|
|
@@ -109371,6 +109715,190 @@
|
|
|
109371
109715
|
}
|
|
109372
109716
|
}
|
|
109373
109717
|
},
|
|
109718
|
+
{
|
|
109719
|
+
"args": [],
|
|
109720
|
+
"deprecationReason": null,
|
|
109721
|
+
"description": null,
|
|
109722
|
+
"isDeprecated": false,
|
|
109723
|
+
"name": "sampleMconsRoutingNotTableMonitorExcludingImportance",
|
|
109724
|
+
"type": {
|
|
109725
|
+
"kind": "NON_NULL",
|
|
109726
|
+
"name": null,
|
|
109727
|
+
"ofType": {
|
|
109728
|
+
"kind": "LIST",
|
|
109729
|
+
"name": null,
|
|
109730
|
+
"ofType": {
|
|
109731
|
+
"kind": "NON_NULL",
|
|
109732
|
+
"name": null,
|
|
109733
|
+
"ofType": {
|
|
109734
|
+
"kind": "OBJECT",
|
|
109735
|
+
"name": "MconMonitorPair",
|
|
109736
|
+
"ofType": null
|
|
109737
|
+
}
|
|
109738
|
+
}
|
|
109739
|
+
}
|
|
109740
|
+
}
|
|
109741
|
+
},
|
|
109742
|
+
{
|
|
109743
|
+
"args": [],
|
|
109744
|
+
"deprecationReason": null,
|
|
109745
|
+
"description": null,
|
|
109746
|
+
"isDeprecated": false,
|
|
109747
|
+
"name": "sampleMconsTableMonitorNotRouting",
|
|
109748
|
+
"type": {
|
|
109749
|
+
"kind": "NON_NULL",
|
|
109750
|
+
"name": null,
|
|
109751
|
+
"ofType": {
|
|
109752
|
+
"kind": "LIST",
|
|
109753
|
+
"name": null,
|
|
109754
|
+
"ofType": {
|
|
109755
|
+
"kind": "NON_NULL",
|
|
109756
|
+
"name": null,
|
|
109757
|
+
"ofType": {
|
|
109758
|
+
"kind": "OBJECT",
|
|
109759
|
+
"name": "MconMonitorPair",
|
|
109760
|
+
"ofType": null
|
|
109761
|
+
}
|
|
109762
|
+
}
|
|
109763
|
+
}
|
|
109764
|
+
}
|
|
109765
|
+
},
|
|
109766
|
+
{
|
|
109767
|
+
"args": [],
|
|
109768
|
+
"deprecationReason": null,
|
|
109769
|
+
"description": null,
|
|
109770
|
+
"isDeprecated": false,
|
|
109771
|
+
"name": "mconsNewRoutedFromImportance",
|
|
109772
|
+
"type": {
|
|
109773
|
+
"kind": "NON_NULL",
|
|
109774
|
+
"name": null,
|
|
109775
|
+
"ofType": {
|
|
109776
|
+
"kind": "SCALAR",
|
|
109777
|
+
"name": "Int",
|
|
109778
|
+
"ofType": null
|
|
109779
|
+
}
|
|
109780
|
+
}
|
|
109781
|
+
},
|
|
109782
|
+
{
|
|
109783
|
+
"args": [],
|
|
109784
|
+
"deprecationReason": null,
|
|
109785
|
+
"description": null,
|
|
109786
|
+
"isDeprecated": false,
|
|
109787
|
+
"name": "mconsMonitoredFromEmptyTagValues",
|
|
109788
|
+
"type": {
|
|
109789
|
+
"kind": "NON_NULL",
|
|
109790
|
+
"name": null,
|
|
109791
|
+
"ofType": {
|
|
109792
|
+
"kind": "SCALAR",
|
|
109793
|
+
"name": "Int",
|
|
109794
|
+
"ofType": null
|
|
109795
|
+
}
|
|
109796
|
+
}
|
|
109797
|
+
},
|
|
109798
|
+
{
|
|
109799
|
+
"args": [],
|
|
109800
|
+
"deprecationReason": null,
|
|
109801
|
+
"description": null,
|
|
109802
|
+
"isDeprecated": false,
|
|
109803
|
+
"name": "sampleMconsMonitoredFromEmptyTagValues",
|
|
109804
|
+
"type": {
|
|
109805
|
+
"kind": "NON_NULL",
|
|
109806
|
+
"name": null,
|
|
109807
|
+
"ofType": {
|
|
109808
|
+
"kind": "LIST",
|
|
109809
|
+
"name": null,
|
|
109810
|
+
"ofType": {
|
|
109811
|
+
"kind": "NON_NULL",
|
|
109812
|
+
"name": null,
|
|
109813
|
+
"ofType": {
|
|
109814
|
+
"kind": "OBJECT",
|
|
109815
|
+
"name": "MconMonitorPair",
|
|
109816
|
+
"ofType": null
|
|
109817
|
+
}
|
|
109818
|
+
}
|
|
109819
|
+
}
|
|
109820
|
+
}
|
|
109821
|
+
},
|
|
109822
|
+
{
|
|
109823
|
+
"args": [],
|
|
109824
|
+
"deprecationReason": null,
|
|
109825
|
+
"description": null,
|
|
109826
|
+
"isDeprecated": false,
|
|
109827
|
+
"name": "mconsIncludedByUnexpandedRegex",
|
|
109828
|
+
"type": {
|
|
109829
|
+
"kind": "NON_NULL",
|
|
109830
|
+
"name": null,
|
|
109831
|
+
"ofType": {
|
|
109832
|
+
"kind": "SCALAR",
|
|
109833
|
+
"name": "Int",
|
|
109834
|
+
"ofType": null
|
|
109835
|
+
}
|
|
109836
|
+
}
|
|
109837
|
+
},
|
|
109838
|
+
{
|
|
109839
|
+
"args": [],
|
|
109840
|
+
"deprecationReason": null,
|
|
109841
|
+
"description": null,
|
|
109842
|
+
"isDeprecated": false,
|
|
109843
|
+
"name": "mconsExcludedByUnexpandedRegex",
|
|
109844
|
+
"type": {
|
|
109845
|
+
"kind": "NON_NULL",
|
|
109846
|
+
"name": null,
|
|
109847
|
+
"ofType": {
|
|
109848
|
+
"kind": "SCALAR",
|
|
109849
|
+
"name": "Int",
|
|
109850
|
+
"ofType": null
|
|
109851
|
+
}
|
|
109852
|
+
}
|
|
109853
|
+
},
|
|
109854
|
+
{
|
|
109855
|
+
"args": [],
|
|
109856
|
+
"deprecationReason": null,
|
|
109857
|
+
"description": null,
|
|
109858
|
+
"isDeprecated": false,
|
|
109859
|
+
"name": "sampleMconsAffectedByUnexpandedRegex",
|
|
109860
|
+
"type": {
|
|
109861
|
+
"kind": "NON_NULL",
|
|
109862
|
+
"name": null,
|
|
109863
|
+
"ofType": {
|
|
109864
|
+
"kind": "LIST",
|
|
109865
|
+
"name": null,
|
|
109866
|
+
"ofType": {
|
|
109867
|
+
"kind": "NON_NULL",
|
|
109868
|
+
"name": null,
|
|
109869
|
+
"ofType": {
|
|
109870
|
+
"kind": "OBJECT",
|
|
109871
|
+
"name": "MconMonitorPair",
|
|
109872
|
+
"ofType": null
|
|
109873
|
+
}
|
|
109874
|
+
}
|
|
109875
|
+
}
|
|
109876
|
+
}
|
|
109877
|
+
},
|
|
109878
|
+
{
|
|
109879
|
+
"args": [],
|
|
109880
|
+
"deprecationReason": null,
|
|
109881
|
+
"description": null,
|
|
109882
|
+
"isDeprecated": false,
|
|
109883
|
+
"name": "allUnexpandedRegexPatterns",
|
|
109884
|
+
"type": {
|
|
109885
|
+
"kind": "NON_NULL",
|
|
109886
|
+
"name": null,
|
|
109887
|
+
"ofType": {
|
|
109888
|
+
"kind": "LIST",
|
|
109889
|
+
"name": null,
|
|
109890
|
+
"ofType": {
|
|
109891
|
+
"kind": "NON_NULL",
|
|
109892
|
+
"name": null,
|
|
109893
|
+
"ofType": {
|
|
109894
|
+
"kind": "OBJECT",
|
|
109895
|
+
"name": "UnexpandedRegexPattern",
|
|
109896
|
+
"ofType": null
|
|
109897
|
+
}
|
|
109898
|
+
}
|
|
109899
|
+
}
|
|
109900
|
+
}
|
|
109901
|
+
},
|
|
109374
109902
|
{
|
|
109375
109903
|
"args": [],
|
|
109376
109904
|
"deprecationReason": null,
|
|
@@ -109753,6 +110281,70 @@
|
|
|
109753
110281
|
"name": "String",
|
|
109754
110282
|
"ofType": null
|
|
109755
110283
|
}
|
|
110284
|
+
},
|
|
110285
|
+
{
|
|
110286
|
+
"args": [],
|
|
110287
|
+
"deprecationReason": null,
|
|
110288
|
+
"description": null,
|
|
110289
|
+
"isDeprecated": false,
|
|
110290
|
+
"name": "usesMonitoringFiltersFallback",
|
|
110291
|
+
"type": {
|
|
110292
|
+
"kind": "NON_NULL",
|
|
110293
|
+
"name": null,
|
|
110294
|
+
"ofType": {
|
|
110295
|
+
"kind": "SCALAR",
|
|
110296
|
+
"name": "Boolean",
|
|
110297
|
+
"ofType": null
|
|
110298
|
+
}
|
|
110299
|
+
}
|
|
110300
|
+
},
|
|
110301
|
+
{
|
|
110302
|
+
"args": [],
|
|
110303
|
+
"deprecationReason": null,
|
|
110304
|
+
"description": null,
|
|
110305
|
+
"isDeprecated": false,
|
|
110306
|
+
"name": "ignoredRoutingRules",
|
|
110307
|
+
"type": {
|
|
110308
|
+
"kind": "NON_NULL",
|
|
110309
|
+
"name": null,
|
|
110310
|
+
"ofType": {
|
|
110311
|
+
"kind": "LIST",
|
|
110312
|
+
"name": null,
|
|
110313
|
+
"ofType": {
|
|
110314
|
+
"kind": "NON_NULL",
|
|
110315
|
+
"name": null,
|
|
110316
|
+
"ofType": {
|
|
110317
|
+
"kind": "OBJECT",
|
|
110318
|
+
"name": "RoutingRuleData",
|
|
110319
|
+
"ofType": null
|
|
110320
|
+
}
|
|
110321
|
+
}
|
|
110322
|
+
}
|
|
110323
|
+
}
|
|
110324
|
+
},
|
|
110325
|
+
{
|
|
110326
|
+
"args": [],
|
|
110327
|
+
"deprecationReason": null,
|
|
110328
|
+
"description": null,
|
|
110329
|
+
"isDeprecated": false,
|
|
110330
|
+
"name": "unexpandedRegexPatterns",
|
|
110331
|
+
"type": {
|
|
110332
|
+
"kind": "NON_NULL",
|
|
110333
|
+
"name": null,
|
|
110334
|
+
"ofType": {
|
|
110335
|
+
"kind": "LIST",
|
|
110336
|
+
"name": null,
|
|
110337
|
+
"ofType": {
|
|
110338
|
+
"kind": "NON_NULL",
|
|
110339
|
+
"name": null,
|
|
110340
|
+
"ofType": {
|
|
110341
|
+
"kind": "OBJECT",
|
|
110342
|
+
"name": "UnexpandedRegexPattern",
|
|
110343
|
+
"ofType": null
|
|
110344
|
+
}
|
|
110345
|
+
}
|
|
110346
|
+
}
|
|
110347
|
+
}
|
|
109756
110348
|
}
|
|
109757
110349
|
],
|
|
109758
110350
|
"inputFields": null,
|
|
@@ -110262,6 +110854,89 @@
|
|
|
110262
110854
|
"name": "MonitoringRuleData",
|
|
110263
110855
|
"possibleTypes": null
|
|
110264
110856
|
},
|
|
110857
|
+
{
|
|
110858
|
+
"description": null,
|
|
110859
|
+
"enumValues": null,
|
|
110860
|
+
"fields": [
|
|
110861
|
+
{
|
|
110862
|
+
"args": [],
|
|
110863
|
+
"deprecationReason": null,
|
|
110864
|
+
"description": null,
|
|
110865
|
+
"isDeprecated": false,
|
|
110866
|
+
"name": "originalRegex",
|
|
110867
|
+
"type": {
|
|
110868
|
+
"kind": "NON_NULL",
|
|
110869
|
+
"name": null,
|
|
110870
|
+
"ofType": {
|
|
110871
|
+
"kind": "SCALAR",
|
|
110872
|
+
"name": "String",
|
|
110873
|
+
"ofType": null
|
|
110874
|
+
}
|
|
110875
|
+
}
|
|
110876
|
+
},
|
|
110877
|
+
{
|
|
110878
|
+
"args": [],
|
|
110879
|
+
"deprecationReason": null,
|
|
110880
|
+
"description": null,
|
|
110881
|
+
"isDeprecated": false,
|
|
110882
|
+
"name": "convertedWildcard",
|
|
110883
|
+
"type": {
|
|
110884
|
+
"kind": "NON_NULL",
|
|
110885
|
+
"name": null,
|
|
110886
|
+
"ofType": {
|
|
110887
|
+
"kind": "SCALAR",
|
|
110888
|
+
"name": "String",
|
|
110889
|
+
"ofType": null
|
|
110890
|
+
}
|
|
110891
|
+
}
|
|
110892
|
+
},
|
|
110893
|
+
{
|
|
110894
|
+
"args": [],
|
|
110895
|
+
"deprecationReason": null,
|
|
110896
|
+
"description": null,
|
|
110897
|
+
"isDeprecated": false,
|
|
110898
|
+
"name": "isExclude",
|
|
110899
|
+
"type": {
|
|
110900
|
+
"kind": "NON_NULL",
|
|
110901
|
+
"name": null,
|
|
110902
|
+
"ofType": {
|
|
110903
|
+
"kind": "SCALAR",
|
|
110904
|
+
"name": "Boolean",
|
|
110905
|
+
"ofType": null
|
|
110906
|
+
}
|
|
110907
|
+
}
|
|
110908
|
+
},
|
|
110909
|
+
{
|
|
110910
|
+
"args": [],
|
|
110911
|
+
"deprecationReason": null,
|
|
110912
|
+
"description": null,
|
|
110913
|
+
"isDeprecated": false,
|
|
110914
|
+
"name": "ruleId",
|
|
110915
|
+
"type": {
|
|
110916
|
+
"kind": "SCALAR",
|
|
110917
|
+
"name": "Int",
|
|
110918
|
+
"ofType": null
|
|
110919
|
+
}
|
|
110920
|
+
},
|
|
110921
|
+
{
|
|
110922
|
+
"args": [],
|
|
110923
|
+
"deprecationReason": null,
|
|
110924
|
+
"description": null,
|
|
110925
|
+
"isDeprecated": false,
|
|
110926
|
+
"name": "warehouseUuid",
|
|
110927
|
+
"type": {
|
|
110928
|
+
"kind": "SCALAR",
|
|
110929
|
+
"name": "String",
|
|
110930
|
+
"ofType": null
|
|
110931
|
+
}
|
|
110932
|
+
}
|
|
110933
|
+
],
|
|
110934
|
+
"inputFields": null,
|
|
110935
|
+
"interfaces": [],
|
|
110936
|
+
"kind": "OBJECT",
|
|
110937
|
+
"name": "UnexpandedRegexPattern",
|
|
110938
|
+
"possibleTypes": null
|
|
110939
|
+
},
|
|
110265
110940
|
{
|
|
110266
110941
|
"description": null,
|
|
110267
110942
|
"enumValues": null,
|
|
@@ -110498,6 +111173,30 @@
|
|
|
110498
111173
|
"ofType": null
|
|
110499
111174
|
}
|
|
110500
111175
|
}
|
|
111176
|
+
},
|
|
111177
|
+
{
|
|
111178
|
+
"args": [],
|
|
111179
|
+
"deprecationReason": null,
|
|
111180
|
+
"description": null,
|
|
111181
|
+
"isDeprecated": false,
|
|
111182
|
+
"name": "tableTags",
|
|
111183
|
+
"type": {
|
|
111184
|
+
"kind": "NON_NULL",
|
|
111185
|
+
"name": null,
|
|
111186
|
+
"ofType": {
|
|
111187
|
+
"kind": "LIST",
|
|
111188
|
+
"name": null,
|
|
111189
|
+
"ofType": {
|
|
111190
|
+
"kind": "NON_NULL",
|
|
111191
|
+
"name": null,
|
|
111192
|
+
"ofType": {
|
|
111193
|
+
"kind": "SCALAR",
|
|
111194
|
+
"name": "String",
|
|
111195
|
+
"ofType": null
|
|
111196
|
+
}
|
|
111197
|
+
}
|
|
111198
|
+
}
|
|
111199
|
+
}
|
|
110501
111200
|
}
|
|
110502
111201
|
],
|
|
110503
111202
|
"inputFields": null,
|
|
@@ -110617,6 +111316,22 @@
|
|
|
110617
111316
|
}
|
|
110618
111317
|
}
|
|
110619
111318
|
},
|
|
111319
|
+
{
|
|
111320
|
+
"args": [],
|
|
111321
|
+
"deprecationReason": null,
|
|
111322
|
+
"description": null,
|
|
111323
|
+
"isDeprecated": false,
|
|
111324
|
+
"name": "mconsCoveredByNotificationRoutingExcludingImportance",
|
|
111325
|
+
"type": {
|
|
111326
|
+
"kind": "NON_NULL",
|
|
111327
|
+
"name": null,
|
|
111328
|
+
"ofType": {
|
|
111329
|
+
"kind": "SCALAR",
|
|
111330
|
+
"name": "Int",
|
|
111331
|
+
"ofType": null
|
|
111332
|
+
}
|
|
111333
|
+
}
|
|
111334
|
+
},
|
|
110620
111335
|
{
|
|
110621
111336
|
"args": [],
|
|
110622
111337
|
"deprecationReason": null,
|
|
@@ -110640,6 +111355,110 @@
|
|
|
110640
111355
|
}
|
|
110641
111356
|
}
|
|
110642
111357
|
}
|
|
111358
|
+
},
|
|
111359
|
+
{
|
|
111360
|
+
"args": [],
|
|
111361
|
+
"deprecationReason": null,
|
|
111362
|
+
"description": null,
|
|
111363
|
+
"isDeprecated": false,
|
|
111364
|
+
"name": "sampleMconsRoutingNotTableMonitorExcludingImportance",
|
|
111365
|
+
"type": {
|
|
111366
|
+
"kind": "NON_NULL",
|
|
111367
|
+
"name": null,
|
|
111368
|
+
"ofType": {
|
|
111369
|
+
"kind": "LIST",
|
|
111370
|
+
"name": null,
|
|
111371
|
+
"ofType": {
|
|
111372
|
+
"kind": "NON_NULL",
|
|
111373
|
+
"name": null,
|
|
111374
|
+
"ofType": {
|
|
111375
|
+
"kind": "OBJECT",
|
|
111376
|
+
"name": "MconMonitorPair",
|
|
111377
|
+
"ofType": null
|
|
111378
|
+
}
|
|
111379
|
+
}
|
|
111380
|
+
}
|
|
111381
|
+
}
|
|
111382
|
+
},
|
|
111383
|
+
{
|
|
111384
|
+
"args": [],
|
|
111385
|
+
"deprecationReason": null,
|
|
111386
|
+
"description": null,
|
|
111387
|
+
"isDeprecated": false,
|
|
111388
|
+
"name": "sampleMconsTableMonitorNotRouting",
|
|
111389
|
+
"type": {
|
|
111390
|
+
"kind": "NON_NULL",
|
|
111391
|
+
"name": null,
|
|
111392
|
+
"ofType": {
|
|
111393
|
+
"kind": "LIST",
|
|
111394
|
+
"name": null,
|
|
111395
|
+
"ofType": {
|
|
111396
|
+
"kind": "NON_NULL",
|
|
111397
|
+
"name": null,
|
|
111398
|
+
"ofType": {
|
|
111399
|
+
"kind": "OBJECT",
|
|
111400
|
+
"name": "MconMonitorPair",
|
|
111401
|
+
"ofType": null
|
|
111402
|
+
}
|
|
111403
|
+
}
|
|
111404
|
+
}
|
|
111405
|
+
}
|
|
111406
|
+
},
|
|
111407
|
+
{
|
|
111408
|
+
"args": [],
|
|
111409
|
+
"deprecationReason": null,
|
|
111410
|
+
"description": null,
|
|
111411
|
+
"isDeprecated": false,
|
|
111412
|
+
"name": "usesMonitoringFiltersFallback",
|
|
111413
|
+
"type": {
|
|
111414
|
+
"kind": "NON_NULL",
|
|
111415
|
+
"name": null,
|
|
111416
|
+
"ofType": {
|
|
111417
|
+
"kind": "SCALAR",
|
|
111418
|
+
"name": "Boolean",
|
|
111419
|
+
"ofType": null
|
|
111420
|
+
}
|
|
111421
|
+
}
|
|
111422
|
+
},
|
|
111423
|
+
{
|
|
111424
|
+
"args": [],
|
|
111425
|
+
"deprecationReason": null,
|
|
111426
|
+
"description": null,
|
|
111427
|
+
"isDeprecated": false,
|
|
111428
|
+
"name": "mconsNewRoutedFromImportance",
|
|
111429
|
+
"type": {
|
|
111430
|
+
"kind": "NON_NULL",
|
|
111431
|
+
"name": null,
|
|
111432
|
+
"ofType": {
|
|
111433
|
+
"kind": "SCALAR",
|
|
111434
|
+
"name": "Int",
|
|
111435
|
+
"ofType": null
|
|
111436
|
+
}
|
|
111437
|
+
}
|
|
111438
|
+
},
|
|
111439
|
+
{
|
|
111440
|
+
"args": [],
|
|
111441
|
+
"deprecationReason": null,
|
|
111442
|
+
"description": null,
|
|
111443
|
+
"isDeprecated": false,
|
|
111444
|
+
"name": "ignoredRoutingRules",
|
|
111445
|
+
"type": {
|
|
111446
|
+
"kind": "NON_NULL",
|
|
111447
|
+
"name": null,
|
|
111448
|
+
"ofType": {
|
|
111449
|
+
"kind": "LIST",
|
|
111450
|
+
"name": null,
|
|
111451
|
+
"ofType": {
|
|
111452
|
+
"kind": "NON_NULL",
|
|
111453
|
+
"name": null,
|
|
111454
|
+
"ofType": {
|
|
111455
|
+
"kind": "OBJECT",
|
|
111456
|
+
"name": "IgnoredRoutingRuleInfo",
|
|
111457
|
+
"ofType": null
|
|
111458
|
+
}
|
|
111459
|
+
}
|
|
111460
|
+
}
|
|
111461
|
+
}
|
|
110643
111462
|
}
|
|
110644
111463
|
],
|
|
110645
111464
|
"inputFields": null,
|
|
@@ -110648,6 +111467,65 @@
|
|
|
110648
111467
|
"name": "AudienceRoutingStats",
|
|
110649
111468
|
"possibleTypes": null
|
|
110650
111469
|
},
|
|
111470
|
+
{
|
|
111471
|
+
"description": null,
|
|
111472
|
+
"enumValues": null,
|
|
111473
|
+
"fields": [
|
|
111474
|
+
{
|
|
111475
|
+
"args": [],
|
|
111476
|
+
"deprecationReason": null,
|
|
111477
|
+
"description": null,
|
|
111478
|
+
"isDeprecated": false,
|
|
111479
|
+
"name": "ruleUuid",
|
|
111480
|
+
"type": {
|
|
111481
|
+
"kind": "NON_NULL",
|
|
111482
|
+
"name": null,
|
|
111483
|
+
"ofType": {
|
|
111484
|
+
"kind": "SCALAR",
|
|
111485
|
+
"name": "String",
|
|
111486
|
+
"ofType": null
|
|
111487
|
+
}
|
|
111488
|
+
}
|
|
111489
|
+
},
|
|
111490
|
+
{
|
|
111491
|
+
"args": [],
|
|
111492
|
+
"deprecationReason": null,
|
|
111493
|
+
"description": null,
|
|
111494
|
+
"isDeprecated": false,
|
|
111495
|
+
"name": "audienceLabel",
|
|
111496
|
+
"type": {
|
|
111497
|
+
"kind": "NON_NULL",
|
|
111498
|
+
"name": null,
|
|
111499
|
+
"ofType": {
|
|
111500
|
+
"kind": "SCALAR",
|
|
111501
|
+
"name": "String",
|
|
111502
|
+
"ofType": null
|
|
111503
|
+
}
|
|
111504
|
+
}
|
|
111505
|
+
},
|
|
111506
|
+
{
|
|
111507
|
+
"args": [],
|
|
111508
|
+
"deprecationReason": null,
|
|
111509
|
+
"description": null,
|
|
111510
|
+
"isDeprecated": false,
|
|
111511
|
+
"name": "ruleSummary",
|
|
111512
|
+
"type": {
|
|
111513
|
+
"kind": "NON_NULL",
|
|
111514
|
+
"name": null,
|
|
111515
|
+
"ofType": {
|
|
111516
|
+
"kind": "SCALAR",
|
|
111517
|
+
"name": "String",
|
|
111518
|
+
"ofType": null
|
|
111519
|
+
}
|
|
111520
|
+
}
|
|
111521
|
+
}
|
|
111522
|
+
],
|
|
111523
|
+
"inputFields": null,
|
|
111524
|
+
"interfaces": [],
|
|
111525
|
+
"kind": "OBJECT",
|
|
111526
|
+
"name": "IgnoredRoutingRuleInfo",
|
|
111527
|
+
"possibleTypes": null
|
|
111528
|
+
},
|
|
110651
111529
|
{
|
|
110652
111530
|
"description": null,
|
|
110653
111531
|
"enumValues": null,
|
|
@@ -127713,6 +128591,22 @@
|
|
|
127713
128591
|
}
|
|
127714
128592
|
}
|
|
127715
128593
|
},
|
|
128594
|
+
{
|
|
128595
|
+
"args": [],
|
|
128596
|
+
"deprecationReason": null,
|
|
128597
|
+
"description": "",
|
|
128598
|
+
"isDeprecated": false,
|
|
128599
|
+
"name": "isDraft",
|
|
128600
|
+
"type": {
|
|
128601
|
+
"kind": "NON_NULL",
|
|
128602
|
+
"name": null,
|
|
128603
|
+
"ofType": {
|
|
128604
|
+
"kind": "SCALAR",
|
|
128605
|
+
"name": "Boolean",
|
|
128606
|
+
"ofType": null
|
|
128607
|
+
}
|
|
128608
|
+
}
|
|
128609
|
+
},
|
|
127716
128610
|
{
|
|
127717
128611
|
"args": [],
|
|
127718
128612
|
"deprecationReason": null,
|
|
@@ -128344,6 +129238,12 @@
|
|
|
128344
129238
|
"description": "INSUFFICIENT_DATA",
|
|
128345
129239
|
"isDeprecated": false,
|
|
128346
129240
|
"name": "INSUFFICIENT_DATA"
|
|
129241
|
+
},
|
|
129242
|
+
{
|
|
129243
|
+
"deprecationReason": null,
|
|
129244
|
+
"description": "DRAFT",
|
|
129245
|
+
"isDeprecated": false,
|
|
129246
|
+
"name": "DRAFT"
|
|
128347
129247
|
}
|
|
128348
129248
|
],
|
|
128349
129249
|
"fields": null,
|
|
@@ -142202,6 +143102,18 @@
|
|
|
142202
143102
|
"ofType": null
|
|
142203
143103
|
}
|
|
142204
143104
|
},
|
|
143105
|
+
{
|
|
143106
|
+
"args": [],
|
|
143107
|
+
"deprecationReason": null,
|
|
143108
|
+
"description": "Name of the dbt project for dbt-job assets",
|
|
143109
|
+
"isDeprecated": false,
|
|
143110
|
+
"name": "dbtProjectName",
|
|
143111
|
+
"type": {
|
|
143112
|
+
"kind": "SCALAR",
|
|
143113
|
+
"name": "String",
|
|
143114
|
+
"ofType": null
|
|
143115
|
+
}
|
|
143116
|
+
},
|
|
142205
143117
|
{
|
|
142206
143118
|
"args": [],
|
|
142207
143119
|
"deprecationReason": null,
|
|
@@ -146374,6 +147286,12 @@
|
|
|
146374
147286
|
"description": null,
|
|
146375
147287
|
"isDeprecated": false,
|
|
146376
147288
|
"name": "AZURE_DATA_FACTORY"
|
|
147289
|
+
},
|
|
147290
|
+
{
|
|
147291
|
+
"deprecationReason": null,
|
|
147292
|
+
"description": null,
|
|
147293
|
+
"isDeprecated": false,
|
|
147294
|
+
"name": "FIVETRAN"
|
|
146377
147295
|
}
|
|
146378
147296
|
],
|
|
146379
147297
|
"fields": null,
|
|
@@ -146426,6 +147344,11 @@
|
|
|
146426
147344
|
"kind": "OBJECT",
|
|
146427
147345
|
"name": "LineageAzureDataFactoryJobAttributes",
|
|
146428
147346
|
"ofType": null
|
|
147347
|
+
},
|
|
147348
|
+
{
|
|
147349
|
+
"kind": "OBJECT",
|
|
147350
|
+
"name": "LineageFivetranJobAttributes",
|
|
147351
|
+
"ofType": null
|
|
146429
147352
|
}
|
|
146430
147353
|
]
|
|
146431
147354
|
},
|
|
@@ -147071,6 +147994,169 @@
|
|
|
147071
147994
|
"name": "LineageAzureDataFactoryJobAttributes",
|
|
147072
147995
|
"possibleTypes": null
|
|
147073
147996
|
},
|
|
147997
|
+
{
|
|
147998
|
+
"description": null,
|
|
147999
|
+
"enumValues": null,
|
|
148000
|
+
"fields": [
|
|
148001
|
+
{
|
|
148002
|
+
"args": [],
|
|
148003
|
+
"deprecationReason": null,
|
|
148004
|
+
"description": "Fivetran connector ID",
|
|
148005
|
+
"isDeprecated": false,
|
|
148006
|
+
"name": "connectorId",
|
|
148007
|
+
"type": {
|
|
148008
|
+
"kind": "NON_NULL",
|
|
148009
|
+
"name": null,
|
|
148010
|
+
"ofType": {
|
|
148011
|
+
"kind": "SCALAR",
|
|
148012
|
+
"name": "String",
|
|
148013
|
+
"ofType": null
|
|
148014
|
+
}
|
|
148015
|
+
}
|
|
148016
|
+
},
|
|
148017
|
+
{
|
|
148018
|
+
"args": [],
|
|
148019
|
+
"deprecationReason": null,
|
|
148020
|
+
"description": "Fivetran connector service (e.g., facebook_ads)",
|
|
148021
|
+
"isDeprecated": false,
|
|
148022
|
+
"name": "service",
|
|
148023
|
+
"type": {
|
|
148024
|
+
"kind": "NON_NULL",
|
|
148025
|
+
"name": null,
|
|
148026
|
+
"ofType": {
|
|
148027
|
+
"kind": "SCALAR",
|
|
148028
|
+
"name": "String",
|
|
148029
|
+
"ofType": null
|
|
148030
|
+
}
|
|
148031
|
+
}
|
|
148032
|
+
},
|
|
148033
|
+
{
|
|
148034
|
+
"args": [],
|
|
148035
|
+
"deprecationReason": null,
|
|
148036
|
+
"description": "Fivetran connector schema",
|
|
148037
|
+
"isDeprecated": false,
|
|
148038
|
+
"name": "connectorSchema",
|
|
148039
|
+
"type": {
|
|
148040
|
+
"kind": "SCALAR",
|
|
148041
|
+
"name": "String",
|
|
148042
|
+
"ofType": null
|
|
148043
|
+
}
|
|
148044
|
+
},
|
|
148045
|
+
{
|
|
148046
|
+
"args": [],
|
|
148047
|
+
"deprecationReason": null,
|
|
148048
|
+
"description": "UUID of the Monte Carlo ETL container resource",
|
|
148049
|
+
"isDeprecated": false,
|
|
148050
|
+
"name": "resourceId",
|
|
148051
|
+
"type": {
|
|
148052
|
+
"kind": "SCALAR",
|
|
148053
|
+
"name": "String",
|
|
148054
|
+
"ofType": null
|
|
148055
|
+
}
|
|
148056
|
+
},
|
|
148057
|
+
{
|
|
148058
|
+
"args": [],
|
|
148059
|
+
"deprecationReason": null,
|
|
148060
|
+
"description": "Name of the Fivetran ETL container",
|
|
148061
|
+
"isDeprecated": false,
|
|
148062
|
+
"name": "resourceName",
|
|
148063
|
+
"type": {
|
|
148064
|
+
"kind": "SCALAR",
|
|
148065
|
+
"name": "String",
|
|
148066
|
+
"ofType": null
|
|
148067
|
+
}
|
|
148068
|
+
},
|
|
148069
|
+
{
|
|
148070
|
+
"args": [],
|
|
148071
|
+
"deprecationReason": null,
|
|
148072
|
+
"description": "Current sync state of the connector",
|
|
148073
|
+
"isDeprecated": false,
|
|
148074
|
+
"name": "syncState",
|
|
148075
|
+
"type": {
|
|
148076
|
+
"kind": "SCALAR",
|
|
148077
|
+
"name": "String",
|
|
148078
|
+
"ofType": null
|
|
148079
|
+
}
|
|
148080
|
+
},
|
|
148081
|
+
{
|
|
148082
|
+
"args": [],
|
|
148083
|
+
"deprecationReason": null,
|
|
148084
|
+
"description": "Current setup state of the connector",
|
|
148085
|
+
"isDeprecated": false,
|
|
148086
|
+
"name": "setupState",
|
|
148087
|
+
"type": {
|
|
148088
|
+
"kind": "SCALAR",
|
|
148089
|
+
"name": "String",
|
|
148090
|
+
"ofType": null
|
|
148091
|
+
}
|
|
148092
|
+
},
|
|
148093
|
+
{
|
|
148094
|
+
"args": [],
|
|
148095
|
+
"deprecationReason": null,
|
|
148096
|
+
"description": "Current update state of the connector",
|
|
148097
|
+
"isDeprecated": false,
|
|
148098
|
+
"name": "updateState",
|
|
148099
|
+
"type": {
|
|
148100
|
+
"kind": "SCALAR",
|
|
148101
|
+
"name": "String",
|
|
148102
|
+
"ofType": null
|
|
148103
|
+
}
|
|
148104
|
+
},
|
|
148105
|
+
{
|
|
148106
|
+
"args": [],
|
|
148107
|
+
"deprecationReason": null,
|
|
148108
|
+
"description": "Fivetran connector display name",
|
|
148109
|
+
"isDeprecated": false,
|
|
148110
|
+
"name": "displayName",
|
|
148111
|
+
"type": {
|
|
148112
|
+
"kind": "SCALAR",
|
|
148113
|
+
"name": "String",
|
|
148114
|
+
"ofType": null
|
|
148115
|
+
}
|
|
148116
|
+
},
|
|
148117
|
+
{
|
|
148118
|
+
"args": [],
|
|
148119
|
+
"deprecationReason": null,
|
|
148120
|
+
"description": "Fivetran connector MCON",
|
|
148121
|
+
"isDeprecated": false,
|
|
148122
|
+
"name": "mcon",
|
|
148123
|
+
"type": {
|
|
148124
|
+
"kind": "SCALAR",
|
|
148125
|
+
"name": "String",
|
|
148126
|
+
"ofType": null
|
|
148127
|
+
}
|
|
148128
|
+
},
|
|
148129
|
+
{
|
|
148130
|
+
"args": [],
|
|
148131
|
+
"deprecationReason": null,
|
|
148132
|
+
"description": "Status of most recent connector sync",
|
|
148133
|
+
"isDeprecated": false,
|
|
148134
|
+
"name": "status",
|
|
148135
|
+
"type": {
|
|
148136
|
+
"kind": "SCALAR",
|
|
148137
|
+
"name": "String",
|
|
148138
|
+
"ofType": null
|
|
148139
|
+
}
|
|
148140
|
+
},
|
|
148141
|
+
{
|
|
148142
|
+
"args": [],
|
|
148143
|
+
"deprecationReason": null,
|
|
148144
|
+
"description": "Timestamp of the most recent successful sync",
|
|
148145
|
+
"isDeprecated": false,
|
|
148146
|
+
"name": "lastRunFinishedAt",
|
|
148147
|
+
"type": {
|
|
148148
|
+
"kind": "SCALAR",
|
|
148149
|
+
"name": "DateTime",
|
|
148150
|
+
"ofType": null
|
|
148151
|
+
}
|
|
148152
|
+
}
|
|
148153
|
+
],
|
|
148154
|
+
"inputFields": null,
|
|
148155
|
+
"interfaces": [],
|
|
148156
|
+
"kind": "OBJECT",
|
|
148157
|
+
"name": "LineageFivetranJobAttributes",
|
|
148158
|
+
"possibleTypes": null
|
|
148159
|
+
},
|
|
147074
148160
|
{
|
|
147075
148161
|
"description": null,
|
|
147076
148162
|
"enumValues": [
|
|
@@ -156994,6 +158080,43 @@
|
|
|
156994
158080
|
"description": null,
|
|
156995
158081
|
"enumValues": null,
|
|
156996
158082
|
"fields": [
|
|
158083
|
+
{
|
|
158084
|
+
"args": [
|
|
158085
|
+
{
|
|
158086
|
+
"defaultValue": null,
|
|
158087
|
+
"description": "New service name",
|
|
158088
|
+
"name": "name",
|
|
158089
|
+
"type": {
|
|
158090
|
+
"kind": "SCALAR",
|
|
158091
|
+
"name": "String",
|
|
158092
|
+
"ofType": null
|
|
158093
|
+
}
|
|
158094
|
+
},
|
|
158095
|
+
{
|
|
158096
|
+
"defaultValue": null,
|
|
158097
|
+
"description": "UUID of the platform service to update",
|
|
158098
|
+
"name": "serviceUuid",
|
|
158099
|
+
"type": {
|
|
158100
|
+
"kind": "NON_NULL",
|
|
158101
|
+
"name": null,
|
|
158102
|
+
"ofType": {
|
|
158103
|
+
"kind": "SCALAR",
|
|
158104
|
+
"name": "UUID",
|
|
158105
|
+
"ofType": null
|
|
158106
|
+
}
|
|
158107
|
+
}
|
|
158108
|
+
}
|
|
158109
|
+
],
|
|
158110
|
+
"deprecationReason": null,
|
|
158111
|
+
"description": "(general availability) Update platform service attributes.",
|
|
158112
|
+
"isDeprecated": false,
|
|
158113
|
+
"name": "updatePlatformService",
|
|
158114
|
+
"type": {
|
|
158115
|
+
"kind": "OBJECT",
|
|
158116
|
+
"name": "UpdatePlatformService",
|
|
158117
|
+
"ofType": null
|
|
158118
|
+
}
|
|
158119
|
+
},
|
|
156997
158120
|
{
|
|
156998
158121
|
"args": [
|
|
156999
158122
|
{
|
|
@@ -157787,6 +158910,16 @@
|
|
|
157787
158910
|
}
|
|
157788
158911
|
}
|
|
157789
158912
|
},
|
|
158913
|
+
{
|
|
158914
|
+
"defaultValue": "false",
|
|
158915
|
+
"description": "Make target a draft monitor.",
|
|
158916
|
+
"name": "isDraft",
|
|
158917
|
+
"type": {
|
|
158918
|
+
"kind": "SCALAR",
|
|
158919
|
+
"name": "Boolean",
|
|
158920
|
+
"ofType": null
|
|
158921
|
+
}
|
|
158922
|
+
},
|
|
157790
158923
|
{
|
|
157791
158924
|
"defaultValue": "\"\"",
|
|
157792
158925
|
"description": "Additional context for the monitor",
|
|
@@ -157928,6 +159061,53 @@
|
|
|
157928
159061
|
"ofType": null
|
|
157929
159062
|
}
|
|
157930
159063
|
},
|
|
159064
|
+
{
|
|
159065
|
+
"args": [
|
|
159066
|
+
{
|
|
159067
|
+
"defaultValue": null,
|
|
159068
|
+
"description": "MCON of the table for which monitoring was enabled",
|
|
159069
|
+
"name": "mcon",
|
|
159070
|
+
"type": {
|
|
159071
|
+
"kind": "NON_NULL",
|
|
159072
|
+
"name": null,
|
|
159073
|
+
"ofType": {
|
|
159074
|
+
"kind": "SCALAR",
|
|
159075
|
+
"name": "String",
|
|
159076
|
+
"ofType": null
|
|
159077
|
+
}
|
|
159078
|
+
}
|
|
159079
|
+
},
|
|
159080
|
+
{
|
|
159081
|
+
"defaultValue": null,
|
|
159082
|
+
"description": "UUID of the TableMonitor that enabled monitoring for this table. Provide either this or usageRuleId, but not both.",
|
|
159083
|
+
"name": "tableMonitorUuid",
|
|
159084
|
+
"type": {
|
|
159085
|
+
"kind": "SCALAR",
|
|
159086
|
+
"name": "UUID",
|
|
159087
|
+
"ofType": null
|
|
159088
|
+
}
|
|
159089
|
+
},
|
|
159090
|
+
{
|
|
159091
|
+
"defaultValue": null,
|
|
159092
|
+
"description": "ID of the MonitoredTableRule that enabled monitoring for this table. Provide either this or tableMonitorUuid, but not both.",
|
|
159093
|
+
"name": "usageRuleId",
|
|
159094
|
+
"type": {
|
|
159095
|
+
"kind": "SCALAR",
|
|
159096
|
+
"name": "Int",
|
|
159097
|
+
"ofType": null
|
|
159098
|
+
}
|
|
159099
|
+
}
|
|
159100
|
+
],
|
|
159101
|
+
"deprecationReason": null,
|
|
159102
|
+
"description": "(experimental) Record a single-table monitoring enablement event",
|
|
159103
|
+
"isDeprecated": false,
|
|
159104
|
+
"name": "createSingleTableMonitoringNotification",
|
|
159105
|
+
"type": {
|
|
159106
|
+
"kind": "OBJECT",
|
|
159107
|
+
"name": "CreateSingleTableMonitoringNotification",
|
|
159108
|
+
"ofType": null
|
|
159109
|
+
}
|
|
159110
|
+
},
|
|
157931
159111
|
{
|
|
157932
159112
|
"args": [
|
|
157933
159113
|
{
|
|
@@ -158525,6 +159705,16 @@
|
|
|
158525
159705
|
"ofType": null
|
|
158526
159706
|
}
|
|
158527
159707
|
},
|
|
159708
|
+
{
|
|
159709
|
+
"defaultValue": "false",
|
|
159710
|
+
"description": "Make target a draft monitor.",
|
|
159711
|
+
"name": "isDraft",
|
|
159712
|
+
"type": {
|
|
159713
|
+
"kind": "SCALAR",
|
|
159714
|
+
"name": "Boolean",
|
|
159715
|
+
"ofType": null
|
|
159716
|
+
}
|
|
159717
|
+
},
|
|
158528
159718
|
{
|
|
158529
159719
|
"defaultValue": null,
|
|
158530
159720
|
"description": "The monitor labels",
|
|
@@ -159091,6 +160281,16 @@
|
|
|
159091
160281
|
},
|
|
159092
160282
|
{
|
|
159093
160283
|
"args": [
|
|
160284
|
+
{
|
|
160285
|
+
"defaultValue": "true",
|
|
160286
|
+
"description": "If True, a data store is assigned to the service",
|
|
160287
|
+
"name": "assignDataStore",
|
|
160288
|
+
"type": {
|
|
160289
|
+
"kind": "SCALAR",
|
|
160290
|
+
"name": "Boolean",
|
|
160291
|
+
"ofType": null
|
|
160292
|
+
}
|
|
160293
|
+
},
|
|
159094
160294
|
{
|
|
159095
160295
|
"defaultValue": null,
|
|
159096
160296
|
"description": "Optional platform service to use as the source for settings (concurrency, memory and env vars). If not provided, default settings will be used. ",
|
|
@@ -170720,6 +171920,16 @@
|
|
|
170720
171920
|
}
|
|
170721
171921
|
}
|
|
170722
171922
|
},
|
|
171923
|
+
{
|
|
171924
|
+
"defaultValue": "false",
|
|
171925
|
+
"description": "Make target a draft monitor.",
|
|
171926
|
+
"name": "isDraft",
|
|
171927
|
+
"type": {
|
|
171928
|
+
"kind": "SCALAR",
|
|
171929
|
+
"name": "Boolean",
|
|
171930
|
+
"ofType": null
|
|
171931
|
+
}
|
|
171932
|
+
},
|
|
170723
171933
|
{
|
|
170724
171934
|
"defaultValue": "\"\"",
|
|
170725
171935
|
"description": "Additional context for the monitor",
|
|
@@ -171278,6 +172488,16 @@
|
|
|
171278
172488
|
}
|
|
171279
172489
|
}
|
|
171280
172490
|
},
|
|
172491
|
+
{
|
|
172492
|
+
"defaultValue": "false",
|
|
172493
|
+
"description": "Make target a draft monitor.",
|
|
172494
|
+
"name": "isDraft",
|
|
172495
|
+
"type": {
|
|
172496
|
+
"kind": "SCALAR",
|
|
172497
|
+
"name": "Boolean",
|
|
172498
|
+
"ofType": null
|
|
172499
|
+
}
|
|
172500
|
+
},
|
|
171281
172501
|
{
|
|
171282
172502
|
"defaultValue": null,
|
|
171283
172503
|
"description": "The monitor labels",
|
|
@@ -174048,6 +175268,16 @@
|
|
|
174048
175268
|
}
|
|
174049
175269
|
}
|
|
174050
175270
|
},
|
|
175271
|
+
{
|
|
175272
|
+
"defaultValue": "false",
|
|
175273
|
+
"description": "Make target a draft monitor.",
|
|
175274
|
+
"name": "isDraft",
|
|
175275
|
+
"type": {
|
|
175276
|
+
"kind": "SCALAR",
|
|
175277
|
+
"name": "Boolean",
|
|
175278
|
+
"ofType": null
|
|
175279
|
+
}
|
|
175280
|
+
},
|
|
174051
175281
|
{
|
|
174052
175282
|
"defaultValue": "\"\"",
|
|
174053
175283
|
"description": "Additional context for the monitor",
|
|
@@ -174369,6 +175599,16 @@
|
|
|
174369
175599
|
"ofType": null
|
|
174370
175600
|
}
|
|
174371
175601
|
},
|
|
175602
|
+
{
|
|
175603
|
+
"defaultValue": "false",
|
|
175604
|
+
"description": "Make target a draft monitor.",
|
|
175605
|
+
"name": "isDraft",
|
|
175606
|
+
"type": {
|
|
175607
|
+
"kind": "SCALAR",
|
|
175608
|
+
"name": "Boolean",
|
|
175609
|
+
"ofType": null
|
|
175610
|
+
}
|
|
175611
|
+
},
|
|
174372
175612
|
{
|
|
174373
175613
|
"defaultValue": "\"\"",
|
|
174374
175614
|
"description": "Additional context for the monitor",
|
|
@@ -174554,6 +175794,16 @@
|
|
|
174554
175794
|
}
|
|
174555
175795
|
}
|
|
174556
175796
|
},
|
|
175797
|
+
{
|
|
175798
|
+
"defaultValue": "\"HOUR\"",
|
|
175799
|
+
"description": "Aggregation time interval. When not using a hourly interval, the timecomponent of the event timestamp should be ignored.",
|
|
175800
|
+
"name": "aggregateBy",
|
|
175801
|
+
"type": {
|
|
175802
|
+
"kind": "ENUM",
|
|
175803
|
+
"name": "MonitorAggTimeInterval",
|
|
175804
|
+
"ofType": null
|
|
175805
|
+
}
|
|
175806
|
+
},
|
|
174557
175807
|
{
|
|
174558
175808
|
"defaultValue": null,
|
|
174559
175809
|
"description": "Alert conditions.",
|
|
@@ -174594,6 +175844,16 @@
|
|
|
174594
175844
|
}
|
|
174595
175845
|
}
|
|
174596
175846
|
},
|
|
175847
|
+
{
|
|
175848
|
+
"defaultValue": "0",
|
|
175849
|
+
"description": "Collection lag in hours (for the provided timestamp)",
|
|
175850
|
+
"name": "collectionLagHours",
|
|
175851
|
+
"type": {
|
|
175852
|
+
"kind": "SCALAR",
|
|
175853
|
+
"name": "Int",
|
|
175854
|
+
"ofType": null
|
|
175855
|
+
}
|
|
175856
|
+
},
|
|
174597
175857
|
{
|
|
174598
175858
|
"defaultValue": null,
|
|
174599
175859
|
"description": "Specify a connection (e.g. query-engine) to use",
|
|
@@ -175019,6 +176279,16 @@
|
|
|
175019
176279
|
}
|
|
175020
176280
|
}
|
|
175021
176281
|
},
|
|
176282
|
+
{
|
|
176283
|
+
"defaultValue": "false",
|
|
176284
|
+
"description": "Make target a draft monitor.",
|
|
176285
|
+
"name": "isDraft",
|
|
176286
|
+
"type": {
|
|
176287
|
+
"kind": "SCALAR",
|
|
176288
|
+
"name": "Boolean",
|
|
176289
|
+
"ofType": null
|
|
176290
|
+
}
|
|
176291
|
+
},
|
|
175022
176292
|
{
|
|
175023
176293
|
"defaultValue": "\"\"",
|
|
175024
176294
|
"description": "Additional context for the monitor",
|
|
@@ -184057,6 +185327,29 @@
|
|
|
184057
185327
|
"name": "Mutation",
|
|
184058
185328
|
"possibleTypes": null
|
|
184059
185329
|
},
|
|
185330
|
+
{
|
|
185331
|
+
"description": "Update platform service attributes.",
|
|
185332
|
+
"enumValues": null,
|
|
185333
|
+
"fields": [
|
|
185334
|
+
{
|
|
185335
|
+
"args": [],
|
|
185336
|
+
"deprecationReason": null,
|
|
185337
|
+
"description": "Boolean indicating if the operation was successful",
|
|
185338
|
+
"isDeprecated": false,
|
|
185339
|
+
"name": "ok",
|
|
185340
|
+
"type": {
|
|
185341
|
+
"kind": "SCALAR",
|
|
185342
|
+
"name": "Boolean",
|
|
185343
|
+
"ofType": null
|
|
185344
|
+
}
|
|
185345
|
+
}
|
|
185346
|
+
],
|
|
185347
|
+
"inputFields": null,
|
|
185348
|
+
"interfaces": [],
|
|
185349
|
+
"kind": "OBJECT",
|
|
185350
|
+
"name": "UpdatePlatformService",
|
|
185351
|
+
"possibleTypes": null
|
|
185352
|
+
},
|
|
184060
185353
|
{
|
|
184061
185354
|
"description": null,
|
|
184062
185355
|
"enumValues": null,
|
|
@@ -184667,6 +185960,33 @@
|
|
|
184667
185960
|
"name": "DeleteTableMonitor",
|
|
184668
185961
|
"possibleTypes": null
|
|
184669
185962
|
},
|
|
185963
|
+
{
|
|
185964
|
+
"description": "Record that monitoring was enabled for a single table.\n\nMust provide the table mcon and exactly one of\na usage rule ID or a table monitor UUID.",
|
|
185965
|
+
"enumValues": null,
|
|
185966
|
+
"fields": [
|
|
185967
|
+
{
|
|
185968
|
+
"args": [],
|
|
185969
|
+
"deprecationReason": null,
|
|
185970
|
+
"description": "True if the event was recorded",
|
|
185971
|
+
"isDeprecated": false,
|
|
185972
|
+
"name": "success",
|
|
185973
|
+
"type": {
|
|
185974
|
+
"kind": "NON_NULL",
|
|
185975
|
+
"name": null,
|
|
185976
|
+
"ofType": {
|
|
185977
|
+
"kind": "SCALAR",
|
|
185978
|
+
"name": "Boolean",
|
|
185979
|
+
"ofType": null
|
|
185980
|
+
}
|
|
185981
|
+
}
|
|
185982
|
+
}
|
|
185983
|
+
],
|
|
185984
|
+
"inputFields": null,
|
|
185985
|
+
"interfaces": [],
|
|
185986
|
+
"kind": "OBJECT",
|
|
185987
|
+
"name": "CreateSingleTableMonitoringNotification",
|
|
185988
|
+
"possibleTypes": null
|
|
185989
|
+
},
|
|
184670
185990
|
{
|
|
184671
185991
|
"description": null,
|
|
184672
185992
|
"enumValues": null,
|
|
@@ -188214,6 +189534,12 @@
|
|
|
188214
189534
|
"description": null,
|
|
188215
189535
|
"isDeprecated": false,
|
|
188216
189536
|
"name": "SNOWFLAKE_INTERNAL_STAGE"
|
|
189537
|
+
},
|
|
189538
|
+
{
|
|
189539
|
+
"deprecationReason": null,
|
|
189540
|
+
"description": null,
|
|
189541
|
+
"isDeprecated": false,
|
|
189542
|
+
"name": "S3_COMPATIBLE"
|
|
188217
189543
|
}
|
|
188218
189544
|
],
|
|
188219
189545
|
"fields": null,
|
|
@@ -204706,6 +206032,46 @@
|
|
|
204706
206032
|
"ofType": null
|
|
204707
206033
|
}
|
|
204708
206034
|
},
|
|
206035
|
+
{
|
|
206036
|
+
"defaultValue": null,
|
|
206037
|
+
"description": "Name of GCP Secret Manager secret containing credentials. Required when self_hosted_credentials_type is 'gcp_secrets_manager'.",
|
|
206038
|
+
"name": "gcpSecret",
|
|
206039
|
+
"type": {
|
|
206040
|
+
"kind": "SCALAR",
|
|
206041
|
+
"name": "String",
|
|
206042
|
+
"ofType": null
|
|
206043
|
+
}
|
|
206044
|
+
},
|
|
206045
|
+
{
|
|
206046
|
+
"defaultValue": null,
|
|
206047
|
+
"description": "Name of Azure Key Vault containing credentials. Required when self_hosted_credentials_type is 'azure_key_vault' and 'akv_vault_url' is not provided.",
|
|
206048
|
+
"name": "akvVaultName",
|
|
206049
|
+
"type": {
|
|
206050
|
+
"kind": "SCALAR",
|
|
206051
|
+
"name": "String",
|
|
206052
|
+
"ofType": null
|
|
206053
|
+
}
|
|
206054
|
+
},
|
|
206055
|
+
{
|
|
206056
|
+
"defaultValue": null,
|
|
206057
|
+
"description": "URL of Azure Key Vault containing credentials. Required when self_hosted_credentials_type is 'azure_key_vault' and 'akv_vault_name' is not provided.",
|
|
206058
|
+
"name": "akvVaultUrl",
|
|
206059
|
+
"type": {
|
|
206060
|
+
"kind": "SCALAR",
|
|
206061
|
+
"name": "String",
|
|
206062
|
+
"ofType": null
|
|
206063
|
+
}
|
|
206064
|
+
},
|
|
206065
|
+
{
|
|
206066
|
+
"defaultValue": null,
|
|
206067
|
+
"description": "Name of Azure Key Vault secret containing credentials. Required when self_hosted_credentials_type is 'azure_key_vault'.",
|
|
206068
|
+
"name": "akvSecret",
|
|
206069
|
+
"type": {
|
|
206070
|
+
"kind": "SCALAR",
|
|
206071
|
+
"name": "String",
|
|
206072
|
+
"ofType": null
|
|
206073
|
+
}
|
|
206074
|
+
},
|
|
204709
206075
|
{
|
|
204710
206076
|
"defaultValue": null,
|
|
204711
206077
|
"description": "Optional AWS region to access ASM secret or KMS key",
|
|
@@ -204756,6 +206122,18 @@
|
|
|
204756
206122
|
"description": null,
|
|
204757
206123
|
"isDeprecated": false,
|
|
204758
206124
|
"name": "AWS_SECRETS_MANAGER"
|
|
206125
|
+
},
|
|
206126
|
+
{
|
|
206127
|
+
"deprecationReason": null,
|
|
206128
|
+
"description": null,
|
|
206129
|
+
"isDeprecated": false,
|
|
206130
|
+
"name": "GCP_SECRET_MANAGER"
|
|
206131
|
+
},
|
|
206132
|
+
{
|
|
206133
|
+
"deprecationReason": null,
|
|
206134
|
+
"description": null,
|
|
206135
|
+
"isDeprecated": false,
|
|
206136
|
+
"name": "AZURE_KEY_VAULT"
|
|
204759
206137
|
}
|
|
204760
206138
|
],
|
|
204761
206139
|
"fields": null,
|