pycarlo 0.12.5__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 +1297 -29
- pycarlo/lib/schema.py +484 -28
- {pycarlo-0.12.5.dist-info → pycarlo-0.12.30.dist-info}/METADATA +1 -1
- {pycarlo-0.12.5.dist-info → pycarlo-0.12.30.dist-info}/RECORD +7 -7
- {pycarlo-0.12.5.dist-info → pycarlo-0.12.30.dist-info}/LICENSE +0 -0
- {pycarlo-0.12.5.dist-info → pycarlo-0.12.30.dist-info}/WHEEL +0 -0
- {pycarlo-0.12.5.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,
|
|
@@ -50915,6 +51063,38 @@
|
|
|
50915
51063
|
"ofType": null
|
|
50916
51064
|
}
|
|
50917
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
|
+
},
|
|
50918
51098
|
{
|
|
50919
51099
|
"args": [],
|
|
50920
51100
|
"deprecationReason": null,
|
|
@@ -61383,7 +61563,7 @@
|
|
|
61383
61563
|
{
|
|
61384
61564
|
"args": [],
|
|
61385
61565
|
"deprecationReason": null,
|
|
61386
|
-
"description": "",
|
|
61566
|
+
"description": "Deprecated - use 'reason' field instead. Whether the event is considered a false positive.",
|
|
61387
61567
|
"isDeprecated": false,
|
|
61388
61568
|
"name": "isFalsePositive",
|
|
61389
61569
|
"type": {
|
|
@@ -61399,25 +61579,17 @@
|
|
|
61399
61579
|
{
|
|
61400
61580
|
"args": [],
|
|
61401
61581
|
"deprecationReason": null,
|
|
61402
|
-
"description": "",
|
|
61403
|
-
"isDeprecated": false,
|
|
61404
|
-
"name": "isReintroduced",
|
|
61405
|
-
"type": {
|
|
61406
|
-
"kind": "SCALAR",
|
|
61407
|
-
"name": "Boolean",
|
|
61408
|
-
"ofType": null
|
|
61409
|
-
}
|
|
61410
|
-
},
|
|
61411
|
-
{
|
|
61412
|
-
"args": [],
|
|
61413
|
-
"deprecationReason": null,
|
|
61414
|
-
"description": "",
|
|
61582
|
+
"description": "Reason for the feedback.",
|
|
61415
61583
|
"isDeprecated": false,
|
|
61416
61584
|
"name": "reason",
|
|
61417
61585
|
"type": {
|
|
61418
|
-
"kind": "
|
|
61419
|
-
"name":
|
|
61420
|
-
"ofType":
|
|
61586
|
+
"kind": "NON_NULL",
|
|
61587
|
+
"name": null,
|
|
61588
|
+
"ofType": {
|
|
61589
|
+
"kind": "ENUM",
|
|
61590
|
+
"name": "FeedbackReason",
|
|
61591
|
+
"ofType": null
|
|
61592
|
+
}
|
|
61421
61593
|
}
|
|
61422
61594
|
},
|
|
61423
61595
|
{
|
|
@@ -61486,19 +61658,19 @@
|
|
|
61486
61658
|
"enumValues": [
|
|
61487
61659
|
{
|
|
61488
61660
|
"deprecationReason": null,
|
|
61489
|
-
"description":
|
|
61661
|
+
"description": null,
|
|
61490
61662
|
"isDeprecated": false,
|
|
61491
61663
|
"name": "DETECTOR_MARKED_AS_NORMAL"
|
|
61492
61664
|
},
|
|
61493
61665
|
{
|
|
61494
61666
|
"deprecationReason": null,
|
|
61495
|
-
"description":
|
|
61667
|
+
"description": null,
|
|
61496
61668
|
"isDeprecated": false,
|
|
61497
61669
|
"name": "USER_MARKED_AS_NORMAL"
|
|
61498
61670
|
},
|
|
61499
61671
|
{
|
|
61500
61672
|
"deprecationReason": null,
|
|
61501
|
-
"description":
|
|
61673
|
+
"description": null,
|
|
61502
61674
|
"isDeprecated": false,
|
|
61503
61675
|
"name": "USER_UNMARKED_AS_NORMAL"
|
|
61504
61676
|
}
|
|
@@ -61507,7 +61679,7 @@
|
|
|
61507
61679
|
"inputFields": null,
|
|
61508
61680
|
"interfaces": null,
|
|
61509
61681
|
"kind": "ENUM",
|
|
61510
|
-
"name": "
|
|
61682
|
+
"name": "FeedbackReason",
|
|
61511
61683
|
"possibleTypes": null
|
|
61512
61684
|
},
|
|
61513
61685
|
{
|
|
@@ -72299,6 +72471,12 @@
|
|
|
72299
72471
|
"description": "Snowflake Internal Stage",
|
|
72300
72472
|
"isDeprecated": false,
|
|
72301
72473
|
"name": "SNOWFLAKE_INTERNAL_STAGE"
|
|
72474
|
+
},
|
|
72475
|
+
{
|
|
72476
|
+
"deprecationReason": null,
|
|
72477
|
+
"description": "S3 Compatible Storage",
|
|
72478
|
+
"isDeprecated": false,
|
|
72479
|
+
"name": "S3_COMPATIBLE"
|
|
72302
72480
|
}
|
|
72303
72481
|
],
|
|
72304
72482
|
"fields": null,
|
|
@@ -75257,6 +75435,20 @@
|
|
|
75257
75435
|
}
|
|
75258
75436
|
}
|
|
75259
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
|
+
},
|
|
75260
75452
|
{
|
|
75261
75453
|
"defaultValue": null,
|
|
75262
75454
|
"description": "Domain uuid to filter by",
|
|
@@ -76001,6 +76193,22 @@
|
|
|
76001
76193
|
}
|
|
76002
76194
|
}
|
|
76003
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
|
+
},
|
|
76004
76212
|
{
|
|
76005
76213
|
"args": [],
|
|
76006
76214
|
"deprecationReason": null,
|
|
@@ -77370,6 +77578,22 @@
|
|
|
77370
77578
|
}
|
|
77371
77579
|
}
|
|
77372
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
|
+
},
|
|
77373
77597
|
{
|
|
77374
77598
|
"args": [],
|
|
77375
77599
|
"deprecationReason": null,
|
|
@@ -80131,6 +80355,12 @@
|
|
|
80131
80355
|
"description": null,
|
|
80132
80356
|
"isDeprecated": false,
|
|
80133
80357
|
"name": "NO_STATUS"
|
|
80358
|
+
},
|
|
80359
|
+
{
|
|
80360
|
+
"deprecationReason": null,
|
|
80361
|
+
"description": null,
|
|
80362
|
+
"isDeprecated": false,
|
|
80363
|
+
"name": "DRAFT"
|
|
80134
80364
|
}
|
|
80135
80365
|
],
|
|
80136
80366
|
"fields": null,
|
|
@@ -80243,6 +80473,12 @@
|
|
|
80243
80473
|
"isDeprecated": false,
|
|
80244
80474
|
"name": "NO_STATUS"
|
|
80245
80475
|
},
|
|
80476
|
+
{
|
|
80477
|
+
"deprecationReason": null,
|
|
80478
|
+
"description": null,
|
|
80479
|
+
"isDeprecated": false,
|
|
80480
|
+
"name": "DRAFT"
|
|
80481
|
+
},
|
|
80246
80482
|
{
|
|
80247
80483
|
"deprecationReason": null,
|
|
80248
80484
|
"description": null,
|
|
@@ -80307,6 +80543,12 @@
|
|
|
80307
80543
|
"description": null,
|
|
80308
80544
|
"isDeprecated": false,
|
|
80309
80545
|
"name": "INSUFFICIENT_DATA"
|
|
80546
|
+
},
|
|
80547
|
+
{
|
|
80548
|
+
"deprecationReason": null,
|
|
80549
|
+
"description": null,
|
|
80550
|
+
"isDeprecated": false,
|
|
80551
|
+
"name": "DRAFT"
|
|
80310
80552
|
}
|
|
80311
80553
|
],
|
|
80312
80554
|
"fields": null,
|
|
@@ -82201,6 +82443,22 @@
|
|
|
82201
82443
|
}
|
|
82202
82444
|
}
|
|
82203
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
|
+
},
|
|
82204
82462
|
{
|
|
82205
82463
|
"args": [],
|
|
82206
82464
|
"deprecationReason": null,
|
|
@@ -86814,6 +87072,12 @@
|
|
|
86814
87072
|
"isDeprecated": false,
|
|
86815
87073
|
"name": "MonitorsAggregates"
|
|
86816
87074
|
},
|
|
87075
|
+
{
|
|
87076
|
+
"deprecationReason": null,
|
|
87077
|
+
"description": null,
|
|
87078
|
+
"isDeprecated": false,
|
|
87079
|
+
"name": "MonitorsDraft"
|
|
87080
|
+
},
|
|
86817
87081
|
{
|
|
86818
87082
|
"deprecationReason": null,
|
|
86819
87083
|
"description": null,
|
|
@@ -90130,17 +90394,13 @@
|
|
|
90130
90394
|
{
|
|
90131
90395
|
"args": [],
|
|
90132
90396
|
"deprecationReason": null,
|
|
90133
|
-
"description": "
|
|
90397
|
+
"description": "True if rule is a draft",
|
|
90134
90398
|
"isDeprecated": false,
|
|
90135
90399
|
"name": "isDraft",
|
|
90136
90400
|
"type": {
|
|
90137
|
-
"kind": "
|
|
90138
|
-
"name":
|
|
90139
|
-
"ofType":
|
|
90140
|
-
"kind": "SCALAR",
|
|
90141
|
-
"name": "Boolean",
|
|
90142
|
-
"ofType": null
|
|
90143
|
-
}
|
|
90401
|
+
"kind": "SCALAR",
|
|
90402
|
+
"name": "Boolean",
|
|
90403
|
+
"ofType": null
|
|
90144
90404
|
}
|
|
90145
90405
|
},
|
|
90146
90406
|
{
|
|
@@ -93692,6 +93952,18 @@
|
|
|
93692
93952
|
"name": "String",
|
|
93693
93953
|
"ofType": null
|
|
93694
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
|
+
}
|
|
93695
93967
|
}
|
|
93696
93968
|
],
|
|
93697
93969
|
"inputFields": null,
|
|
@@ -94568,6 +94840,18 @@
|
|
|
94568
94840
|
"name": "Boolean",
|
|
94569
94841
|
"ofType": null
|
|
94570
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
|
+
}
|
|
94571
94855
|
}
|
|
94572
94856
|
],
|
|
94573
94857
|
"inputFields": null,
|
|
@@ -96341,6 +96625,18 @@
|
|
|
96341
96625
|
"name": "PlatformServiceSupportStatus",
|
|
96342
96626
|
"ofType": null
|
|
96343
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
|
+
}
|
|
96344
96640
|
}
|
|
96345
96641
|
],
|
|
96346
96642
|
"inputFields": null,
|
|
@@ -109383,6 +109679,18 @@
|
|
|
109383
109679
|
"ofType": null
|
|
109384
109680
|
}
|
|
109385
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
|
+
},
|
|
109386
109694
|
{
|
|
109387
109695
|
"args": [],
|
|
109388
109696
|
"deprecationReason": null,
|
|
@@ -109407,6 +109715,190 @@
|
|
|
109407
109715
|
}
|
|
109408
109716
|
}
|
|
109409
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
|
+
},
|
|
109410
109902
|
{
|
|
109411
109903
|
"args": [],
|
|
109412
109904
|
"deprecationReason": null,
|
|
@@ -109789,6 +110281,70 @@
|
|
|
109789
110281
|
"name": "String",
|
|
109790
110282
|
"ofType": null
|
|
109791
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
|
+
}
|
|
109792
110348
|
}
|
|
109793
110349
|
],
|
|
109794
110350
|
"inputFields": null,
|
|
@@ -110298,6 +110854,89 @@
|
|
|
110298
110854
|
"name": "MonitoringRuleData",
|
|
110299
110855
|
"possibleTypes": null
|
|
110300
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
|
+
},
|
|
110301
110940
|
{
|
|
110302
110941
|
"description": null,
|
|
110303
110942
|
"enumValues": null,
|
|
@@ -110534,6 +111173,30 @@
|
|
|
110534
111173
|
"ofType": null
|
|
110535
111174
|
}
|
|
110536
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
|
+
}
|
|
110537
111200
|
}
|
|
110538
111201
|
],
|
|
110539
111202
|
"inputFields": null,
|
|
@@ -110653,6 +111316,22 @@
|
|
|
110653
111316
|
}
|
|
110654
111317
|
}
|
|
110655
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
|
+
},
|
|
110656
111335
|
{
|
|
110657
111336
|
"args": [],
|
|
110658
111337
|
"deprecationReason": null,
|
|
@@ -110676,6 +111355,110 @@
|
|
|
110676
111355
|
}
|
|
110677
111356
|
}
|
|
110678
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
|
+
}
|
|
110679
111462
|
}
|
|
110680
111463
|
],
|
|
110681
111464
|
"inputFields": null,
|
|
@@ -110684,6 +111467,65 @@
|
|
|
110684
111467
|
"name": "AudienceRoutingStats",
|
|
110685
111468
|
"possibleTypes": null
|
|
110686
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
|
+
},
|
|
110687
111529
|
{
|
|
110688
111530
|
"description": null,
|
|
110689
111531
|
"enumValues": null,
|
|
@@ -127749,6 +128591,22 @@
|
|
|
127749
128591
|
}
|
|
127750
128592
|
}
|
|
127751
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
|
+
},
|
|
127752
128610
|
{
|
|
127753
128611
|
"args": [],
|
|
127754
128612
|
"deprecationReason": null,
|
|
@@ -128380,6 +129238,12 @@
|
|
|
128380
129238
|
"description": "INSUFFICIENT_DATA",
|
|
128381
129239
|
"isDeprecated": false,
|
|
128382
129240
|
"name": "INSUFFICIENT_DATA"
|
|
129241
|
+
},
|
|
129242
|
+
{
|
|
129243
|
+
"deprecationReason": null,
|
|
129244
|
+
"description": "DRAFT",
|
|
129245
|
+
"isDeprecated": false,
|
|
129246
|
+
"name": "DRAFT"
|
|
128383
129247
|
}
|
|
128384
129248
|
],
|
|
128385
129249
|
"fields": null,
|
|
@@ -142238,6 +143102,18 @@
|
|
|
142238
143102
|
"ofType": null
|
|
142239
143103
|
}
|
|
142240
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
|
+
},
|
|
142241
143117
|
{
|
|
142242
143118
|
"args": [],
|
|
142243
143119
|
"deprecationReason": null,
|
|
@@ -146410,6 +147286,12 @@
|
|
|
146410
147286
|
"description": null,
|
|
146411
147287
|
"isDeprecated": false,
|
|
146412
147288
|
"name": "AZURE_DATA_FACTORY"
|
|
147289
|
+
},
|
|
147290
|
+
{
|
|
147291
|
+
"deprecationReason": null,
|
|
147292
|
+
"description": null,
|
|
147293
|
+
"isDeprecated": false,
|
|
147294
|
+
"name": "FIVETRAN"
|
|
146413
147295
|
}
|
|
146414
147296
|
],
|
|
146415
147297
|
"fields": null,
|
|
@@ -146462,6 +147344,11 @@
|
|
|
146462
147344
|
"kind": "OBJECT",
|
|
146463
147345
|
"name": "LineageAzureDataFactoryJobAttributes",
|
|
146464
147346
|
"ofType": null
|
|
147347
|
+
},
|
|
147348
|
+
{
|
|
147349
|
+
"kind": "OBJECT",
|
|
147350
|
+
"name": "LineageFivetranJobAttributes",
|
|
147351
|
+
"ofType": null
|
|
146465
147352
|
}
|
|
146466
147353
|
]
|
|
146467
147354
|
},
|
|
@@ -147107,6 +147994,169 @@
|
|
|
147107
147994
|
"name": "LineageAzureDataFactoryJobAttributes",
|
|
147108
147995
|
"possibleTypes": null
|
|
147109
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
|
+
},
|
|
147110
148160
|
{
|
|
147111
148161
|
"description": null,
|
|
147112
148162
|
"enumValues": [
|
|
@@ -157030,6 +158080,43 @@
|
|
|
157030
158080
|
"description": null,
|
|
157031
158081
|
"enumValues": null,
|
|
157032
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
|
+
},
|
|
157033
158120
|
{
|
|
157034
158121
|
"args": [
|
|
157035
158122
|
{
|
|
@@ -157823,6 +158910,16 @@
|
|
|
157823
158910
|
}
|
|
157824
158911
|
}
|
|
157825
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
|
+
},
|
|
157826
158923
|
{
|
|
157827
158924
|
"defaultValue": "\"\"",
|
|
157828
158925
|
"description": "Additional context for the monitor",
|
|
@@ -158608,6 +159705,16 @@
|
|
|
158608
159705
|
"ofType": null
|
|
158609
159706
|
}
|
|
158610
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
|
+
},
|
|
158611
159718
|
{
|
|
158612
159719
|
"defaultValue": null,
|
|
158613
159720
|
"description": "The monitor labels",
|
|
@@ -159174,6 +160281,16 @@
|
|
|
159174
160281
|
},
|
|
159175
160282
|
{
|
|
159176
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
|
+
},
|
|
159177
160294
|
{
|
|
159178
160295
|
"defaultValue": null,
|
|
159179
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. ",
|
|
@@ -170803,6 +171920,16 @@
|
|
|
170803
171920
|
}
|
|
170804
171921
|
}
|
|
170805
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
|
+
},
|
|
170806
171933
|
{
|
|
170807
171934
|
"defaultValue": "\"\"",
|
|
170808
171935
|
"description": "Additional context for the monitor",
|
|
@@ -171361,6 +172488,16 @@
|
|
|
171361
172488
|
}
|
|
171362
172489
|
}
|
|
171363
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
|
+
},
|
|
171364
172501
|
{
|
|
171365
172502
|
"defaultValue": null,
|
|
171366
172503
|
"description": "The monitor labels",
|
|
@@ -174131,6 +175268,16 @@
|
|
|
174131
175268
|
}
|
|
174132
175269
|
}
|
|
174133
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
|
+
},
|
|
174134
175281
|
{
|
|
174135
175282
|
"defaultValue": "\"\"",
|
|
174136
175283
|
"description": "Additional context for the monitor",
|
|
@@ -174452,6 +175599,16 @@
|
|
|
174452
175599
|
"ofType": null
|
|
174453
175600
|
}
|
|
174454
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
|
+
},
|
|
174455
175612
|
{
|
|
174456
175613
|
"defaultValue": "\"\"",
|
|
174457
175614
|
"description": "Additional context for the monitor",
|
|
@@ -174637,6 +175794,16 @@
|
|
|
174637
175794
|
}
|
|
174638
175795
|
}
|
|
174639
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
|
+
},
|
|
174640
175807
|
{
|
|
174641
175808
|
"defaultValue": null,
|
|
174642
175809
|
"description": "Alert conditions.",
|
|
@@ -174677,6 +175844,16 @@
|
|
|
174677
175844
|
}
|
|
174678
175845
|
}
|
|
174679
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
|
+
},
|
|
174680
175857
|
{
|
|
174681
175858
|
"defaultValue": null,
|
|
174682
175859
|
"description": "Specify a connection (e.g. query-engine) to use",
|
|
@@ -175102,6 +176279,16 @@
|
|
|
175102
176279
|
}
|
|
175103
176280
|
}
|
|
175104
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
|
+
},
|
|
175105
176292
|
{
|
|
175106
176293
|
"defaultValue": "\"\"",
|
|
175107
176294
|
"description": "Additional context for the monitor",
|
|
@@ -184140,6 +185327,29 @@
|
|
|
184140
185327
|
"name": "Mutation",
|
|
184141
185328
|
"possibleTypes": null
|
|
184142
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
|
+
},
|
|
184143
185353
|
{
|
|
184144
185354
|
"description": null,
|
|
184145
185355
|
"enumValues": null,
|
|
@@ -188324,6 +189534,12 @@
|
|
|
188324
189534
|
"description": null,
|
|
188325
189535
|
"isDeprecated": false,
|
|
188326
189536
|
"name": "SNOWFLAKE_INTERNAL_STAGE"
|
|
189537
|
+
},
|
|
189538
|
+
{
|
|
189539
|
+
"deprecationReason": null,
|
|
189540
|
+
"description": null,
|
|
189541
|
+
"isDeprecated": false,
|
|
189542
|
+
"name": "S3_COMPATIBLE"
|
|
188327
189543
|
}
|
|
188328
189544
|
],
|
|
188329
189545
|
"fields": null,
|
|
@@ -204816,6 +206032,46 @@
|
|
|
204816
206032
|
"ofType": null
|
|
204817
206033
|
}
|
|
204818
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
|
+
},
|
|
204819
206075
|
{
|
|
204820
206076
|
"defaultValue": null,
|
|
204821
206077
|
"description": "Optional AWS region to access ASM secret or KMS key",
|
|
@@ -204866,6 +206122,18 @@
|
|
|
204866
206122
|
"description": null,
|
|
204867
206123
|
"isDeprecated": false,
|
|
204868
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"
|
|
204869
206137
|
}
|
|
204870
206138
|
],
|
|
204871
206139
|
"fields": null,
|