pycarlo 0.11.15__py3-none-any.whl → 0.12.2__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/features/metadata/metadata_filters_container.py +13 -9
- pycarlo/lib/README.md +34 -2
- pycarlo/lib/schema.json +2186 -28
- pycarlo/lib/schema.py +1161 -264
- pycarlo/lib/types.py +68 -0
- {pycarlo-0.11.15.dist-info → pycarlo-0.12.2.dist-info}/METADATA +52 -35
- {pycarlo-0.11.15.dist-info → pycarlo-0.12.2.dist-info}/RECORD +10 -9
- {pycarlo-0.11.15.dist-info → pycarlo-0.12.2.dist-info}/WHEEL +1 -1
- {pycarlo-0.11.15.dist-info → pycarlo-0.12.2.dist-info}/LICENSE +0 -0
- {pycarlo-0.11.15.dist-info → pycarlo-0.12.2.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -108,6 +108,57 @@
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
|
+
{
|
|
112
|
+
"args": [],
|
|
113
|
+
"deprecationReason": null,
|
|
114
|
+
"description": "(experimental) Get metadata about filters that can be applied when requesting traces",
|
|
115
|
+
"isDeprecated": false,
|
|
116
|
+
"name": "getTracesFilters",
|
|
117
|
+
"type": {
|
|
118
|
+
"kind": "LIST",
|
|
119
|
+
"name": null,
|
|
120
|
+
"ofType": {
|
|
121
|
+
"kind": "OBJECT",
|
|
122
|
+
"name": "TraceFilter",
|
|
123
|
+
"ofType": null
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"args": [
|
|
129
|
+
{
|
|
130
|
+
"defaultValue": null,
|
|
131
|
+
"description": null,
|
|
132
|
+
"name": "filtersRequest",
|
|
133
|
+
"type": {
|
|
134
|
+
"kind": "NON_NULL",
|
|
135
|
+
"name": null,
|
|
136
|
+
"ofType": {
|
|
137
|
+
"kind": "LIST",
|
|
138
|
+
"name": null,
|
|
139
|
+
"ofType": {
|
|
140
|
+
"kind": "INPUT_OBJECT",
|
|
141
|
+
"name": "TraceFilterDataRequest",
|
|
142
|
+
"ofType": null
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
],
|
|
148
|
+
"deprecationReason": null,
|
|
149
|
+
"description": "(experimental) Get filter values with counts for trace filters (for faceted search UI)",
|
|
150
|
+
"isDeprecated": false,
|
|
151
|
+
"name": "getTracesFiltersData",
|
|
152
|
+
"type": {
|
|
153
|
+
"kind": "LIST",
|
|
154
|
+
"name": null,
|
|
155
|
+
"ofType": {
|
|
156
|
+
"kind": "OBJECT",
|
|
157
|
+
"name": "TraceFilterData",
|
|
158
|
+
"ofType": null
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
111
162
|
{
|
|
112
163
|
"args": [
|
|
113
164
|
{
|
|
@@ -5382,6 +5433,194 @@
|
|
|
5382
5433
|
"ofType": null
|
|
5383
5434
|
}
|
|
5384
5435
|
},
|
|
5436
|
+
{
|
|
5437
|
+
"args": [
|
|
5438
|
+
{
|
|
5439
|
+
"defaultValue": null,
|
|
5440
|
+
"description": "Slack team/workspace ID",
|
|
5441
|
+
"name": "teamId",
|
|
5442
|
+
"type": {
|
|
5443
|
+
"kind": "NON_NULL",
|
|
5444
|
+
"name": null,
|
|
5445
|
+
"ofType": {
|
|
5446
|
+
"kind": "SCALAR",
|
|
5447
|
+
"name": "String",
|
|
5448
|
+
"ofType": null
|
|
5449
|
+
}
|
|
5450
|
+
}
|
|
5451
|
+
},
|
|
5452
|
+
{
|
|
5453
|
+
"defaultValue": null,
|
|
5454
|
+
"description": "List of Slack user IDs to fetch",
|
|
5455
|
+
"name": "userIds",
|
|
5456
|
+
"type": {
|
|
5457
|
+
"kind": "NON_NULL",
|
|
5458
|
+
"name": null,
|
|
5459
|
+
"ofType": {
|
|
5460
|
+
"kind": "LIST",
|
|
5461
|
+
"name": null,
|
|
5462
|
+
"ofType": {
|
|
5463
|
+
"kind": "NON_NULL",
|
|
5464
|
+
"name": null,
|
|
5465
|
+
"ofType": {
|
|
5466
|
+
"kind": "SCALAR",
|
|
5467
|
+
"name": "String",
|
|
5468
|
+
"ofType": null
|
|
5469
|
+
}
|
|
5470
|
+
}
|
|
5471
|
+
}
|
|
5472
|
+
}
|
|
5473
|
+
}
|
|
5474
|
+
],
|
|
5475
|
+
"deprecationReason": null,
|
|
5476
|
+
"description": "(experimental) Bulk fetch Slack users by IDs",
|
|
5477
|
+
"isDeprecated": false,
|
|
5478
|
+
"name": "getSlackUsers",
|
|
5479
|
+
"type": {
|
|
5480
|
+
"kind": "LIST",
|
|
5481
|
+
"name": null,
|
|
5482
|
+
"ofType": {
|
|
5483
|
+
"kind": "NON_NULL",
|
|
5484
|
+
"name": null,
|
|
5485
|
+
"ofType": {
|
|
5486
|
+
"kind": "OBJECT",
|
|
5487
|
+
"name": "SlackUserOutput",
|
|
5488
|
+
"ofType": null
|
|
5489
|
+
}
|
|
5490
|
+
}
|
|
5491
|
+
}
|
|
5492
|
+
},
|
|
5493
|
+
{
|
|
5494
|
+
"args": [
|
|
5495
|
+
{
|
|
5496
|
+
"defaultValue": null,
|
|
5497
|
+
"description": "Slack team/workspace ID",
|
|
5498
|
+
"name": "teamId",
|
|
5499
|
+
"type": {
|
|
5500
|
+
"kind": "NON_NULL",
|
|
5501
|
+
"name": null,
|
|
5502
|
+
"ofType": {
|
|
5503
|
+
"kind": "SCALAR",
|
|
5504
|
+
"name": "String",
|
|
5505
|
+
"ofType": null
|
|
5506
|
+
}
|
|
5507
|
+
}
|
|
5508
|
+
},
|
|
5509
|
+
{
|
|
5510
|
+
"defaultValue": null,
|
|
5511
|
+
"description": "List of Slack user group IDs to fetch",
|
|
5512
|
+
"name": "usergroupIds",
|
|
5513
|
+
"type": {
|
|
5514
|
+
"kind": "NON_NULL",
|
|
5515
|
+
"name": null,
|
|
5516
|
+
"ofType": {
|
|
5517
|
+
"kind": "LIST",
|
|
5518
|
+
"name": null,
|
|
5519
|
+
"ofType": {
|
|
5520
|
+
"kind": "NON_NULL",
|
|
5521
|
+
"name": null,
|
|
5522
|
+
"ofType": {
|
|
5523
|
+
"kind": "SCALAR",
|
|
5524
|
+
"name": "String",
|
|
5525
|
+
"ofType": null
|
|
5526
|
+
}
|
|
5527
|
+
}
|
|
5528
|
+
}
|
|
5529
|
+
}
|
|
5530
|
+
}
|
|
5531
|
+
],
|
|
5532
|
+
"deprecationReason": null,
|
|
5533
|
+
"description": "(experimental) Bulk fetch Slack user groups by IDs",
|
|
5534
|
+
"isDeprecated": false,
|
|
5535
|
+
"name": "getSlackUserGroups",
|
|
5536
|
+
"type": {
|
|
5537
|
+
"kind": "LIST",
|
|
5538
|
+
"name": null,
|
|
5539
|
+
"ofType": {
|
|
5540
|
+
"kind": "NON_NULL",
|
|
5541
|
+
"name": null,
|
|
5542
|
+
"ofType": {
|
|
5543
|
+
"kind": "OBJECT",
|
|
5544
|
+
"name": "SlackUserGroupOutput",
|
|
5545
|
+
"ofType": null
|
|
5546
|
+
}
|
|
5547
|
+
}
|
|
5548
|
+
}
|
|
5549
|
+
},
|
|
5550
|
+
{
|
|
5551
|
+
"args": [
|
|
5552
|
+
{
|
|
5553
|
+
"defaultValue": null,
|
|
5554
|
+
"description": "Slack team/workspace ID",
|
|
5555
|
+
"name": "teamId",
|
|
5556
|
+
"type": {
|
|
5557
|
+
"kind": "NON_NULL",
|
|
5558
|
+
"name": null,
|
|
5559
|
+
"ofType": {
|
|
5560
|
+
"kind": "SCALAR",
|
|
5561
|
+
"name": "String",
|
|
5562
|
+
"ofType": null
|
|
5563
|
+
}
|
|
5564
|
+
}
|
|
5565
|
+
},
|
|
5566
|
+
{
|
|
5567
|
+
"defaultValue": null,
|
|
5568
|
+
"description": "Pagination cursor from previous response",
|
|
5569
|
+
"name": "cursor",
|
|
5570
|
+
"type": {
|
|
5571
|
+
"kind": "SCALAR",
|
|
5572
|
+
"name": "String",
|
|
5573
|
+
"ofType": null
|
|
5574
|
+
}
|
|
5575
|
+
},
|
|
5576
|
+
{
|
|
5577
|
+
"defaultValue": null,
|
|
5578
|
+
"description": "Number of results per page (default 1000, max 1000)",
|
|
5579
|
+
"name": "limit",
|
|
5580
|
+
"type": {
|
|
5581
|
+
"kind": "SCALAR",
|
|
5582
|
+
"name": "Int",
|
|
5583
|
+
"ofType": null
|
|
5584
|
+
}
|
|
5585
|
+
}
|
|
5586
|
+
],
|
|
5587
|
+
"deprecationReason": null,
|
|
5588
|
+
"description": "(experimental) List Slack users with pagination (pass-through to Slack API). Returns only id and display_name for efficiency. Clients can do their own filtering.",
|
|
5589
|
+
"isDeprecated": false,
|
|
5590
|
+
"name": "listSlackUsers",
|
|
5591
|
+
"type": {
|
|
5592
|
+
"kind": "OBJECT",
|
|
5593
|
+
"name": "SlackUserListOutput",
|
|
5594
|
+
"ofType": null
|
|
5595
|
+
}
|
|
5596
|
+
},
|
|
5597
|
+
{
|
|
5598
|
+
"args": [
|
|
5599
|
+
{
|
|
5600
|
+
"defaultValue": null,
|
|
5601
|
+
"description": "Slack team/workspace ID",
|
|
5602
|
+
"name": "teamId",
|
|
5603
|
+
"type": {
|
|
5604
|
+
"kind": "NON_NULL",
|
|
5605
|
+
"name": null,
|
|
5606
|
+
"ofType": {
|
|
5607
|
+
"kind": "SCALAR",
|
|
5608
|
+
"name": "String",
|
|
5609
|
+
"ofType": null
|
|
5610
|
+
}
|
|
5611
|
+
}
|
|
5612
|
+
}
|
|
5613
|
+
],
|
|
5614
|
+
"deprecationReason": null,
|
|
5615
|
+
"description": "(experimental) List all Slack user groups (pass-through to Slack API). Returns only id and name for efficiency. Clients can do their own filtering. Note: Slack's API does not support pagination for user groups.",
|
|
5616
|
+
"isDeprecated": false,
|
|
5617
|
+
"name": "listSlackUserGroups",
|
|
5618
|
+
"type": {
|
|
5619
|
+
"kind": "OBJECT",
|
|
5620
|
+
"name": "SlackUserGroupListOutput",
|
|
5621
|
+
"ofType": null
|
|
5622
|
+
}
|
|
5623
|
+
},
|
|
5385
5624
|
{
|
|
5386
5625
|
"args": [
|
|
5387
5626
|
{
|
|
@@ -11542,6 +11781,75 @@
|
|
|
11542
11781
|
"ofType": null
|
|
11543
11782
|
}
|
|
11544
11783
|
},
|
|
11784
|
+
{
|
|
11785
|
+
"args": [
|
|
11786
|
+
{
|
|
11787
|
+
"defaultValue": null,
|
|
11788
|
+
"description": "MCON of the table with agent observability traces",
|
|
11789
|
+
"name": "mcon",
|
|
11790
|
+
"type": {
|
|
11791
|
+
"kind": "NON_NULL",
|
|
11792
|
+
"name": null,
|
|
11793
|
+
"ofType": {
|
|
11794
|
+
"kind": "SCALAR",
|
|
11795
|
+
"name": "String",
|
|
11796
|
+
"ofType": null
|
|
11797
|
+
}
|
|
11798
|
+
}
|
|
11799
|
+
},
|
|
11800
|
+
{
|
|
11801
|
+
"defaultValue": null,
|
|
11802
|
+
"description": "Trace ID to retrieve",
|
|
11803
|
+
"name": "traceId",
|
|
11804
|
+
"type": {
|
|
11805
|
+
"kind": "NON_NULL",
|
|
11806
|
+
"name": null,
|
|
11807
|
+
"ofType": {
|
|
11808
|
+
"kind": "SCALAR",
|
|
11809
|
+
"name": "String",
|
|
11810
|
+
"ofType": null
|
|
11811
|
+
}
|
|
11812
|
+
}
|
|
11813
|
+
},
|
|
11814
|
+
{
|
|
11815
|
+
"defaultValue": null,
|
|
11816
|
+
"description": "Start time of the trace (inclusive)",
|
|
11817
|
+
"name": "traceStartTime",
|
|
11818
|
+
"type": {
|
|
11819
|
+
"kind": "SCALAR",
|
|
11820
|
+
"name": "DateTime",
|
|
11821
|
+
"ofType": null
|
|
11822
|
+
}
|
|
11823
|
+
},
|
|
11824
|
+
{
|
|
11825
|
+
"defaultValue": null,
|
|
11826
|
+
"description": "End time of the trace (inclusive)",
|
|
11827
|
+
"name": "traceEndTime",
|
|
11828
|
+
"type": {
|
|
11829
|
+
"kind": "SCALAR",
|
|
11830
|
+
"name": "DateTime",
|
|
11831
|
+
"ofType": null
|
|
11832
|
+
}
|
|
11833
|
+
}
|
|
11834
|
+
],
|
|
11835
|
+
"deprecationReason": null,
|
|
11836
|
+
"description": "(experimental) Retrieve span tree for a given traceId",
|
|
11837
|
+
"isDeprecated": false,
|
|
11838
|
+
"name": "getTraceTreeNodes",
|
|
11839
|
+
"type": {
|
|
11840
|
+
"kind": "LIST",
|
|
11841
|
+
"name": null,
|
|
11842
|
+
"ofType": {
|
|
11843
|
+
"kind": "NON_NULL",
|
|
11844
|
+
"name": null,
|
|
11845
|
+
"ofType": {
|
|
11846
|
+
"kind": "OBJECT",
|
|
11847
|
+
"name": "TraceNode",
|
|
11848
|
+
"ofType": null
|
|
11849
|
+
}
|
|
11850
|
+
}
|
|
11851
|
+
}
|
|
11852
|
+
},
|
|
11545
11853
|
{
|
|
11546
11854
|
"args": [
|
|
11547
11855
|
{
|
|
@@ -11776,6 +12084,185 @@
|
|
|
11776
12084
|
"ofType": null
|
|
11777
12085
|
}
|
|
11778
12086
|
},
|
|
12087
|
+
{
|
|
12088
|
+
"args": [
|
|
12089
|
+
{
|
|
12090
|
+
"defaultValue": null,
|
|
12091
|
+
"description": "MCON of the table with agent observability traces",
|
|
12092
|
+
"name": "mcon",
|
|
12093
|
+
"type": {
|
|
12094
|
+
"kind": "NON_NULL",
|
|
12095
|
+
"name": null,
|
|
12096
|
+
"ofType": {
|
|
12097
|
+
"kind": "SCALAR",
|
|
12098
|
+
"name": "String",
|
|
12099
|
+
"ofType": null
|
|
12100
|
+
}
|
|
12101
|
+
}
|
|
12102
|
+
},
|
|
12103
|
+
{
|
|
12104
|
+
"defaultValue": null,
|
|
12105
|
+
"description": "Filter by agent span fields (agent, workflow, task, span_name)",
|
|
12106
|
+
"name": "agentSpanFilters",
|
|
12107
|
+
"type": {
|
|
12108
|
+
"kind": "LIST",
|
|
12109
|
+
"name": null,
|
|
12110
|
+
"ofType": {
|
|
12111
|
+
"kind": "NON_NULL",
|
|
12112
|
+
"name": null,
|
|
12113
|
+
"ofType": {
|
|
12114
|
+
"kind": "INPUT_OBJECT",
|
|
12115
|
+
"name": "AgentSpanFilterInput",
|
|
12116
|
+
"ofType": null
|
|
12117
|
+
}
|
|
12118
|
+
}
|
|
12119
|
+
}
|
|
12120
|
+
},
|
|
12121
|
+
{
|
|
12122
|
+
"defaultValue": null,
|
|
12123
|
+
"description": "Structured SQL filtering conditions to apply to query",
|
|
12124
|
+
"name": "filters",
|
|
12125
|
+
"type": {
|
|
12126
|
+
"kind": "INPUT_OBJECT",
|
|
12127
|
+
"name": "FilterGroupInput",
|
|
12128
|
+
"ofType": null
|
|
12129
|
+
}
|
|
12130
|
+
},
|
|
12131
|
+
{
|
|
12132
|
+
"defaultValue": null,
|
|
12133
|
+
"description": "Transforms to apply to the data source",
|
|
12134
|
+
"name": "transforms",
|
|
12135
|
+
"type": {
|
|
12136
|
+
"kind": "LIST",
|
|
12137
|
+
"name": null,
|
|
12138
|
+
"ofType": {
|
|
12139
|
+
"kind": "NON_NULL",
|
|
12140
|
+
"name": null,
|
|
12141
|
+
"ofType": {
|
|
12142
|
+
"kind": "INPUT_OBJECT",
|
|
12143
|
+
"name": "TransformInput",
|
|
12144
|
+
"ofType": null
|
|
12145
|
+
}
|
|
12146
|
+
}
|
|
12147
|
+
}
|
|
12148
|
+
},
|
|
12149
|
+
{
|
|
12150
|
+
"defaultValue": "10",
|
|
12151
|
+
"description": "Number of sample rows to return (max 100)",
|
|
12152
|
+
"name": "limit",
|
|
12153
|
+
"type": {
|
|
12154
|
+
"kind": "SCALAR",
|
|
12155
|
+
"name": "Int",
|
|
12156
|
+
"ofType": null
|
|
12157
|
+
}
|
|
12158
|
+
},
|
|
12159
|
+
{
|
|
12160
|
+
"defaultValue": "0",
|
|
12161
|
+
"description": "Number of rows to skip before returning results",
|
|
12162
|
+
"name": "offset",
|
|
12163
|
+
"type": {
|
|
12164
|
+
"kind": "SCALAR",
|
|
12165
|
+
"name": "Int",
|
|
12166
|
+
"ofType": null
|
|
12167
|
+
}
|
|
12168
|
+
},
|
|
12169
|
+
{
|
|
12170
|
+
"defaultValue": null,
|
|
12171
|
+
"description": "Filter by specific span IDs (<= limit)",
|
|
12172
|
+
"name": "spanIds",
|
|
12173
|
+
"type": {
|
|
12174
|
+
"kind": "LIST",
|
|
12175
|
+
"name": null,
|
|
12176
|
+
"ofType": {
|
|
12177
|
+
"kind": "NON_NULL",
|
|
12178
|
+
"name": null,
|
|
12179
|
+
"ofType": {
|
|
12180
|
+
"kind": "SCALAR",
|
|
12181
|
+
"name": "String",
|
|
12182
|
+
"ofType": null
|
|
12183
|
+
}
|
|
12184
|
+
}
|
|
12185
|
+
}
|
|
12186
|
+
},
|
|
12187
|
+
{
|
|
12188
|
+
"defaultValue": null,
|
|
12189
|
+
"description": "Filter by specific trace IDs (<= limit)",
|
|
12190
|
+
"name": "traceIds",
|
|
12191
|
+
"type": {
|
|
12192
|
+
"kind": "LIST",
|
|
12193
|
+
"name": null,
|
|
12194
|
+
"ofType": {
|
|
12195
|
+
"kind": "NON_NULL",
|
|
12196
|
+
"name": null,
|
|
12197
|
+
"ofType": {
|
|
12198
|
+
"kind": "SCALAR",
|
|
12199
|
+
"name": "String",
|
|
12200
|
+
"ofType": null
|
|
12201
|
+
}
|
|
12202
|
+
}
|
|
12203
|
+
}
|
|
12204
|
+
},
|
|
12205
|
+
{
|
|
12206
|
+
"defaultValue": null,
|
|
12207
|
+
"description": "Connection UUID",
|
|
12208
|
+
"name": "connectionId",
|
|
12209
|
+
"type": {
|
|
12210
|
+
"kind": "SCALAR",
|
|
12211
|
+
"name": "UUID",
|
|
12212
|
+
"ofType": null
|
|
12213
|
+
}
|
|
12214
|
+
},
|
|
12215
|
+
{
|
|
12216
|
+
"defaultValue": null,
|
|
12217
|
+
"description": "Filter by trace timestamp (inclusive) +- 1 hr",
|
|
12218
|
+
"name": "traceTimestamp",
|
|
12219
|
+
"type": {
|
|
12220
|
+
"kind": "SCALAR",
|
|
12221
|
+
"name": "DateTime",
|
|
12222
|
+
"ofType": null
|
|
12223
|
+
}
|
|
12224
|
+
},
|
|
12225
|
+
{
|
|
12226
|
+
"defaultValue": null,
|
|
12227
|
+
"description": "Filter by span start time (inclusive)",
|
|
12228
|
+
"name": "ingestionStartTime",
|
|
12229
|
+
"type": {
|
|
12230
|
+
"kind": "SCALAR",
|
|
12231
|
+
"name": "DateTime",
|
|
12232
|
+
"ofType": null
|
|
12233
|
+
}
|
|
12234
|
+
},
|
|
12235
|
+
{
|
|
12236
|
+
"defaultValue": null,
|
|
12237
|
+
"description": "Filter by span end time",
|
|
12238
|
+
"name": "ingestionEndTime",
|
|
12239
|
+
"type": {
|
|
12240
|
+
"kind": "SCALAR",
|
|
12241
|
+
"name": "DateTime",
|
|
12242
|
+
"ofType": null
|
|
12243
|
+
}
|
|
12244
|
+
},
|
|
12245
|
+
{
|
|
12246
|
+
"defaultValue": "\"SPAN_TREE\"",
|
|
12247
|
+
"description": "This is to explicitly specify the type of select expressions. But we will return the columns based on the validity of the query.Not providing the select_expression_type will default to SPAN_TREE.",
|
|
12248
|
+
"name": "selectExpressionType",
|
|
12249
|
+
"type": {
|
|
12250
|
+
"kind": "ENUM",
|
|
12251
|
+
"name": "AgentMonitorSelectExpressionType",
|
|
12252
|
+
"ofType": null
|
|
12253
|
+
}
|
|
12254
|
+
}
|
|
12255
|
+
],
|
|
12256
|
+
"deprecationReason": null,
|
|
12257
|
+
"description": "(experimental) Sample agent span data with optional transforms and filtering",
|
|
12258
|
+
"isDeprecated": false,
|
|
12259
|
+
"name": "getAgentSpanSampleV2",
|
|
12260
|
+
"type": {
|
|
12261
|
+
"kind": "OBJECT",
|
|
12262
|
+
"name": "SQLResponse",
|
|
12263
|
+
"ofType": null
|
|
12264
|
+
}
|
|
12265
|
+
},
|
|
11779
12266
|
{
|
|
11780
12267
|
"args": [
|
|
11781
12268
|
{
|
|
@@ -30743,9 +31230,9 @@
|
|
|
30743
31230
|
}
|
|
30744
31231
|
}
|
|
30745
31232
|
],
|
|
30746
|
-
"deprecationReason":
|
|
30747
|
-
"description": "(experimental) Get the status of an alert access request for the current user",
|
|
30748
|
-
"isDeprecated":
|
|
31233
|
+
"deprecationReason": "Use getAccessRequest instead",
|
|
31234
|
+
"description": "(experimental) DEPRECATED. Get the status of an alert access request for the current user",
|
|
31235
|
+
"isDeprecated": true,
|
|
30749
31236
|
"name": "getAlertAccessRequest",
|
|
30750
31237
|
"type": {
|
|
30751
31238
|
"kind": "OBJECT",
|
|
@@ -40625,12 +41112,6 @@
|
|
|
40625
41112
|
"isDeprecated": false,
|
|
40626
41113
|
"name": "DATABRICKS_METASTORE"
|
|
40627
41114
|
},
|
|
40628
|
-
{
|
|
40629
|
-
"deprecationReason": null,
|
|
40630
|
-
"description": "Databricks Delta",
|
|
40631
|
-
"isDeprecated": false,
|
|
40632
|
-
"name": "DATABRICKS_DELTA"
|
|
40633
|
-
},
|
|
40634
41115
|
{
|
|
40635
41116
|
"deprecationReason": null,
|
|
40636
41117
|
"description": "Databricks Sql Warehouse",
|
|
@@ -50585,6 +51066,26 @@
|
|
|
50585
51066
|
}
|
|
50586
51067
|
}
|
|
50587
51068
|
}
|
|
51069
|
+
},
|
|
51070
|
+
{
|
|
51071
|
+
"args": [],
|
|
51072
|
+
"deprecationReason": null,
|
|
51073
|
+
"description": "Domain UUIDs assigned to the monitor.",
|
|
51074
|
+
"isDeprecated": false,
|
|
51075
|
+
"name": "domainUuids",
|
|
51076
|
+
"type": {
|
|
51077
|
+
"kind": "LIST",
|
|
51078
|
+
"name": null,
|
|
51079
|
+
"ofType": {
|
|
51080
|
+
"kind": "NON_NULL",
|
|
51081
|
+
"name": null,
|
|
51082
|
+
"ofType": {
|
|
51083
|
+
"kind": "SCALAR",
|
|
51084
|
+
"name": "UUID",
|
|
51085
|
+
"ofType": null
|
|
51086
|
+
}
|
|
51087
|
+
}
|
|
51088
|
+
}
|
|
50588
51089
|
}
|
|
50589
51090
|
],
|
|
50590
51091
|
"inputFields": null,
|
|
@@ -54958,6 +55459,18 @@
|
|
|
54958
55459
|
"ofType": null
|
|
54959
55460
|
}
|
|
54960
55461
|
},
|
|
55462
|
+
{
|
|
55463
|
+
"args": [],
|
|
55464
|
+
"deprecationReason": null,
|
|
55465
|
+
"description": "UUID for a recipient integration",
|
|
55466
|
+
"isDeprecated": false,
|
|
55467
|
+
"name": "integrationUuid",
|
|
55468
|
+
"type": {
|
|
55469
|
+
"kind": "SCALAR",
|
|
55470
|
+
"name": "UUID",
|
|
55471
|
+
"ofType": null
|
|
55472
|
+
}
|
|
55473
|
+
},
|
|
54961
55474
|
{
|
|
54962
55475
|
"args": [],
|
|
54963
55476
|
"deprecationReason": null,
|
|
@@ -55034,6 +55547,18 @@
|
|
|
55034
55547
|
"ofType": null
|
|
55035
55548
|
}
|
|
55036
55549
|
},
|
|
55550
|
+
{
|
|
55551
|
+
"args": [],
|
|
55552
|
+
"deprecationReason": null,
|
|
55553
|
+
"description": "Slack team/workspace ID (only for Slack notifications)",
|
|
55554
|
+
"isDeprecated": false,
|
|
55555
|
+
"name": "teamId",
|
|
55556
|
+
"type": {
|
|
55557
|
+
"kind": "SCALAR",
|
|
55558
|
+
"name": "String",
|
|
55559
|
+
"ofType": null
|
|
55560
|
+
}
|
|
55561
|
+
},
|
|
55037
55562
|
{
|
|
55038
55563
|
"args": [],
|
|
55039
55564
|
"deprecationReason": null,
|
|
@@ -75740,6 +76265,26 @@
|
|
|
75740
76265
|
"ofType": null
|
|
75741
76266
|
}
|
|
75742
76267
|
},
|
|
76268
|
+
{
|
|
76269
|
+
"args": [],
|
|
76270
|
+
"deprecationReason": null,
|
|
76271
|
+
"description": "Domain UUIDs assigned to the monitor.",
|
|
76272
|
+
"isDeprecated": false,
|
|
76273
|
+
"name": "domainUuids",
|
|
76274
|
+
"type": {
|
|
76275
|
+
"kind": "LIST",
|
|
76276
|
+
"name": null,
|
|
76277
|
+
"ofType": {
|
|
76278
|
+
"kind": "NON_NULL",
|
|
76279
|
+
"name": null,
|
|
76280
|
+
"ofType": {
|
|
76281
|
+
"kind": "SCALAR",
|
|
76282
|
+
"name": "UUID",
|
|
76283
|
+
"ofType": null
|
|
76284
|
+
}
|
|
76285
|
+
}
|
|
76286
|
+
}
|
|
76287
|
+
},
|
|
75743
76288
|
{
|
|
75744
76289
|
"args": [],
|
|
75745
76290
|
"deprecationReason": null,
|
|
@@ -77089,6 +77634,26 @@
|
|
|
77089
77634
|
"ofType": null
|
|
77090
77635
|
}
|
|
77091
77636
|
},
|
|
77637
|
+
{
|
|
77638
|
+
"args": [],
|
|
77639
|
+
"deprecationReason": null,
|
|
77640
|
+
"description": "Domain UUIDs assigned to the monitor.",
|
|
77641
|
+
"isDeprecated": false,
|
|
77642
|
+
"name": "domainUuids",
|
|
77643
|
+
"type": {
|
|
77644
|
+
"kind": "LIST",
|
|
77645
|
+
"name": null,
|
|
77646
|
+
"ofType": {
|
|
77647
|
+
"kind": "NON_NULL",
|
|
77648
|
+
"name": null,
|
|
77649
|
+
"ofType": {
|
|
77650
|
+
"kind": "SCALAR",
|
|
77651
|
+
"name": "UUID",
|
|
77652
|
+
"ofType": null
|
|
77653
|
+
}
|
|
77654
|
+
}
|
|
77655
|
+
}
|
|
77656
|
+
},
|
|
77092
77657
|
{
|
|
77093
77658
|
"args": [],
|
|
77094
77659
|
"deprecationReason": null,
|
|
@@ -89526,6 +90091,22 @@
|
|
|
89526
90091
|
"ofType": null
|
|
89527
90092
|
}
|
|
89528
90093
|
},
|
|
90094
|
+
{
|
|
90095
|
+
"args": [],
|
|
90096
|
+
"deprecationReason": null,
|
|
90097
|
+
"description": "Is this a draft monitor?",
|
|
90098
|
+
"isDeprecated": false,
|
|
90099
|
+
"name": "isDraft",
|
|
90100
|
+
"type": {
|
|
90101
|
+
"kind": "NON_NULL",
|
|
90102
|
+
"name": null,
|
|
90103
|
+
"ofType": {
|
|
90104
|
+
"kind": "SCALAR",
|
|
90105
|
+
"name": "Boolean",
|
|
90106
|
+
"ofType": null
|
|
90107
|
+
}
|
|
90108
|
+
}
|
|
90109
|
+
},
|
|
89529
90110
|
{
|
|
89530
90111
|
"args": [],
|
|
89531
90112
|
"deprecationReason": null,
|
|
@@ -90372,6 +90953,26 @@
|
|
|
90372
90953
|
"ofType": null
|
|
90373
90954
|
}
|
|
90374
90955
|
},
|
|
90956
|
+
{
|
|
90957
|
+
"args": [],
|
|
90958
|
+
"deprecationReason": null,
|
|
90959
|
+
"description": "Domain UUIDs assigned to the monitor.",
|
|
90960
|
+
"isDeprecated": false,
|
|
90961
|
+
"name": "domainUuids",
|
|
90962
|
+
"type": {
|
|
90963
|
+
"kind": "LIST",
|
|
90964
|
+
"name": null,
|
|
90965
|
+
"ofType": {
|
|
90966
|
+
"kind": "NON_NULL",
|
|
90967
|
+
"name": null,
|
|
90968
|
+
"ofType": {
|
|
90969
|
+
"kind": "SCALAR",
|
|
90970
|
+
"name": "UUID",
|
|
90971
|
+
"ofType": null
|
|
90972
|
+
}
|
|
90973
|
+
}
|
|
90974
|
+
}
|
|
90975
|
+
},
|
|
90375
90976
|
{
|
|
90376
90977
|
"args": [],
|
|
90377
90978
|
"deprecationReason": "Replaced by failure audiences",
|
|
@@ -92107,6 +92708,542 @@
|
|
|
92107
92708
|
"name": "FieldValueFilterOperator",
|
|
92108
92709
|
"possibleTypes": null
|
|
92109
92710
|
},
|
|
92711
|
+
{
|
|
92712
|
+
"description": "Metadata about a trace filter.",
|
|
92713
|
+
"enumValues": null,
|
|
92714
|
+
"fields": [
|
|
92715
|
+
{
|
|
92716
|
+
"args": [],
|
|
92717
|
+
"deprecationReason": null,
|
|
92718
|
+
"description": null,
|
|
92719
|
+
"isDeprecated": false,
|
|
92720
|
+
"name": "fieldName",
|
|
92721
|
+
"type": {
|
|
92722
|
+
"kind": "NON_NULL",
|
|
92723
|
+
"name": null,
|
|
92724
|
+
"ofType": {
|
|
92725
|
+
"kind": "ENUM",
|
|
92726
|
+
"name": "TraceFilterFieldName",
|
|
92727
|
+
"ofType": null
|
|
92728
|
+
}
|
|
92729
|
+
}
|
|
92730
|
+
},
|
|
92731
|
+
{
|
|
92732
|
+
"args": [],
|
|
92733
|
+
"deprecationReason": null,
|
|
92734
|
+
"description": null,
|
|
92735
|
+
"isDeprecated": false,
|
|
92736
|
+
"name": "displayName",
|
|
92737
|
+
"type": {
|
|
92738
|
+
"kind": "NON_NULL",
|
|
92739
|
+
"name": null,
|
|
92740
|
+
"ofType": {
|
|
92741
|
+
"kind": "SCALAR",
|
|
92742
|
+
"name": "String",
|
|
92743
|
+
"ofType": null
|
|
92744
|
+
}
|
|
92745
|
+
}
|
|
92746
|
+
},
|
|
92747
|
+
{
|
|
92748
|
+
"args": [],
|
|
92749
|
+
"deprecationReason": null,
|
|
92750
|
+
"description": "Associated getTraces parameter used to filter traces",
|
|
92751
|
+
"isDeprecated": false,
|
|
92752
|
+
"name": "queryParameterName",
|
|
92753
|
+
"type": {
|
|
92754
|
+
"kind": "NON_NULL",
|
|
92755
|
+
"name": null,
|
|
92756
|
+
"ofType": {
|
|
92757
|
+
"kind": "SCALAR",
|
|
92758
|
+
"name": "String",
|
|
92759
|
+
"ofType": null
|
|
92760
|
+
}
|
|
92761
|
+
}
|
|
92762
|
+
},
|
|
92763
|
+
{
|
|
92764
|
+
"args": [],
|
|
92765
|
+
"deprecationReason": null,
|
|
92766
|
+
"description": "Whether the associated getTraces parameter accepts multiple values as input",
|
|
92767
|
+
"isDeprecated": false,
|
|
92768
|
+
"name": "queryParameterAcceptsMultipleValues",
|
|
92769
|
+
"type": {
|
|
92770
|
+
"kind": "NON_NULL",
|
|
92771
|
+
"name": null,
|
|
92772
|
+
"ofType": {
|
|
92773
|
+
"kind": "SCALAR",
|
|
92774
|
+
"name": "Boolean",
|
|
92775
|
+
"ofType": null
|
|
92776
|
+
}
|
|
92777
|
+
}
|
|
92778
|
+
},
|
|
92779
|
+
{
|
|
92780
|
+
"args": [],
|
|
92781
|
+
"deprecationReason": null,
|
|
92782
|
+
"description": "Whether this is a range filter (min/max) vs equality filter (checkboxes)",
|
|
92783
|
+
"isDeprecated": false,
|
|
92784
|
+
"name": "isRangeFilter",
|
|
92785
|
+
"type": {
|
|
92786
|
+
"kind": "NON_NULL",
|
|
92787
|
+
"name": null,
|
|
92788
|
+
"ofType": {
|
|
92789
|
+
"kind": "SCALAR",
|
|
92790
|
+
"name": "Boolean",
|
|
92791
|
+
"ofType": null
|
|
92792
|
+
}
|
|
92793
|
+
}
|
|
92794
|
+
},
|
|
92795
|
+
{
|
|
92796
|
+
"args": [],
|
|
92797
|
+
"deprecationReason": null,
|
|
92798
|
+
"description": "Whether the filter shows up as a facet in the UI",
|
|
92799
|
+
"isDeprecated": false,
|
|
92800
|
+
"name": "facetable",
|
|
92801
|
+
"type": {
|
|
92802
|
+
"kind": "NON_NULL",
|
|
92803
|
+
"name": null,
|
|
92804
|
+
"ofType": {
|
|
92805
|
+
"kind": "SCALAR",
|
|
92806
|
+
"name": "Boolean",
|
|
92807
|
+
"ofType": null
|
|
92808
|
+
}
|
|
92809
|
+
}
|
|
92810
|
+
},
|
|
92811
|
+
{
|
|
92812
|
+
"args": [],
|
|
92813
|
+
"deprecationReason": null,
|
|
92814
|
+
"description": "Whether the filter values can be searched by their display name",
|
|
92815
|
+
"isDeprecated": false,
|
|
92816
|
+
"name": "facetSearchable",
|
|
92817
|
+
"type": {
|
|
92818
|
+
"kind": "NON_NULL",
|
|
92819
|
+
"name": null,
|
|
92820
|
+
"ofType": {
|
|
92821
|
+
"kind": "SCALAR",
|
|
92822
|
+
"name": "Boolean",
|
|
92823
|
+
"ofType": null
|
|
92824
|
+
}
|
|
92825
|
+
}
|
|
92826
|
+
}
|
|
92827
|
+
],
|
|
92828
|
+
"inputFields": null,
|
|
92829
|
+
"interfaces": [],
|
|
92830
|
+
"kind": "OBJECT",
|
|
92831
|
+
"name": "TraceFilter",
|
|
92832
|
+
"possibleTypes": null
|
|
92833
|
+
},
|
|
92834
|
+
{
|
|
92835
|
+
"description": "Field names for trace filters.",
|
|
92836
|
+
"enumValues": [
|
|
92837
|
+
{
|
|
92838
|
+
"deprecationReason": null,
|
|
92839
|
+
"description": null,
|
|
92840
|
+
"isDeprecated": false,
|
|
92841
|
+
"name": "MODEL"
|
|
92842
|
+
},
|
|
92843
|
+
{
|
|
92844
|
+
"deprecationReason": null,
|
|
92845
|
+
"description": null,
|
|
92846
|
+
"isDeprecated": false,
|
|
92847
|
+
"name": "WORKFLOW"
|
|
92848
|
+
},
|
|
92849
|
+
{
|
|
92850
|
+
"deprecationReason": null,
|
|
92851
|
+
"description": null,
|
|
92852
|
+
"isDeprecated": false,
|
|
92853
|
+
"name": "TASK"
|
|
92854
|
+
},
|
|
92855
|
+
{
|
|
92856
|
+
"deprecationReason": null,
|
|
92857
|
+
"description": null,
|
|
92858
|
+
"isDeprecated": false,
|
|
92859
|
+
"name": "DURATION"
|
|
92860
|
+
},
|
|
92861
|
+
{
|
|
92862
|
+
"deprecationReason": null,
|
|
92863
|
+
"description": null,
|
|
92864
|
+
"isDeprecated": false,
|
|
92865
|
+
"name": "PROMPT_TOKENS"
|
|
92866
|
+
},
|
|
92867
|
+
{
|
|
92868
|
+
"deprecationReason": null,
|
|
92869
|
+
"description": null,
|
|
92870
|
+
"isDeprecated": false,
|
|
92871
|
+
"name": "COMPLETION_TOKENS"
|
|
92872
|
+
},
|
|
92873
|
+
{
|
|
92874
|
+
"deprecationReason": null,
|
|
92875
|
+
"description": null,
|
|
92876
|
+
"isDeprecated": false,
|
|
92877
|
+
"name": "TOTAL_TOKENS"
|
|
92878
|
+
}
|
|
92879
|
+
],
|
|
92880
|
+
"fields": null,
|
|
92881
|
+
"inputFields": null,
|
|
92882
|
+
"interfaces": null,
|
|
92883
|
+
"kind": "ENUM",
|
|
92884
|
+
"name": "TraceFilterFieldName",
|
|
92885
|
+
"possibleTypes": null
|
|
92886
|
+
},
|
|
92887
|
+
{
|
|
92888
|
+
"description": "Filter values with counts for a single filter.",
|
|
92889
|
+
"enumValues": null,
|
|
92890
|
+
"fields": [
|
|
92891
|
+
{
|
|
92892
|
+
"args": [],
|
|
92893
|
+
"deprecationReason": null,
|
|
92894
|
+
"description": "The filter field name",
|
|
92895
|
+
"isDeprecated": false,
|
|
92896
|
+
"name": "fieldName",
|
|
92897
|
+
"type": {
|
|
92898
|
+
"kind": "NON_NULL",
|
|
92899
|
+
"name": null,
|
|
92900
|
+
"ofType": {
|
|
92901
|
+
"kind": "ENUM",
|
|
92902
|
+
"name": "TraceFilterFieldName",
|
|
92903
|
+
"ofType": null
|
|
92904
|
+
}
|
|
92905
|
+
}
|
|
92906
|
+
},
|
|
92907
|
+
{
|
|
92908
|
+
"args": [],
|
|
92909
|
+
"deprecationReason": null,
|
|
92910
|
+
"description": "List of filter values with counts",
|
|
92911
|
+
"isDeprecated": false,
|
|
92912
|
+
"name": "values",
|
|
92913
|
+
"type": {
|
|
92914
|
+
"kind": "NON_NULL",
|
|
92915
|
+
"name": null,
|
|
92916
|
+
"ofType": {
|
|
92917
|
+
"kind": "LIST",
|
|
92918
|
+
"name": null,
|
|
92919
|
+
"ofType": {
|
|
92920
|
+
"kind": "NON_NULL",
|
|
92921
|
+
"name": null,
|
|
92922
|
+
"ofType": {
|
|
92923
|
+
"kind": "OBJECT",
|
|
92924
|
+
"name": "TraceFilterDataValue",
|
|
92925
|
+
"ofType": null
|
|
92926
|
+
}
|
|
92927
|
+
}
|
|
92928
|
+
}
|
|
92929
|
+
}
|
|
92930
|
+
},
|
|
92931
|
+
{
|
|
92932
|
+
"args": [],
|
|
92933
|
+
"deprecationReason": null,
|
|
92934
|
+
"description": "Pagination information",
|
|
92935
|
+
"isDeprecated": false,
|
|
92936
|
+
"name": "pageInfo",
|
|
92937
|
+
"type": {
|
|
92938
|
+
"kind": "NON_NULL",
|
|
92939
|
+
"name": null,
|
|
92940
|
+
"ofType": {
|
|
92941
|
+
"kind": "OBJECT",
|
|
92942
|
+
"name": "TraceFilterDataPageInfo",
|
|
92943
|
+
"ofType": null
|
|
92944
|
+
}
|
|
92945
|
+
}
|
|
92946
|
+
}
|
|
92947
|
+
],
|
|
92948
|
+
"inputFields": null,
|
|
92949
|
+
"interfaces": [],
|
|
92950
|
+
"kind": "OBJECT",
|
|
92951
|
+
"name": "TraceFilterData",
|
|
92952
|
+
"possibleTypes": null
|
|
92953
|
+
},
|
|
92954
|
+
{
|
|
92955
|
+
"description": "A single filter value with its count.",
|
|
92956
|
+
"enumValues": null,
|
|
92957
|
+
"fields": [
|
|
92958
|
+
{
|
|
92959
|
+
"args": [],
|
|
92960
|
+
"deprecationReason": null,
|
|
92961
|
+
"description": "The filter value",
|
|
92962
|
+
"isDeprecated": false,
|
|
92963
|
+
"name": "value",
|
|
92964
|
+
"type": {
|
|
92965
|
+
"kind": "NON_NULL",
|
|
92966
|
+
"name": null,
|
|
92967
|
+
"ofType": {
|
|
92968
|
+
"kind": "SCALAR",
|
|
92969
|
+
"name": "GenericScalar",
|
|
92970
|
+
"ofType": null
|
|
92971
|
+
}
|
|
92972
|
+
}
|
|
92973
|
+
},
|
|
92974
|
+
{
|
|
92975
|
+
"args": [],
|
|
92976
|
+
"deprecationReason": null,
|
|
92977
|
+
"description": "Display name for the value",
|
|
92978
|
+
"isDeprecated": false,
|
|
92979
|
+
"name": "displayName",
|
|
92980
|
+
"type": {
|
|
92981
|
+
"kind": "NON_NULL",
|
|
92982
|
+
"name": null,
|
|
92983
|
+
"ofType": {
|
|
92984
|
+
"kind": "SCALAR",
|
|
92985
|
+
"name": "String",
|
|
92986
|
+
"ofType": null
|
|
92987
|
+
}
|
|
92988
|
+
}
|
|
92989
|
+
},
|
|
92990
|
+
{
|
|
92991
|
+
"args": [],
|
|
92992
|
+
"deprecationReason": null,
|
|
92993
|
+
"description": "Number of traces with this value",
|
|
92994
|
+
"isDeprecated": false,
|
|
92995
|
+
"name": "count",
|
|
92996
|
+
"type": {
|
|
92997
|
+
"kind": "NON_NULL",
|
|
92998
|
+
"name": null,
|
|
92999
|
+
"ofType": {
|
|
93000
|
+
"kind": "SCALAR",
|
|
93001
|
+
"name": "Int",
|
|
93002
|
+
"ofType": null
|
|
93003
|
+
}
|
|
93004
|
+
}
|
|
93005
|
+
}
|
|
93006
|
+
],
|
|
93007
|
+
"inputFields": null,
|
|
93008
|
+
"interfaces": [],
|
|
93009
|
+
"kind": "OBJECT",
|
|
93010
|
+
"name": "TraceFilterDataValue",
|
|
93011
|
+
"possibleTypes": null
|
|
93012
|
+
},
|
|
93013
|
+
{
|
|
93014
|
+
"description": "The `GenericScalar` scalar type represents a generic\nGraphQL scalar value that could be:\nString, Boolean, Int, Float, List or Object.",
|
|
93015
|
+
"enumValues": null,
|
|
93016
|
+
"fields": null,
|
|
93017
|
+
"inputFields": null,
|
|
93018
|
+
"interfaces": null,
|
|
93019
|
+
"kind": "SCALAR",
|
|
93020
|
+
"name": "GenericScalar",
|
|
93021
|
+
"possibleTypes": null
|
|
93022
|
+
},
|
|
93023
|
+
{
|
|
93024
|
+
"description": "Pagination info for filter values.",
|
|
93025
|
+
"enumValues": null,
|
|
93026
|
+
"fields": [
|
|
93027
|
+
{
|
|
93028
|
+
"args": [],
|
|
93029
|
+
"deprecationReason": null,
|
|
93030
|
+
"description": "Whether there are more results",
|
|
93031
|
+
"isDeprecated": false,
|
|
93032
|
+
"name": "hasNextPage",
|
|
93033
|
+
"type": {
|
|
93034
|
+
"kind": "NON_NULL",
|
|
93035
|
+
"name": null,
|
|
93036
|
+
"ofType": {
|
|
93037
|
+
"kind": "SCALAR",
|
|
93038
|
+
"name": "Boolean",
|
|
93039
|
+
"ofType": null
|
|
93040
|
+
}
|
|
93041
|
+
}
|
|
93042
|
+
},
|
|
93043
|
+
{
|
|
93044
|
+
"args": [],
|
|
93045
|
+
"deprecationReason": null,
|
|
93046
|
+
"description": "Cursor for the next page",
|
|
93047
|
+
"isDeprecated": false,
|
|
93048
|
+
"name": "endCursor",
|
|
93049
|
+
"type": {
|
|
93050
|
+
"kind": "SCALAR",
|
|
93051
|
+
"name": "String",
|
|
93052
|
+
"ofType": null
|
|
93053
|
+
}
|
|
93054
|
+
}
|
|
93055
|
+
],
|
|
93056
|
+
"inputFields": null,
|
|
93057
|
+
"interfaces": [],
|
|
93058
|
+
"kind": "OBJECT",
|
|
93059
|
+
"name": "TraceFilterDataPageInfo",
|
|
93060
|
+
"possibleTypes": null
|
|
93061
|
+
},
|
|
93062
|
+
{
|
|
93063
|
+
"description": "Request for filter values data.",
|
|
93064
|
+
"enumValues": null,
|
|
93065
|
+
"fields": null,
|
|
93066
|
+
"inputFields": [
|
|
93067
|
+
{
|
|
93068
|
+
"defaultValue": null,
|
|
93069
|
+
"description": "Filter field name to get values for",
|
|
93070
|
+
"name": "fieldName",
|
|
93071
|
+
"type": {
|
|
93072
|
+
"kind": "NON_NULL",
|
|
93073
|
+
"name": null,
|
|
93074
|
+
"ofType": {
|
|
93075
|
+
"kind": "ENUM",
|
|
93076
|
+
"name": "TraceFilterFieldName",
|
|
93077
|
+
"ofType": null
|
|
93078
|
+
}
|
|
93079
|
+
}
|
|
93080
|
+
},
|
|
93081
|
+
{
|
|
93082
|
+
"defaultValue": null,
|
|
93083
|
+
"description": "Search criteria",
|
|
93084
|
+
"name": "searchCriteria",
|
|
93085
|
+
"type": {
|
|
93086
|
+
"kind": "NON_NULL",
|
|
93087
|
+
"name": null,
|
|
93088
|
+
"ofType": {
|
|
93089
|
+
"kind": "INPUT_OBJECT",
|
|
93090
|
+
"name": "TraceFilterDataSearchCriteria",
|
|
93091
|
+
"ofType": null
|
|
93092
|
+
}
|
|
93093
|
+
}
|
|
93094
|
+
},
|
|
93095
|
+
{
|
|
93096
|
+
"defaultValue": null,
|
|
93097
|
+
"description": "Number of values to return (max 50)",
|
|
93098
|
+
"name": "first",
|
|
93099
|
+
"type": {
|
|
93100
|
+
"kind": "SCALAR",
|
|
93101
|
+
"name": "Int",
|
|
93102
|
+
"ofType": null
|
|
93103
|
+
}
|
|
93104
|
+
},
|
|
93105
|
+
{
|
|
93106
|
+
"defaultValue": null,
|
|
93107
|
+
"description": "Cursor for pagination",
|
|
93108
|
+
"name": "after",
|
|
93109
|
+
"type": {
|
|
93110
|
+
"kind": "SCALAR",
|
|
93111
|
+
"name": "String",
|
|
93112
|
+
"ofType": null
|
|
93113
|
+
}
|
|
93114
|
+
},
|
|
93115
|
+
{
|
|
93116
|
+
"defaultValue": null,
|
|
93117
|
+
"description": "Search string to filter values",
|
|
93118
|
+
"name": "searchValue",
|
|
93119
|
+
"type": {
|
|
93120
|
+
"kind": "SCALAR",
|
|
93121
|
+
"name": "String",
|
|
93122
|
+
"ofType": null
|
|
93123
|
+
}
|
|
93124
|
+
}
|
|
93125
|
+
],
|
|
93126
|
+
"interfaces": null,
|
|
93127
|
+
"kind": "INPUT_OBJECT",
|
|
93128
|
+
"name": "TraceFilterDataRequest",
|
|
93129
|
+
"possibleTypes": null
|
|
93130
|
+
},
|
|
93131
|
+
{
|
|
93132
|
+
"description": "Search criteria for getting filter values.",
|
|
93133
|
+
"enumValues": null,
|
|
93134
|
+
"fields": null,
|
|
93135
|
+
"inputFields": [
|
|
93136
|
+
{
|
|
93137
|
+
"defaultValue": null,
|
|
93138
|
+
"description": "Agent name",
|
|
93139
|
+
"name": "agentName",
|
|
93140
|
+
"type": {
|
|
93141
|
+
"kind": "NON_NULL",
|
|
93142
|
+
"name": null,
|
|
93143
|
+
"ofType": {
|
|
93144
|
+
"kind": "SCALAR",
|
|
93145
|
+
"name": "String",
|
|
93146
|
+
"ofType": null
|
|
93147
|
+
}
|
|
93148
|
+
}
|
|
93149
|
+
},
|
|
93150
|
+
{
|
|
93151
|
+
"defaultValue": null,
|
|
93152
|
+
"description": "Trace table MCON",
|
|
93153
|
+
"name": "traceTableMcon",
|
|
93154
|
+
"type": {
|
|
93155
|
+
"kind": "NON_NULL",
|
|
93156
|
+
"name": null,
|
|
93157
|
+
"ofType": {
|
|
93158
|
+
"kind": "SCALAR",
|
|
93159
|
+
"name": "String",
|
|
93160
|
+
"ofType": null
|
|
93161
|
+
}
|
|
93162
|
+
}
|
|
93163
|
+
},
|
|
93164
|
+
{
|
|
93165
|
+
"defaultValue": null,
|
|
93166
|
+
"description": "Start time for traces",
|
|
93167
|
+
"name": "startTime",
|
|
93168
|
+
"type": {
|
|
93169
|
+
"kind": "NON_NULL",
|
|
93170
|
+
"name": null,
|
|
93171
|
+
"ofType": {
|
|
93172
|
+
"kind": "SCALAR",
|
|
93173
|
+
"name": "DateTime",
|
|
93174
|
+
"ofType": null
|
|
93175
|
+
}
|
|
93176
|
+
}
|
|
93177
|
+
},
|
|
93178
|
+
{
|
|
93179
|
+
"defaultValue": null,
|
|
93180
|
+
"description": "End time for traces",
|
|
93181
|
+
"name": "endTime",
|
|
93182
|
+
"type": {
|
|
93183
|
+
"kind": "NON_NULL",
|
|
93184
|
+
"name": null,
|
|
93185
|
+
"ofType": {
|
|
93186
|
+
"kind": "SCALAR",
|
|
93187
|
+
"name": "DateTime",
|
|
93188
|
+
"ofType": null
|
|
93189
|
+
}
|
|
93190
|
+
}
|
|
93191
|
+
},
|
|
93192
|
+
{
|
|
93193
|
+
"defaultValue": null,
|
|
93194
|
+
"description": "Active filters to apply (for cross-filtering)",
|
|
93195
|
+
"name": "filters",
|
|
93196
|
+
"type": {
|
|
93197
|
+
"kind": "LIST",
|
|
93198
|
+
"name": null,
|
|
93199
|
+
"ofType": {
|
|
93200
|
+
"kind": "INPUT_OBJECT",
|
|
93201
|
+
"name": "TraceFilterDataSearchCriteriaFilter",
|
|
93202
|
+
"ofType": null
|
|
93203
|
+
}
|
|
93204
|
+
}
|
|
93205
|
+
}
|
|
93206
|
+
],
|
|
93207
|
+
"interfaces": null,
|
|
93208
|
+
"kind": "INPUT_OBJECT",
|
|
93209
|
+
"name": "TraceFilterDataSearchCriteria",
|
|
93210
|
+
"possibleTypes": null
|
|
93211
|
+
},
|
|
93212
|
+
{
|
|
93213
|
+
"description": "A filter to apply when getting filter values (for cross-filtering).",
|
|
93214
|
+
"enumValues": null,
|
|
93215
|
+
"fields": null,
|
|
93216
|
+
"inputFields": [
|
|
93217
|
+
{
|
|
93218
|
+
"defaultValue": null,
|
|
93219
|
+
"description": "Filter field name",
|
|
93220
|
+
"name": "fieldName",
|
|
93221
|
+
"type": {
|
|
93222
|
+
"kind": "NON_NULL",
|
|
93223
|
+
"name": null,
|
|
93224
|
+
"ofType": {
|
|
93225
|
+
"kind": "ENUM",
|
|
93226
|
+
"name": "TraceFilterFieldName",
|
|
93227
|
+
"ofType": null
|
|
93228
|
+
}
|
|
93229
|
+
}
|
|
93230
|
+
},
|
|
93231
|
+
{
|
|
93232
|
+
"defaultValue": null,
|
|
93233
|
+
"description": "Filter value",
|
|
93234
|
+
"name": "value",
|
|
93235
|
+
"type": {
|
|
93236
|
+
"kind": "SCALAR",
|
|
93237
|
+
"name": "GenericScalar",
|
|
93238
|
+
"ofType": null
|
|
93239
|
+
}
|
|
93240
|
+
}
|
|
93241
|
+
],
|
|
93242
|
+
"interfaces": null,
|
|
93243
|
+
"kind": "INPUT_OBJECT",
|
|
93244
|
+
"name": "TraceFilterDataSearchCriteriaFilter",
|
|
93245
|
+
"possibleTypes": null
|
|
93246
|
+
},
|
|
92110
93247
|
{
|
|
92111
93248
|
"description": "Connection type for trace pagination.",
|
|
92112
93249
|
"enumValues": null,
|
|
@@ -92588,6 +93725,16 @@
|
|
|
92588
93725
|
}
|
|
92589
93726
|
}
|
|
92590
93727
|
},
|
|
93728
|
+
{
|
|
93729
|
+
"defaultValue": null,
|
|
93730
|
+
"description": "Optional filters to refine results",
|
|
93731
|
+
"name": "filters",
|
|
93732
|
+
"type": {
|
|
93733
|
+
"kind": "INPUT_OBJECT",
|
|
93734
|
+
"name": "TraceFiltersInput",
|
|
93735
|
+
"ofType": null
|
|
93736
|
+
}
|
|
93737
|
+
},
|
|
92591
93738
|
{
|
|
92592
93739
|
"defaultValue": null,
|
|
92593
93740
|
"description": "Number of records to fetch for forward pagination",
|
|
@@ -92654,6 +93801,151 @@
|
|
|
92654
93801
|
"name": "GetTracesInput",
|
|
92655
93802
|
"possibleTypes": null
|
|
92656
93803
|
},
|
|
93804
|
+
{
|
|
93805
|
+
"description": "Optional filters to refine trace results within the time range.",
|
|
93806
|
+
"enumValues": null,
|
|
93807
|
+
"fields": null,
|
|
93808
|
+
"inputFields": [
|
|
93809
|
+
{
|
|
93810
|
+
"defaultValue": null,
|
|
93811
|
+
"description": "Filter by model names (OR logic)",
|
|
93812
|
+
"name": "models",
|
|
93813
|
+
"type": {
|
|
93814
|
+
"kind": "LIST",
|
|
93815
|
+
"name": null,
|
|
93816
|
+
"ofType": {
|
|
93817
|
+
"kind": "NON_NULL",
|
|
93818
|
+
"name": null,
|
|
93819
|
+
"ofType": {
|
|
93820
|
+
"kind": "SCALAR",
|
|
93821
|
+
"name": "String",
|
|
93822
|
+
"ofType": null
|
|
93823
|
+
}
|
|
93824
|
+
}
|
|
93825
|
+
}
|
|
93826
|
+
},
|
|
93827
|
+
{
|
|
93828
|
+
"defaultValue": null,
|
|
93829
|
+
"description": "Filter by workflow names (OR logic)",
|
|
93830
|
+
"name": "workflows",
|
|
93831
|
+
"type": {
|
|
93832
|
+
"kind": "LIST",
|
|
93833
|
+
"name": null,
|
|
93834
|
+
"ofType": {
|
|
93835
|
+
"kind": "NON_NULL",
|
|
93836
|
+
"name": null,
|
|
93837
|
+
"ofType": {
|
|
93838
|
+
"kind": "SCALAR",
|
|
93839
|
+
"name": "String",
|
|
93840
|
+
"ofType": null
|
|
93841
|
+
}
|
|
93842
|
+
}
|
|
93843
|
+
}
|
|
93844
|
+
},
|
|
93845
|
+
{
|
|
93846
|
+
"defaultValue": null,
|
|
93847
|
+
"description": "Filter by task names (OR logic)",
|
|
93848
|
+
"name": "tasks",
|
|
93849
|
+
"type": {
|
|
93850
|
+
"kind": "LIST",
|
|
93851
|
+
"name": null,
|
|
93852
|
+
"ofType": {
|
|
93853
|
+
"kind": "NON_NULL",
|
|
93854
|
+
"name": null,
|
|
93855
|
+
"ofType": {
|
|
93856
|
+
"kind": "SCALAR",
|
|
93857
|
+
"name": "String",
|
|
93858
|
+
"ofType": null
|
|
93859
|
+
}
|
|
93860
|
+
}
|
|
93861
|
+
}
|
|
93862
|
+
},
|
|
93863
|
+
{
|
|
93864
|
+
"defaultValue": null,
|
|
93865
|
+
"description": "Minimum duration in seconds",
|
|
93866
|
+
"name": "minDuration",
|
|
93867
|
+
"type": {
|
|
93868
|
+
"kind": "SCALAR",
|
|
93869
|
+
"name": "Float",
|
|
93870
|
+
"ofType": null
|
|
93871
|
+
}
|
|
93872
|
+
},
|
|
93873
|
+
{
|
|
93874
|
+
"defaultValue": null,
|
|
93875
|
+
"description": "Maximum duration in seconds",
|
|
93876
|
+
"name": "maxDuration",
|
|
93877
|
+
"type": {
|
|
93878
|
+
"kind": "SCALAR",
|
|
93879
|
+
"name": "Float",
|
|
93880
|
+
"ofType": null
|
|
93881
|
+
}
|
|
93882
|
+
},
|
|
93883
|
+
{
|
|
93884
|
+
"defaultValue": null,
|
|
93885
|
+
"description": "Minimum prompt tokens",
|
|
93886
|
+
"name": "minPromptTokens",
|
|
93887
|
+
"type": {
|
|
93888
|
+
"kind": "SCALAR",
|
|
93889
|
+
"name": "Int",
|
|
93890
|
+
"ofType": null
|
|
93891
|
+
}
|
|
93892
|
+
},
|
|
93893
|
+
{
|
|
93894
|
+
"defaultValue": null,
|
|
93895
|
+
"description": "Maximum prompt tokens",
|
|
93896
|
+
"name": "maxPromptTokens",
|
|
93897
|
+
"type": {
|
|
93898
|
+
"kind": "SCALAR",
|
|
93899
|
+
"name": "Int",
|
|
93900
|
+
"ofType": null
|
|
93901
|
+
}
|
|
93902
|
+
},
|
|
93903
|
+
{
|
|
93904
|
+
"defaultValue": null,
|
|
93905
|
+
"description": "Minimum completion tokens",
|
|
93906
|
+
"name": "minCompletionTokens",
|
|
93907
|
+
"type": {
|
|
93908
|
+
"kind": "SCALAR",
|
|
93909
|
+
"name": "Int",
|
|
93910
|
+
"ofType": null
|
|
93911
|
+
}
|
|
93912
|
+
},
|
|
93913
|
+
{
|
|
93914
|
+
"defaultValue": null,
|
|
93915
|
+
"description": "Maximum completion tokens",
|
|
93916
|
+
"name": "maxCompletionTokens",
|
|
93917
|
+
"type": {
|
|
93918
|
+
"kind": "SCALAR",
|
|
93919
|
+
"name": "Int",
|
|
93920
|
+
"ofType": null
|
|
93921
|
+
}
|
|
93922
|
+
},
|
|
93923
|
+
{
|
|
93924
|
+
"defaultValue": null,
|
|
93925
|
+
"description": "Minimum total tokens",
|
|
93926
|
+
"name": "minTotalTokens",
|
|
93927
|
+
"type": {
|
|
93928
|
+
"kind": "SCALAR",
|
|
93929
|
+
"name": "Int",
|
|
93930
|
+
"ofType": null
|
|
93931
|
+
}
|
|
93932
|
+
},
|
|
93933
|
+
{
|
|
93934
|
+
"defaultValue": null,
|
|
93935
|
+
"description": "Maximum total tokens",
|
|
93936
|
+
"name": "maxTotalTokens",
|
|
93937
|
+
"type": {
|
|
93938
|
+
"kind": "SCALAR",
|
|
93939
|
+
"name": "Int",
|
|
93940
|
+
"ofType": null
|
|
93941
|
+
}
|
|
93942
|
+
}
|
|
93943
|
+
],
|
|
93944
|
+
"interfaces": null,
|
|
93945
|
+
"kind": "INPUT_OBJECT",
|
|
93946
|
+
"name": "TraceFiltersInput",
|
|
93947
|
+
"possibleTypes": null
|
|
93948
|
+
},
|
|
92657
93949
|
{
|
|
92658
93950
|
"description": "Fields that can be used for sorting traces.",
|
|
92659
93951
|
"enumValues": [
|
|
@@ -95688,12 +96980,6 @@
|
|
|
95688
96980
|
"isDeprecated": false,
|
|
95689
96981
|
"name": "DATABRICKS_METASTORE"
|
|
95690
96982
|
},
|
|
95691
|
-
{
|
|
95692
|
-
"deprecationReason": null,
|
|
95693
|
-
"description": null,
|
|
95694
|
-
"isDeprecated": false,
|
|
95695
|
-
"name": "DATABRICKS_DELTA"
|
|
95696
|
-
},
|
|
95697
96983
|
{
|
|
95698
96984
|
"deprecationReason": null,
|
|
95699
96985
|
"description": null,
|
|
@@ -95923,16 +97209,6 @@
|
|
|
95923
97209
|
"name": "ConnectionSubtypeEnum",
|
|
95924
97210
|
"possibleTypes": null
|
|
95925
97211
|
},
|
|
95926
|
-
{
|
|
95927
|
-
"description": "The `GenericScalar` scalar type represents a generic\nGraphQL scalar value that could be:\nString, Boolean, Int, Float, List or Object.",
|
|
95928
|
-
"enumValues": null,
|
|
95929
|
-
"fields": null,
|
|
95930
|
-
"inputFields": null,
|
|
95931
|
-
"interfaces": null,
|
|
95932
|
-
"kind": "SCALAR",
|
|
95933
|
-
"name": "GenericScalar",
|
|
95934
|
-
"possibleTypes": null
|
|
95935
|
-
},
|
|
95936
97212
|
{
|
|
95937
97213
|
"description": "Information about the support for required features (connection type, agent platform, etc.).",
|
|
95938
97214
|
"enumValues": null,
|
|
@@ -108700,6 +109976,26 @@
|
|
|
108700
109976
|
}
|
|
108701
109977
|
}
|
|
108702
109978
|
},
|
|
109979
|
+
{
|
|
109980
|
+
"args": [],
|
|
109981
|
+
"deprecationReason": null,
|
|
109982
|
+
"description": null,
|
|
109983
|
+
"isDeprecated": false,
|
|
109984
|
+
"name": "excludeDomains",
|
|
109985
|
+
"type": {
|
|
109986
|
+
"kind": "LIST",
|
|
109987
|
+
"name": null,
|
|
109988
|
+
"ofType": {
|
|
109989
|
+
"kind": "NON_NULL",
|
|
109990
|
+
"name": null,
|
|
109991
|
+
"ofType": {
|
|
109992
|
+
"kind": "SCALAR",
|
|
109993
|
+
"name": "String",
|
|
109994
|
+
"ofType": null
|
|
109995
|
+
}
|
|
109996
|
+
}
|
|
109997
|
+
}
|
|
109998
|
+
},
|
|
108703
109999
|
{
|
|
108704
110000
|
"args": [],
|
|
108705
110001
|
"deprecationReason": null,
|
|
@@ -109693,6 +110989,174 @@
|
|
|
109693
110989
|
"name": "FreshnessDetectorThresholdOutput",
|
|
109694
110990
|
"possibleTypes": null
|
|
109695
110991
|
},
|
|
110992
|
+
{
|
|
110993
|
+
"description": "Slack user information.",
|
|
110994
|
+
"enumValues": null,
|
|
110995
|
+
"fields": [
|
|
110996
|
+
{
|
|
110997
|
+
"args": [],
|
|
110998
|
+
"deprecationReason": null,
|
|
110999
|
+
"description": "Slack user ID",
|
|
111000
|
+
"isDeprecated": false,
|
|
111001
|
+
"name": "id",
|
|
111002
|
+
"type": {
|
|
111003
|
+
"kind": "NON_NULL",
|
|
111004
|
+
"name": null,
|
|
111005
|
+
"ofType": {
|
|
111006
|
+
"kind": "SCALAR",
|
|
111007
|
+
"name": "String",
|
|
111008
|
+
"ofType": null
|
|
111009
|
+
}
|
|
111010
|
+
}
|
|
111011
|
+
},
|
|
111012
|
+
{
|
|
111013
|
+
"args": [],
|
|
111014
|
+
"deprecationReason": null,
|
|
111015
|
+
"description": "Display name",
|
|
111016
|
+
"isDeprecated": false,
|
|
111017
|
+
"name": "displayName",
|
|
111018
|
+
"type": {
|
|
111019
|
+
"kind": "NON_NULL",
|
|
111020
|
+
"name": null,
|
|
111021
|
+
"ofType": {
|
|
111022
|
+
"kind": "SCALAR",
|
|
111023
|
+
"name": "String",
|
|
111024
|
+
"ofType": null
|
|
111025
|
+
}
|
|
111026
|
+
}
|
|
111027
|
+
}
|
|
111028
|
+
],
|
|
111029
|
+
"inputFields": null,
|
|
111030
|
+
"interfaces": [],
|
|
111031
|
+
"kind": "OBJECT",
|
|
111032
|
+
"name": "SlackUserOutput",
|
|
111033
|
+
"possibleTypes": null
|
|
111034
|
+
},
|
|
111035
|
+
{
|
|
111036
|
+
"description": "Slack user group information.",
|
|
111037
|
+
"enumValues": null,
|
|
111038
|
+
"fields": [
|
|
111039
|
+
{
|
|
111040
|
+
"args": [],
|
|
111041
|
+
"deprecationReason": null,
|
|
111042
|
+
"description": "Slack user group ID",
|
|
111043
|
+
"isDeprecated": false,
|
|
111044
|
+
"name": "id",
|
|
111045
|
+
"type": {
|
|
111046
|
+
"kind": "NON_NULL",
|
|
111047
|
+
"name": null,
|
|
111048
|
+
"ofType": {
|
|
111049
|
+
"kind": "SCALAR",
|
|
111050
|
+
"name": "String",
|
|
111051
|
+
"ofType": null
|
|
111052
|
+
}
|
|
111053
|
+
}
|
|
111054
|
+
},
|
|
111055
|
+
{
|
|
111056
|
+
"args": [],
|
|
111057
|
+
"deprecationReason": null,
|
|
111058
|
+
"description": "User group name",
|
|
111059
|
+
"isDeprecated": false,
|
|
111060
|
+
"name": "name",
|
|
111061
|
+
"type": {
|
|
111062
|
+
"kind": "NON_NULL",
|
|
111063
|
+
"name": null,
|
|
111064
|
+
"ofType": {
|
|
111065
|
+
"kind": "SCALAR",
|
|
111066
|
+
"name": "String",
|
|
111067
|
+
"ofType": null
|
|
111068
|
+
}
|
|
111069
|
+
}
|
|
111070
|
+
}
|
|
111071
|
+
],
|
|
111072
|
+
"inputFields": null,
|
|
111073
|
+
"interfaces": [],
|
|
111074
|
+
"kind": "OBJECT",
|
|
111075
|
+
"name": "SlackUserGroupOutput",
|
|
111076
|
+
"possibleTypes": null
|
|
111077
|
+
},
|
|
111078
|
+
{
|
|
111079
|
+
"description": "Paginated response for listing Slack users.",
|
|
111080
|
+
"enumValues": null,
|
|
111081
|
+
"fields": [
|
|
111082
|
+
{
|
|
111083
|
+
"args": [],
|
|
111084
|
+
"deprecationReason": null,
|
|
111085
|
+
"description": "List of users in this page",
|
|
111086
|
+
"isDeprecated": false,
|
|
111087
|
+
"name": "users",
|
|
111088
|
+
"type": {
|
|
111089
|
+
"kind": "NON_NULL",
|
|
111090
|
+
"name": null,
|
|
111091
|
+
"ofType": {
|
|
111092
|
+
"kind": "LIST",
|
|
111093
|
+
"name": null,
|
|
111094
|
+
"ofType": {
|
|
111095
|
+
"kind": "NON_NULL",
|
|
111096
|
+
"name": null,
|
|
111097
|
+
"ofType": {
|
|
111098
|
+
"kind": "OBJECT",
|
|
111099
|
+
"name": "SlackUserOutput",
|
|
111100
|
+
"ofType": null
|
|
111101
|
+
}
|
|
111102
|
+
}
|
|
111103
|
+
}
|
|
111104
|
+
}
|
|
111105
|
+
},
|
|
111106
|
+
{
|
|
111107
|
+
"args": [],
|
|
111108
|
+
"deprecationReason": null,
|
|
111109
|
+
"description": "Cursor for next page (null if no more pages)",
|
|
111110
|
+
"isDeprecated": false,
|
|
111111
|
+
"name": "nextCursor",
|
|
111112
|
+
"type": {
|
|
111113
|
+
"kind": "SCALAR",
|
|
111114
|
+
"name": "String",
|
|
111115
|
+
"ofType": null
|
|
111116
|
+
}
|
|
111117
|
+
}
|
|
111118
|
+
],
|
|
111119
|
+
"inputFields": null,
|
|
111120
|
+
"interfaces": [],
|
|
111121
|
+
"kind": "OBJECT",
|
|
111122
|
+
"name": "SlackUserListOutput",
|
|
111123
|
+
"possibleTypes": null
|
|
111124
|
+
},
|
|
111125
|
+
{
|
|
111126
|
+
"description": "Response for listing Slack user groups.",
|
|
111127
|
+
"enumValues": null,
|
|
111128
|
+
"fields": [
|
|
111129
|
+
{
|
|
111130
|
+
"args": [],
|
|
111131
|
+
"deprecationReason": null,
|
|
111132
|
+
"description": "List of all user groups",
|
|
111133
|
+
"isDeprecated": false,
|
|
111134
|
+
"name": "usergroups",
|
|
111135
|
+
"type": {
|
|
111136
|
+
"kind": "NON_NULL",
|
|
111137
|
+
"name": null,
|
|
111138
|
+
"ofType": {
|
|
111139
|
+
"kind": "LIST",
|
|
111140
|
+
"name": null,
|
|
111141
|
+
"ofType": {
|
|
111142
|
+
"kind": "NON_NULL",
|
|
111143
|
+
"name": null,
|
|
111144
|
+
"ofType": {
|
|
111145
|
+
"kind": "OBJECT",
|
|
111146
|
+
"name": "SlackUserGroupOutput",
|
|
111147
|
+
"ofType": null
|
|
111148
|
+
}
|
|
111149
|
+
}
|
|
111150
|
+
}
|
|
111151
|
+
}
|
|
111152
|
+
}
|
|
111153
|
+
],
|
|
111154
|
+
"inputFields": null,
|
|
111155
|
+
"interfaces": [],
|
|
111156
|
+
"kind": "OBJECT",
|
|
111157
|
+
"name": "SlackUserGroupListOutput",
|
|
111158
|
+
"possibleTypes": null
|
|
111159
|
+
},
|
|
109696
111160
|
{
|
|
109697
111161
|
"description": "A ServiceNow incident field",
|
|
109698
111162
|
"enumValues": null,
|
|
@@ -119436,6 +120900,22 @@
|
|
|
119436
120900
|
}
|
|
119437
120901
|
}
|
|
119438
120902
|
},
|
|
120903
|
+
{
|
|
120904
|
+
"args": [],
|
|
120905
|
+
"deprecationReason": null,
|
|
120906
|
+
"description": "Azure Subscription Name",
|
|
120907
|
+
"isDeprecated": false,
|
|
120908
|
+
"name": "subscriptionName",
|
|
120909
|
+
"type": {
|
|
120910
|
+
"kind": "NON_NULL",
|
|
120911
|
+
"name": null,
|
|
120912
|
+
"ofType": {
|
|
120913
|
+
"kind": "SCALAR",
|
|
120914
|
+
"name": "String",
|
|
120915
|
+
"ofType": null
|
|
120916
|
+
}
|
|
120917
|
+
}
|
|
120918
|
+
},
|
|
119439
120919
|
{
|
|
119440
120920
|
"args": [],
|
|
119441
120921
|
"deprecationReason": null,
|
|
@@ -119562,6 +121042,38 @@
|
|
|
119562
121042
|
"description": "Collection platform information",
|
|
119563
121043
|
"enumValues": null,
|
|
119564
121044
|
"fields": [
|
|
121045
|
+
{
|
|
121046
|
+
"args": [],
|
|
121047
|
+
"deprecationReason": null,
|
|
121048
|
+
"description": "AWS Account ID",
|
|
121049
|
+
"isDeprecated": false,
|
|
121050
|
+
"name": "awsAccountId",
|
|
121051
|
+
"type": {
|
|
121052
|
+
"kind": "NON_NULL",
|
|
121053
|
+
"name": null,
|
|
121054
|
+
"ofType": {
|
|
121055
|
+
"kind": "SCALAR",
|
|
121056
|
+
"name": "String",
|
|
121057
|
+
"ofType": null
|
|
121058
|
+
}
|
|
121059
|
+
}
|
|
121060
|
+
},
|
|
121061
|
+
{
|
|
121062
|
+
"args": [],
|
|
121063
|
+
"deprecationReason": null,
|
|
121064
|
+
"description": "AWS Region",
|
|
121065
|
+
"isDeprecated": false,
|
|
121066
|
+
"name": "awsRegion",
|
|
121067
|
+
"type": {
|
|
121068
|
+
"kind": "NON_NULL",
|
|
121069
|
+
"name": null,
|
|
121070
|
+
"ofType": {
|
|
121071
|
+
"kind": "SCALAR",
|
|
121072
|
+
"name": "String",
|
|
121073
|
+
"ofType": null
|
|
121074
|
+
}
|
|
121075
|
+
}
|
|
121076
|
+
},
|
|
119565
121077
|
{
|
|
119566
121078
|
"args": [],
|
|
119567
121079
|
"deprecationReason": null,
|
|
@@ -124421,6 +125933,293 @@
|
|
|
124421
125933
|
"name": "ParsedQueryResult",
|
|
124422
125934
|
"possibleTypes": null
|
|
124423
125935
|
},
|
|
125936
|
+
{
|
|
125937
|
+
"description": null,
|
|
125938
|
+
"enumValues": null,
|
|
125939
|
+
"fields": [
|
|
125940
|
+
{
|
|
125941
|
+
"args": [],
|
|
125942
|
+
"deprecationReason": null,
|
|
125943
|
+
"description": null,
|
|
125944
|
+
"isDeprecated": false,
|
|
125945
|
+
"name": "nodeName",
|
|
125946
|
+
"type": {
|
|
125947
|
+
"kind": "NON_NULL",
|
|
125948
|
+
"name": null,
|
|
125949
|
+
"ofType": {
|
|
125950
|
+
"kind": "SCALAR",
|
|
125951
|
+
"name": "String",
|
|
125952
|
+
"ofType": null
|
|
125953
|
+
}
|
|
125954
|
+
}
|
|
125955
|
+
},
|
|
125956
|
+
{
|
|
125957
|
+
"args": [],
|
|
125958
|
+
"deprecationReason": null,
|
|
125959
|
+
"description": null,
|
|
125960
|
+
"isDeprecated": false,
|
|
125961
|
+
"name": "spanId",
|
|
125962
|
+
"type": {
|
|
125963
|
+
"kind": "NON_NULL",
|
|
125964
|
+
"name": null,
|
|
125965
|
+
"ofType": {
|
|
125966
|
+
"kind": "SCALAR",
|
|
125967
|
+
"name": "String",
|
|
125968
|
+
"ofType": null
|
|
125969
|
+
}
|
|
125970
|
+
}
|
|
125971
|
+
},
|
|
125972
|
+
{
|
|
125973
|
+
"args": [],
|
|
125974
|
+
"deprecationReason": null,
|
|
125975
|
+
"description": null,
|
|
125976
|
+
"isDeprecated": false,
|
|
125977
|
+
"name": "traceId",
|
|
125978
|
+
"type": {
|
|
125979
|
+
"kind": "NON_NULL",
|
|
125980
|
+
"name": null,
|
|
125981
|
+
"ofType": {
|
|
125982
|
+
"kind": "SCALAR",
|
|
125983
|
+
"name": "String",
|
|
125984
|
+
"ofType": null
|
|
125985
|
+
}
|
|
125986
|
+
}
|
|
125987
|
+
},
|
|
125988
|
+
{
|
|
125989
|
+
"args": [],
|
|
125990
|
+
"deprecationReason": null,
|
|
125991
|
+
"description": null,
|
|
125992
|
+
"isDeprecated": false,
|
|
125993
|
+
"name": "parentSpanId",
|
|
125994
|
+
"type": {
|
|
125995
|
+
"kind": "SCALAR",
|
|
125996
|
+
"name": "String",
|
|
125997
|
+
"ofType": null
|
|
125998
|
+
}
|
|
125999
|
+
},
|
|
126000
|
+
{
|
|
126001
|
+
"args": [],
|
|
126002
|
+
"deprecationReason": null,
|
|
126003
|
+
"description": null,
|
|
126004
|
+
"isDeprecated": false,
|
|
126005
|
+
"name": "duration",
|
|
126006
|
+
"type": {
|
|
126007
|
+
"kind": "NON_NULL",
|
|
126008
|
+
"name": null,
|
|
126009
|
+
"ofType": {
|
|
126010
|
+
"kind": "SCALAR",
|
|
126011
|
+
"name": "Int",
|
|
126012
|
+
"ofType": null
|
|
126013
|
+
}
|
|
126014
|
+
}
|
|
126015
|
+
},
|
|
126016
|
+
{
|
|
126017
|
+
"args": [],
|
|
126018
|
+
"deprecationReason": null,
|
|
126019
|
+
"description": null,
|
|
126020
|
+
"isDeprecated": false,
|
|
126021
|
+
"name": "startTime",
|
|
126022
|
+
"type": {
|
|
126023
|
+
"kind": "SCALAR",
|
|
126024
|
+
"name": "DateTime",
|
|
126025
|
+
"ofType": null
|
|
126026
|
+
}
|
|
126027
|
+
},
|
|
126028
|
+
{
|
|
126029
|
+
"args": [],
|
|
126030
|
+
"deprecationReason": null,
|
|
126031
|
+
"description": null,
|
|
126032
|
+
"isDeprecated": false,
|
|
126033
|
+
"name": "endTime",
|
|
126034
|
+
"type": {
|
|
126035
|
+
"kind": "SCALAR",
|
|
126036
|
+
"name": "DateTime",
|
|
126037
|
+
"ofType": null
|
|
126038
|
+
}
|
|
126039
|
+
},
|
|
126040
|
+
{
|
|
126041
|
+
"args": [],
|
|
126042
|
+
"deprecationReason": null,
|
|
126043
|
+
"description": null,
|
|
126044
|
+
"isDeprecated": false,
|
|
126045
|
+
"name": "ingestTime",
|
|
126046
|
+
"type": {
|
|
126047
|
+
"kind": "SCALAR",
|
|
126048
|
+
"name": "DateTime",
|
|
126049
|
+
"ofType": null
|
|
126050
|
+
}
|
|
126051
|
+
},
|
|
126052
|
+
{
|
|
126053
|
+
"args": [],
|
|
126054
|
+
"deprecationReason": null,
|
|
126055
|
+
"description": null,
|
|
126056
|
+
"isDeprecated": false,
|
|
126057
|
+
"name": "hasPrompts",
|
|
126058
|
+
"type": {
|
|
126059
|
+
"kind": "NON_NULL",
|
|
126060
|
+
"name": null,
|
|
126061
|
+
"ofType": {
|
|
126062
|
+
"kind": "SCALAR",
|
|
126063
|
+
"name": "Boolean",
|
|
126064
|
+
"ofType": null
|
|
126065
|
+
}
|
|
126066
|
+
}
|
|
126067
|
+
},
|
|
126068
|
+
{
|
|
126069
|
+
"args": [],
|
|
126070
|
+
"deprecationReason": null,
|
|
126071
|
+
"description": null,
|
|
126072
|
+
"isDeprecated": false,
|
|
126073
|
+
"name": "hasCompletions",
|
|
126074
|
+
"type": {
|
|
126075
|
+
"kind": "NON_NULL",
|
|
126076
|
+
"name": null,
|
|
126077
|
+
"ofType": {
|
|
126078
|
+
"kind": "SCALAR",
|
|
126079
|
+
"name": "Boolean",
|
|
126080
|
+
"ofType": null
|
|
126081
|
+
}
|
|
126082
|
+
}
|
|
126083
|
+
},
|
|
126084
|
+
{
|
|
126085
|
+
"args": [],
|
|
126086
|
+
"deprecationReason": null,
|
|
126087
|
+
"description": null,
|
|
126088
|
+
"isDeprecated": false,
|
|
126089
|
+
"name": "promptTokens",
|
|
126090
|
+
"type": {
|
|
126091
|
+
"kind": "SCALAR",
|
|
126092
|
+
"name": "Int",
|
|
126093
|
+
"ofType": null
|
|
126094
|
+
}
|
|
126095
|
+
},
|
|
126096
|
+
{
|
|
126097
|
+
"args": [],
|
|
126098
|
+
"deprecationReason": null,
|
|
126099
|
+
"description": null,
|
|
126100
|
+
"isDeprecated": false,
|
|
126101
|
+
"name": "completionTokens",
|
|
126102
|
+
"type": {
|
|
126103
|
+
"kind": "SCALAR",
|
|
126104
|
+
"name": "Int",
|
|
126105
|
+
"ofType": null
|
|
126106
|
+
}
|
|
126107
|
+
},
|
|
126108
|
+
{
|
|
126109
|
+
"args": [],
|
|
126110
|
+
"deprecationReason": null,
|
|
126111
|
+
"description": null,
|
|
126112
|
+
"isDeprecated": false,
|
|
126113
|
+
"name": "totalTokens",
|
|
126114
|
+
"type": {
|
|
126115
|
+
"kind": "SCALAR",
|
|
126116
|
+
"name": "Int",
|
|
126117
|
+
"ofType": null
|
|
126118
|
+
}
|
|
126119
|
+
},
|
|
126120
|
+
{
|
|
126121
|
+
"args": [],
|
|
126122
|
+
"deprecationReason": null,
|
|
126123
|
+
"description": null,
|
|
126124
|
+
"isDeprecated": false,
|
|
126125
|
+
"name": "model",
|
|
126126
|
+
"type": {
|
|
126127
|
+
"kind": "SCALAR",
|
|
126128
|
+
"name": "String",
|
|
126129
|
+
"ofType": null
|
|
126130
|
+
}
|
|
126131
|
+
},
|
|
126132
|
+
{
|
|
126133
|
+
"args": [],
|
|
126134
|
+
"deprecationReason": null,
|
|
126135
|
+
"description": null,
|
|
126136
|
+
"isDeprecated": false,
|
|
126137
|
+
"name": "agentName",
|
|
126138
|
+
"type": {
|
|
126139
|
+
"kind": "SCALAR",
|
|
126140
|
+
"name": "String",
|
|
126141
|
+
"ofType": null
|
|
126142
|
+
}
|
|
126143
|
+
},
|
|
126144
|
+
{
|
|
126145
|
+
"args": [],
|
|
126146
|
+
"deprecationReason": null,
|
|
126147
|
+
"description": null,
|
|
126148
|
+
"isDeprecated": false,
|
|
126149
|
+
"name": "workflow",
|
|
126150
|
+
"type": {
|
|
126151
|
+
"kind": "SCALAR",
|
|
126152
|
+
"name": "String",
|
|
126153
|
+
"ofType": null
|
|
126154
|
+
}
|
|
126155
|
+
},
|
|
126156
|
+
{
|
|
126157
|
+
"args": [],
|
|
126158
|
+
"deprecationReason": null,
|
|
126159
|
+
"description": null,
|
|
126160
|
+
"isDeprecated": false,
|
|
126161
|
+
"name": "task",
|
|
126162
|
+
"type": {
|
|
126163
|
+
"kind": "SCALAR",
|
|
126164
|
+
"name": "String",
|
|
126165
|
+
"ofType": null
|
|
126166
|
+
}
|
|
126167
|
+
},
|
|
126168
|
+
{
|
|
126169
|
+
"args": [],
|
|
126170
|
+
"deprecationReason": null,
|
|
126171
|
+
"description": null,
|
|
126172
|
+
"isDeprecated": false,
|
|
126173
|
+
"name": "childSpanIds",
|
|
126174
|
+
"type": {
|
|
126175
|
+
"kind": "NON_NULL",
|
|
126176
|
+
"name": null,
|
|
126177
|
+
"ofType": {
|
|
126178
|
+
"kind": "LIST",
|
|
126179
|
+
"name": null,
|
|
126180
|
+
"ofType": {
|
|
126181
|
+
"kind": "NON_NULL",
|
|
126182
|
+
"name": null,
|
|
126183
|
+
"ofType": {
|
|
126184
|
+
"kind": "SCALAR",
|
|
126185
|
+
"name": "String",
|
|
126186
|
+
"ofType": null
|
|
126187
|
+
}
|
|
126188
|
+
}
|
|
126189
|
+
}
|
|
126190
|
+
}
|
|
126191
|
+
},
|
|
126192
|
+
{
|
|
126193
|
+
"args": [],
|
|
126194
|
+
"deprecationReason": null,
|
|
126195
|
+
"description": null,
|
|
126196
|
+
"isDeprecated": false,
|
|
126197
|
+
"name": "startExtraNs",
|
|
126198
|
+
"type": {
|
|
126199
|
+
"kind": "SCALAR",
|
|
126200
|
+
"name": "Int",
|
|
126201
|
+
"ofType": null
|
|
126202
|
+
}
|
|
126203
|
+
},
|
|
126204
|
+
{
|
|
126205
|
+
"args": [],
|
|
126206
|
+
"deprecationReason": null,
|
|
126207
|
+
"description": null,
|
|
126208
|
+
"isDeprecated": false,
|
|
126209
|
+
"name": "endExtraNs",
|
|
126210
|
+
"type": {
|
|
126211
|
+
"kind": "SCALAR",
|
|
126212
|
+
"name": "Int",
|
|
126213
|
+
"ofType": null
|
|
126214
|
+
}
|
|
126215
|
+
}
|
|
126216
|
+
],
|
|
126217
|
+
"inputFields": null,
|
|
126218
|
+
"interfaces": [],
|
|
126219
|
+
"kind": "OBJECT",
|
|
126220
|
+
"name": "TraceNode",
|
|
126221
|
+
"possibleTypes": null
|
|
126222
|
+
},
|
|
124424
126223
|
{
|
|
124425
126224
|
"description": null,
|
|
124426
126225
|
"enumValues": null,
|
|
@@ -124651,6 +126450,41 @@
|
|
|
124651
126450
|
"name": "AgentSpanFieldFilterInput",
|
|
124652
126451
|
"possibleTypes": null
|
|
124653
126452
|
},
|
|
126453
|
+
{
|
|
126454
|
+
"description": null,
|
|
126455
|
+
"enumValues": [
|
|
126456
|
+
{
|
|
126457
|
+
"deprecationReason": null,
|
|
126458
|
+
"description": null,
|
|
126459
|
+
"isDeprecated": false,
|
|
126460
|
+
"name": "ALL"
|
|
126461
|
+
},
|
|
126462
|
+
{
|
|
126463
|
+
"deprecationReason": null,
|
|
126464
|
+
"description": null,
|
|
126465
|
+
"isDeprecated": false,
|
|
126466
|
+
"name": "EVALUATION"
|
|
126467
|
+
},
|
|
126468
|
+
{
|
|
126469
|
+
"deprecationReason": null,
|
|
126470
|
+
"description": null,
|
|
126471
|
+
"isDeprecated": false,
|
|
126472
|
+
"name": "SPAN_TREE"
|
|
126473
|
+
},
|
|
126474
|
+
{
|
|
126475
|
+
"deprecationReason": null,
|
|
126476
|
+
"description": null,
|
|
126477
|
+
"isDeprecated": false,
|
|
126478
|
+
"name": "SPAN_VIEW"
|
|
126479
|
+
}
|
|
126480
|
+
],
|
|
126481
|
+
"fields": null,
|
|
126482
|
+
"inputFields": null,
|
|
126483
|
+
"interfaces": null,
|
|
126484
|
+
"kind": "ENUM",
|
|
126485
|
+
"name": "AgentMonitorSelectExpressionType",
|
|
126486
|
+
"possibleTypes": null
|
|
126487
|
+
},
|
|
124654
126488
|
{
|
|
124655
126489
|
"description": "Job history log entries",
|
|
124656
126490
|
"enumValues": null,
|
|
@@ -126925,6 +128759,22 @@
|
|
|
126925
128759
|
}
|
|
126926
128760
|
}
|
|
126927
128761
|
},
|
|
128762
|
+
{
|
|
128763
|
+
"args": [],
|
|
128764
|
+
"deprecationReason": null,
|
|
128765
|
+
"description": "Is this a draft monitor?",
|
|
128766
|
+
"isDeprecated": false,
|
|
128767
|
+
"name": "isDraft",
|
|
128768
|
+
"type": {
|
|
128769
|
+
"kind": "NON_NULL",
|
|
128770
|
+
"name": null,
|
|
128771
|
+
"ofType": {
|
|
128772
|
+
"kind": "SCALAR",
|
|
128773
|
+
"name": "Boolean",
|
|
128774
|
+
"ofType": null
|
|
128775
|
+
}
|
|
128776
|
+
}
|
|
128777
|
+
},
|
|
126928
128778
|
{
|
|
126929
128779
|
"args": [],
|
|
126930
128780
|
"deprecationReason": null,
|
|
@@ -127572,6 +129422,26 @@
|
|
|
127572
129422
|
"name": "Int",
|
|
127573
129423
|
"ofType": null
|
|
127574
129424
|
}
|
|
129425
|
+
},
|
|
129426
|
+
{
|
|
129427
|
+
"args": [],
|
|
129428
|
+
"deprecationReason": null,
|
|
129429
|
+
"description": "Domain UUIDs assigned to the monitor.",
|
|
129430
|
+
"isDeprecated": false,
|
|
129431
|
+
"name": "domainUuids",
|
|
129432
|
+
"type": {
|
|
129433
|
+
"kind": "LIST",
|
|
129434
|
+
"name": null,
|
|
129435
|
+
"ofType": {
|
|
129436
|
+
"kind": "NON_NULL",
|
|
129437
|
+
"name": null,
|
|
129438
|
+
"ofType": {
|
|
129439
|
+
"kind": "SCALAR",
|
|
129440
|
+
"name": "UUID",
|
|
129441
|
+
"ofType": null
|
|
129442
|
+
}
|
|
129443
|
+
}
|
|
129444
|
+
}
|
|
127575
129445
|
}
|
|
127576
129446
|
],
|
|
127577
129447
|
"inputFields": null,
|
|
@@ -156565,6 +158435,24 @@
|
|
|
156565
158435
|
}
|
|
156566
158436
|
}
|
|
156567
158437
|
},
|
|
158438
|
+
{
|
|
158439
|
+
"defaultValue": null,
|
|
158440
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
158441
|
+
"name": "domainUuids",
|
|
158442
|
+
"type": {
|
|
158443
|
+
"kind": "LIST",
|
|
158444
|
+
"name": null,
|
|
158445
|
+
"ofType": {
|
|
158446
|
+
"kind": "NON_NULL",
|
|
158447
|
+
"name": null,
|
|
158448
|
+
"ofType": {
|
|
158449
|
+
"kind": "SCALAR",
|
|
158450
|
+
"name": "UUID",
|
|
158451
|
+
"ofType": null
|
|
158452
|
+
}
|
|
158453
|
+
}
|
|
158454
|
+
}
|
|
158455
|
+
},
|
|
156568
158456
|
{
|
|
156569
158457
|
"defaultValue": "false",
|
|
156570
158458
|
"description": "Dry run the monitor creation or update and return the MaC YAML and queries.",
|
|
@@ -167049,6 +168937,24 @@
|
|
|
167049
168937
|
"ofType": null
|
|
167050
168938
|
}
|
|
167051
168939
|
},
|
|
168940
|
+
{
|
|
168941
|
+
"defaultValue": null,
|
|
168942
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
168943
|
+
"name": "domainUuids",
|
|
168944
|
+
"type": {
|
|
168945
|
+
"kind": "LIST",
|
|
168946
|
+
"name": null,
|
|
168947
|
+
"ofType": {
|
|
168948
|
+
"kind": "NON_NULL",
|
|
168949
|
+
"name": null,
|
|
168950
|
+
"ofType": {
|
|
168951
|
+
"kind": "SCALAR",
|
|
168952
|
+
"name": "UUID",
|
|
168953
|
+
"ofType": null
|
|
168954
|
+
}
|
|
168955
|
+
}
|
|
168956
|
+
}
|
|
168957
|
+
},
|
|
167052
168958
|
{
|
|
167053
168959
|
"defaultValue": null,
|
|
167054
168960
|
"description": "Warehouse the tables are contained in. Required when using fullTableIds",
|
|
@@ -167266,6 +169172,24 @@
|
|
|
167266
169172
|
"ofType": null
|
|
167267
169173
|
}
|
|
167268
169174
|
},
|
|
169175
|
+
{
|
|
169176
|
+
"defaultValue": null,
|
|
169177
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
169178
|
+
"name": "domainUuids",
|
|
169179
|
+
"type": {
|
|
169180
|
+
"kind": "LIST",
|
|
169181
|
+
"name": null,
|
|
169182
|
+
"ofType": {
|
|
169183
|
+
"kind": "NON_NULL",
|
|
169184
|
+
"name": null,
|
|
169185
|
+
"ofType": {
|
|
169186
|
+
"kind": "SCALAR",
|
|
169187
|
+
"name": "UUID",
|
|
169188
|
+
"ofType": null
|
|
169189
|
+
}
|
|
169190
|
+
}
|
|
169191
|
+
}
|
|
169192
|
+
},
|
|
167269
169193
|
{
|
|
167270
169194
|
"defaultValue": null,
|
|
167271
169195
|
"description": "Warehouse the tables are contained in. Required when using fullTableIds",
|
|
@@ -167521,6 +169445,24 @@
|
|
|
167521
169445
|
}
|
|
167522
169446
|
}
|
|
167523
169447
|
},
|
|
169448
|
+
{
|
|
169449
|
+
"defaultValue": null,
|
|
169450
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
169451
|
+
"name": "domainUuids",
|
|
169452
|
+
"type": {
|
|
169453
|
+
"kind": "LIST",
|
|
169454
|
+
"name": null,
|
|
169455
|
+
"ofType": {
|
|
169456
|
+
"kind": "NON_NULL",
|
|
169457
|
+
"name": null,
|
|
169458
|
+
"ofType": {
|
|
169459
|
+
"kind": "SCALAR",
|
|
169460
|
+
"name": "UUID",
|
|
169461
|
+
"ofType": null
|
|
169462
|
+
}
|
|
169463
|
+
}
|
|
169464
|
+
}
|
|
169465
|
+
},
|
|
167524
169466
|
{
|
|
167525
169467
|
"defaultValue": null,
|
|
167526
169468
|
"description": "Warehouse UUID",
|
|
@@ -167896,6 +169838,24 @@
|
|
|
167896
169838
|
}
|
|
167897
169839
|
}
|
|
167898
169840
|
},
|
|
169841
|
+
{
|
|
169842
|
+
"defaultValue": null,
|
|
169843
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
169844
|
+
"name": "domainUuids",
|
|
169845
|
+
"type": {
|
|
169846
|
+
"kind": "LIST",
|
|
169847
|
+
"name": null,
|
|
169848
|
+
"ofType": {
|
|
169849
|
+
"kind": "NON_NULL",
|
|
169850
|
+
"name": null,
|
|
169851
|
+
"ofType": {
|
|
169852
|
+
"kind": "SCALAR",
|
|
169853
|
+
"name": "UUID",
|
|
169854
|
+
"ofType": null
|
|
169855
|
+
}
|
|
169856
|
+
}
|
|
169857
|
+
}
|
|
169858
|
+
},
|
|
167899
169859
|
{
|
|
167900
169860
|
"defaultValue": null,
|
|
167901
169861
|
"description": "Warehouse UUID",
|
|
@@ -168407,6 +170367,24 @@
|
|
|
168407
170367
|
}
|
|
168408
170368
|
}
|
|
168409
170369
|
},
|
|
170370
|
+
{
|
|
170371
|
+
"defaultValue": null,
|
|
170372
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
170373
|
+
"name": "domainUuids",
|
|
170374
|
+
"type": {
|
|
170375
|
+
"kind": "LIST",
|
|
170376
|
+
"name": null,
|
|
170377
|
+
"ofType": {
|
|
170378
|
+
"kind": "NON_NULL",
|
|
170379
|
+
"name": null,
|
|
170380
|
+
"ofType": {
|
|
170381
|
+
"kind": "SCALAR",
|
|
170382
|
+
"name": "UUID",
|
|
170383
|
+
"ofType": null
|
|
170384
|
+
}
|
|
170385
|
+
}
|
|
170386
|
+
}
|
|
170387
|
+
},
|
|
168410
170388
|
{
|
|
168411
170389
|
"defaultValue": null,
|
|
168412
170390
|
"description": "Warehouse the tables are contained in. Required when using fullTableIds",
|
|
@@ -168652,6 +170630,24 @@
|
|
|
168652
170630
|
}
|
|
168653
170631
|
}
|
|
168654
170632
|
},
|
|
170633
|
+
{
|
|
170634
|
+
"defaultValue": null,
|
|
170635
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
170636
|
+
"name": "domainUuids",
|
|
170637
|
+
"type": {
|
|
170638
|
+
"kind": "LIST",
|
|
170639
|
+
"name": null,
|
|
170640
|
+
"ofType": {
|
|
170641
|
+
"kind": "NON_NULL",
|
|
170642
|
+
"name": null,
|
|
170643
|
+
"ofType": {
|
|
170644
|
+
"kind": "SCALAR",
|
|
170645
|
+
"name": "UUID",
|
|
170646
|
+
"ofType": null
|
|
170647
|
+
}
|
|
170648
|
+
}
|
|
170649
|
+
}
|
|
170650
|
+
},
|
|
168655
170651
|
{
|
|
168656
170652
|
"defaultValue": "false",
|
|
168657
170653
|
"description": "Dry run the monitor creation or update and return the MaC YAML and queries.",
|
|
@@ -168933,6 +170929,24 @@
|
|
|
168933
170929
|
}
|
|
168934
170930
|
}
|
|
168935
170931
|
},
|
|
170932
|
+
{
|
|
170933
|
+
"defaultValue": null,
|
|
170934
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
170935
|
+
"name": "domainUuids",
|
|
170936
|
+
"type": {
|
|
170937
|
+
"kind": "LIST",
|
|
170938
|
+
"name": null,
|
|
170939
|
+
"ofType": {
|
|
170940
|
+
"kind": "NON_NULL",
|
|
170941
|
+
"name": null,
|
|
170942
|
+
"ofType": {
|
|
170943
|
+
"kind": "SCALAR",
|
|
170944
|
+
"name": "UUID",
|
|
170945
|
+
"ofType": null
|
|
170946
|
+
}
|
|
170947
|
+
}
|
|
170948
|
+
}
|
|
170949
|
+
},
|
|
168936
170950
|
{
|
|
168937
170951
|
"defaultValue": "false",
|
|
168938
170952
|
"description": "Dry run the monitor creation or update and return the MaC YAML and queries.",
|
|
@@ -169218,6 +171232,24 @@
|
|
|
169218
171232
|
}
|
|
169219
171233
|
}
|
|
169220
171234
|
},
|
|
171235
|
+
{
|
|
171236
|
+
"defaultValue": null,
|
|
171237
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
171238
|
+
"name": "domainUuids",
|
|
171239
|
+
"type": {
|
|
171240
|
+
"kind": "LIST",
|
|
171241
|
+
"name": null,
|
|
171242
|
+
"ofType": {
|
|
171243
|
+
"kind": "NON_NULL",
|
|
171244
|
+
"name": null,
|
|
171245
|
+
"ofType": {
|
|
171246
|
+
"kind": "SCALAR",
|
|
171247
|
+
"name": "UUID",
|
|
171248
|
+
"ofType": null
|
|
171249
|
+
}
|
|
171250
|
+
}
|
|
171251
|
+
}
|
|
171252
|
+
},
|
|
169221
171253
|
{
|
|
169222
171254
|
"defaultValue": "false",
|
|
169223
171255
|
"description": "Dry run the monitor creation or update and return the MaC YAML and queries.",
|
|
@@ -169389,6 +171421,24 @@
|
|
|
169389
171421
|
"ofType": null
|
|
169390
171422
|
}
|
|
169391
171423
|
},
|
|
171424
|
+
{
|
|
171425
|
+
"defaultValue": null,
|
|
171426
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
171427
|
+
"name": "domainUuids",
|
|
171428
|
+
"type": {
|
|
171429
|
+
"kind": "LIST",
|
|
171430
|
+
"name": null,
|
|
171431
|
+
"ofType": {
|
|
171432
|
+
"kind": "NON_NULL",
|
|
171433
|
+
"name": null,
|
|
171434
|
+
"ofType": {
|
|
171435
|
+
"kind": "SCALAR",
|
|
171436
|
+
"name": "UUID",
|
|
171437
|
+
"ofType": null
|
|
171438
|
+
}
|
|
171439
|
+
}
|
|
171440
|
+
}
|
|
171441
|
+
},
|
|
169392
171442
|
{
|
|
169393
171443
|
"defaultValue": null,
|
|
169394
171444
|
"description": "Warehouse the tables are contained in. Required when using fullTableIds",
|
|
@@ -170530,6 +172580,24 @@
|
|
|
170530
172580
|
}
|
|
170531
172581
|
}
|
|
170532
172582
|
},
|
|
172583
|
+
{
|
|
172584
|
+
"defaultValue": null,
|
|
172585
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
172586
|
+
"name": "domainUuids",
|
|
172587
|
+
"type": {
|
|
172588
|
+
"kind": "LIST",
|
|
172589
|
+
"name": null,
|
|
172590
|
+
"ofType": {
|
|
172591
|
+
"kind": "NON_NULL",
|
|
172592
|
+
"name": null,
|
|
172593
|
+
"ofType": {
|
|
172594
|
+
"kind": "SCALAR",
|
|
172595
|
+
"name": "UUID",
|
|
172596
|
+
"ofType": null
|
|
172597
|
+
}
|
|
172598
|
+
}
|
|
172599
|
+
}
|
|
172600
|
+
},
|
|
170533
172601
|
{
|
|
170534
172602
|
"defaultValue": null,
|
|
170535
172603
|
"description": "Warehouse UUID",
|
|
@@ -171398,6 +173466,24 @@
|
|
|
171398
173466
|
"ofType": null
|
|
171399
173467
|
}
|
|
171400
173468
|
},
|
|
173469
|
+
{
|
|
173470
|
+
"defaultValue": null,
|
|
173471
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
173472
|
+
"name": "domainUuids",
|
|
173473
|
+
"type": {
|
|
173474
|
+
"kind": "LIST",
|
|
173475
|
+
"name": null,
|
|
173476
|
+
"ofType": {
|
|
173477
|
+
"kind": "NON_NULL",
|
|
173478
|
+
"name": null,
|
|
173479
|
+
"ofType": {
|
|
173480
|
+
"kind": "SCALAR",
|
|
173481
|
+
"name": "UUID",
|
|
173482
|
+
"ofType": null
|
|
173483
|
+
}
|
|
173484
|
+
}
|
|
173485
|
+
}
|
|
173486
|
+
},
|
|
171401
173487
|
{
|
|
171402
173488
|
"defaultValue": "false",
|
|
171403
173489
|
"description": "Return an error if the update is a significant change that would require a monitor reset.",
|
|
@@ -171906,6 +173992,24 @@
|
|
|
171906
173992
|
}
|
|
171907
173993
|
}
|
|
171908
173994
|
},
|
|
173995
|
+
{
|
|
173996
|
+
"defaultValue": null,
|
|
173997
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
173998
|
+
"name": "domainUuids",
|
|
173999
|
+
"type": {
|
|
174000
|
+
"kind": "LIST",
|
|
174001
|
+
"name": null,
|
|
174002
|
+
"ofType": {
|
|
174003
|
+
"kind": "NON_NULL",
|
|
174004
|
+
"name": null,
|
|
174005
|
+
"ofType": {
|
|
174006
|
+
"kind": "SCALAR",
|
|
174007
|
+
"name": "UUID",
|
|
174008
|
+
"ofType": null
|
|
174009
|
+
}
|
|
174010
|
+
}
|
|
174011
|
+
}
|
|
174012
|
+
},
|
|
171909
174013
|
{
|
|
171910
174014
|
"defaultValue": "false",
|
|
171911
174015
|
"description": "Dry run the monitor creation or update and return the MaC YAML and queries.",
|
|
@@ -172185,6 +174289,24 @@
|
|
|
172185
174289
|
"ofType": null
|
|
172186
174290
|
}
|
|
172187
174291
|
},
|
|
174292
|
+
{
|
|
174293
|
+
"defaultValue": null,
|
|
174294
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
174295
|
+
"name": "domainUuids",
|
|
174296
|
+
"type": {
|
|
174297
|
+
"kind": "LIST",
|
|
174298
|
+
"name": null,
|
|
174299
|
+
"ofType": {
|
|
174300
|
+
"kind": "NON_NULL",
|
|
174301
|
+
"name": null,
|
|
174302
|
+
"ofType": {
|
|
174303
|
+
"kind": "SCALAR",
|
|
174304
|
+
"name": "UUID",
|
|
174305
|
+
"ofType": null
|
|
174306
|
+
}
|
|
174307
|
+
}
|
|
174308
|
+
}
|
|
174309
|
+
},
|
|
172188
174310
|
{
|
|
172189
174311
|
"defaultValue": "false",
|
|
172190
174312
|
"description": "Dry run the monitor creation or update and return the MaC YAML and queries.",
|
|
@@ -172520,6 +174642,24 @@
|
|
|
172520
174642
|
}
|
|
172521
174643
|
}
|
|
172522
174644
|
},
|
|
174645
|
+
{
|
|
174646
|
+
"defaultValue": null,
|
|
174647
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
174648
|
+
"name": "domainUuids",
|
|
174649
|
+
"type": {
|
|
174650
|
+
"kind": "LIST",
|
|
174651
|
+
"name": null,
|
|
174652
|
+
"ofType": {
|
|
174653
|
+
"kind": "NON_NULL",
|
|
174654
|
+
"name": null,
|
|
174655
|
+
"ofType": {
|
|
174656
|
+
"kind": "SCALAR",
|
|
174657
|
+
"name": "UUID",
|
|
174658
|
+
"ofType": null
|
|
174659
|
+
}
|
|
174660
|
+
}
|
|
174661
|
+
}
|
|
174662
|
+
},
|
|
172523
174663
|
{
|
|
172524
174664
|
"defaultValue": "false",
|
|
172525
174665
|
"description": "Dry run the monitor creation or update and return the MaC YAML and queries.",
|
|
@@ -172795,6 +174935,24 @@
|
|
|
172795
174935
|
}
|
|
172796
174936
|
}
|
|
172797
174937
|
},
|
|
174938
|
+
{
|
|
174939
|
+
"defaultValue": null,
|
|
174940
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
174941
|
+
"name": "domainUuids",
|
|
174942
|
+
"type": {
|
|
174943
|
+
"kind": "LIST",
|
|
174944
|
+
"name": null,
|
|
174945
|
+
"ofType": {
|
|
174946
|
+
"kind": "NON_NULL",
|
|
174947
|
+
"name": null,
|
|
174948
|
+
"ofType": {
|
|
174949
|
+
"kind": "SCALAR",
|
|
174950
|
+
"name": "UUID",
|
|
174951
|
+
"ofType": null
|
|
174952
|
+
}
|
|
174953
|
+
}
|
|
174954
|
+
}
|
|
174955
|
+
},
|
|
172798
174956
|
{
|
|
172799
174957
|
"defaultValue": "false",
|
|
172800
174958
|
"description": "Dry run the monitor creation or update and return the MaC YAML and queries.",
|
|
@@ -181195,9 +183353,9 @@
|
|
|
181195
183353
|
}
|
|
181196
183354
|
}
|
|
181197
183355
|
],
|
|
181198
|
-
"deprecationReason":
|
|
181199
|
-
"description": "(experimental) Request access to view an alert",
|
|
181200
|
-
"isDeprecated":
|
|
183356
|
+
"deprecationReason": "Use requestAccess instead",
|
|
183357
|
+
"description": "(experimental) DEPRECATED. Request access to view an alert",
|
|
183358
|
+
"isDeprecated": true,
|
|
181201
183359
|
"name": "requestAlertAccess",
|
|
181202
183360
|
"type": {
|
|
181203
183361
|
"kind": "OBJECT",
|