pycarlo 0.11.15__py3-none-any.whl → 0.12.5__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 +2296 -28
- pycarlo/lib/schema.py +1373 -419
- pycarlo/lib/types.py +68 -0
- {pycarlo-0.11.15.dist-info → pycarlo-0.12.5.dist-info}/METADATA +52 -35
- {pycarlo-0.11.15.dist-info → pycarlo-0.12.5.dist-info}/RECORD +10 -9
- {pycarlo-0.11.15.dist-info → pycarlo-0.12.5.dist-info}/WHEEL +1 -1
- {pycarlo-0.11.15.dist-info → pycarlo-0.12.5.dist-info}/LICENSE +0 -0
- {pycarlo-0.11.15.dist-info → pycarlo-0.12.5.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",
|
|
@@ -42106,6 +42587,18 @@
|
|
|
42106
42587
|
}
|
|
42107
42588
|
}
|
|
42108
42589
|
},
|
|
42590
|
+
{
|
|
42591
|
+
"args": [],
|
|
42592
|
+
"deprecationReason": null,
|
|
42593
|
+
"description": "",
|
|
42594
|
+
"isDeprecated": false,
|
|
42595
|
+
"name": "name",
|
|
42596
|
+
"type": {
|
|
42597
|
+
"kind": "SCALAR",
|
|
42598
|
+
"name": "String",
|
|
42599
|
+
"ofType": null
|
|
42600
|
+
}
|
|
42601
|
+
},
|
|
42109
42602
|
{
|
|
42110
42603
|
"args": [],
|
|
42111
42604
|
"deprecationReason": null,
|
|
@@ -50585,6 +51078,26 @@
|
|
|
50585
51078
|
}
|
|
50586
51079
|
}
|
|
50587
51080
|
}
|
|
51081
|
+
},
|
|
51082
|
+
{
|
|
51083
|
+
"args": [],
|
|
51084
|
+
"deprecationReason": null,
|
|
51085
|
+
"description": "Domain UUIDs assigned to the monitor.",
|
|
51086
|
+
"isDeprecated": false,
|
|
51087
|
+
"name": "domainUuids",
|
|
51088
|
+
"type": {
|
|
51089
|
+
"kind": "LIST",
|
|
51090
|
+
"name": null,
|
|
51091
|
+
"ofType": {
|
|
51092
|
+
"kind": "NON_NULL",
|
|
51093
|
+
"name": null,
|
|
51094
|
+
"ofType": {
|
|
51095
|
+
"kind": "SCALAR",
|
|
51096
|
+
"name": "UUID",
|
|
51097
|
+
"ofType": null
|
|
51098
|
+
}
|
|
51099
|
+
}
|
|
51100
|
+
}
|
|
50588
51101
|
}
|
|
50589
51102
|
],
|
|
50590
51103
|
"inputFields": null,
|
|
@@ -54958,6 +55471,18 @@
|
|
|
54958
55471
|
"ofType": null
|
|
54959
55472
|
}
|
|
54960
55473
|
},
|
|
55474
|
+
{
|
|
55475
|
+
"args": [],
|
|
55476
|
+
"deprecationReason": null,
|
|
55477
|
+
"description": "UUID for a recipient integration",
|
|
55478
|
+
"isDeprecated": false,
|
|
55479
|
+
"name": "integrationUuid",
|
|
55480
|
+
"type": {
|
|
55481
|
+
"kind": "SCALAR",
|
|
55482
|
+
"name": "UUID",
|
|
55483
|
+
"ofType": null
|
|
55484
|
+
}
|
|
55485
|
+
},
|
|
54961
55486
|
{
|
|
54962
55487
|
"args": [],
|
|
54963
55488
|
"deprecationReason": null,
|
|
@@ -55034,6 +55559,18 @@
|
|
|
55034
55559
|
"ofType": null
|
|
55035
55560
|
}
|
|
55036
55561
|
},
|
|
55562
|
+
{
|
|
55563
|
+
"args": [],
|
|
55564
|
+
"deprecationReason": null,
|
|
55565
|
+
"description": "Slack team/workspace ID (only for Slack notifications)",
|
|
55566
|
+
"isDeprecated": false,
|
|
55567
|
+
"name": "teamId",
|
|
55568
|
+
"type": {
|
|
55569
|
+
"kind": "SCALAR",
|
|
55570
|
+
"name": "String",
|
|
55571
|
+
"ofType": null
|
|
55572
|
+
}
|
|
55573
|
+
},
|
|
55037
55574
|
{
|
|
55038
55575
|
"args": [],
|
|
55039
55576
|
"deprecationReason": null,
|
|
@@ -71337,6 +71874,18 @@
|
|
|
71337
71874
|
}
|
|
71338
71875
|
}
|
|
71339
71876
|
},
|
|
71877
|
+
{
|
|
71878
|
+
"args": [],
|
|
71879
|
+
"deprecationReason": null,
|
|
71880
|
+
"description": "Name of the Agent.",
|
|
71881
|
+
"isDeprecated": false,
|
|
71882
|
+
"name": "name",
|
|
71883
|
+
"type": {
|
|
71884
|
+
"kind": "SCALAR",
|
|
71885
|
+
"name": "String",
|
|
71886
|
+
"ofType": null
|
|
71887
|
+
}
|
|
71888
|
+
},
|
|
71340
71889
|
{
|
|
71341
71890
|
"args": [],
|
|
71342
71891
|
"deprecationReason": null,
|
|
@@ -75740,6 +76289,26 @@
|
|
|
75740
76289
|
"ofType": null
|
|
75741
76290
|
}
|
|
75742
76291
|
},
|
|
76292
|
+
{
|
|
76293
|
+
"args": [],
|
|
76294
|
+
"deprecationReason": null,
|
|
76295
|
+
"description": "Domain UUIDs assigned to the monitor.",
|
|
76296
|
+
"isDeprecated": false,
|
|
76297
|
+
"name": "domainUuids",
|
|
76298
|
+
"type": {
|
|
76299
|
+
"kind": "LIST",
|
|
76300
|
+
"name": null,
|
|
76301
|
+
"ofType": {
|
|
76302
|
+
"kind": "NON_NULL",
|
|
76303
|
+
"name": null,
|
|
76304
|
+
"ofType": {
|
|
76305
|
+
"kind": "SCALAR",
|
|
76306
|
+
"name": "UUID",
|
|
76307
|
+
"ofType": null
|
|
76308
|
+
}
|
|
76309
|
+
}
|
|
76310
|
+
}
|
|
76311
|
+
},
|
|
75743
76312
|
{
|
|
75744
76313
|
"args": [],
|
|
75745
76314
|
"deprecationReason": null,
|
|
@@ -77089,6 +77658,26 @@
|
|
|
77089
77658
|
"ofType": null
|
|
77090
77659
|
}
|
|
77091
77660
|
},
|
|
77661
|
+
{
|
|
77662
|
+
"args": [],
|
|
77663
|
+
"deprecationReason": null,
|
|
77664
|
+
"description": "Domain UUIDs assigned to the monitor.",
|
|
77665
|
+
"isDeprecated": false,
|
|
77666
|
+
"name": "domainUuids",
|
|
77667
|
+
"type": {
|
|
77668
|
+
"kind": "LIST",
|
|
77669
|
+
"name": null,
|
|
77670
|
+
"ofType": {
|
|
77671
|
+
"kind": "NON_NULL",
|
|
77672
|
+
"name": null,
|
|
77673
|
+
"ofType": {
|
|
77674
|
+
"kind": "SCALAR",
|
|
77675
|
+
"name": "UUID",
|
|
77676
|
+
"ofType": null
|
|
77677
|
+
}
|
|
77678
|
+
}
|
|
77679
|
+
}
|
|
77680
|
+
},
|
|
77092
77681
|
{
|
|
77093
77682
|
"args": [],
|
|
77094
77683
|
"deprecationReason": null,
|
|
@@ -87609,6 +88198,18 @@
|
|
|
87609
88198
|
"ofType": null
|
|
87610
88199
|
}
|
|
87611
88200
|
},
|
|
88201
|
+
{
|
|
88202
|
+
"args": [],
|
|
88203
|
+
"deprecationReason": null,
|
|
88204
|
+
"description": "Timestamp when the channel was marked as loading",
|
|
88205
|
+
"isDeprecated": false,
|
|
88206
|
+
"name": "loadingStartTime",
|
|
88207
|
+
"type": {
|
|
88208
|
+
"kind": "SCALAR",
|
|
88209
|
+
"name": "DateTime",
|
|
88210
|
+
"ofType": null
|
|
88211
|
+
}
|
|
88212
|
+
},
|
|
87612
88213
|
{
|
|
87613
88214
|
"args": [],
|
|
87614
88215
|
"deprecationReason": null,
|
|
@@ -89526,6 +90127,22 @@
|
|
|
89526
90127
|
"ofType": null
|
|
89527
90128
|
}
|
|
89528
90129
|
},
|
|
90130
|
+
{
|
|
90131
|
+
"args": [],
|
|
90132
|
+
"deprecationReason": null,
|
|
90133
|
+
"description": "Is this a draft monitor?",
|
|
90134
|
+
"isDeprecated": false,
|
|
90135
|
+
"name": "isDraft",
|
|
90136
|
+
"type": {
|
|
90137
|
+
"kind": "NON_NULL",
|
|
90138
|
+
"name": null,
|
|
90139
|
+
"ofType": {
|
|
90140
|
+
"kind": "SCALAR",
|
|
90141
|
+
"name": "Boolean",
|
|
90142
|
+
"ofType": null
|
|
90143
|
+
}
|
|
90144
|
+
}
|
|
90145
|
+
},
|
|
89529
90146
|
{
|
|
89530
90147
|
"args": [],
|
|
89531
90148
|
"deprecationReason": null,
|
|
@@ -90372,6 +90989,26 @@
|
|
|
90372
90989
|
"ofType": null
|
|
90373
90990
|
}
|
|
90374
90991
|
},
|
|
90992
|
+
{
|
|
90993
|
+
"args": [],
|
|
90994
|
+
"deprecationReason": null,
|
|
90995
|
+
"description": "Domain UUIDs assigned to the monitor.",
|
|
90996
|
+
"isDeprecated": false,
|
|
90997
|
+
"name": "domainUuids",
|
|
90998
|
+
"type": {
|
|
90999
|
+
"kind": "LIST",
|
|
91000
|
+
"name": null,
|
|
91001
|
+
"ofType": {
|
|
91002
|
+
"kind": "NON_NULL",
|
|
91003
|
+
"name": null,
|
|
91004
|
+
"ofType": {
|
|
91005
|
+
"kind": "SCALAR",
|
|
91006
|
+
"name": "UUID",
|
|
91007
|
+
"ofType": null
|
|
91008
|
+
}
|
|
91009
|
+
}
|
|
91010
|
+
}
|
|
91011
|
+
},
|
|
90375
91012
|
{
|
|
90376
91013
|
"args": [],
|
|
90377
91014
|
"deprecationReason": "Replaced by failure audiences",
|
|
@@ -92107,6 +92744,542 @@
|
|
|
92107
92744
|
"name": "FieldValueFilterOperator",
|
|
92108
92745
|
"possibleTypes": null
|
|
92109
92746
|
},
|
|
92747
|
+
{
|
|
92748
|
+
"description": "Metadata about a trace filter.",
|
|
92749
|
+
"enumValues": null,
|
|
92750
|
+
"fields": [
|
|
92751
|
+
{
|
|
92752
|
+
"args": [],
|
|
92753
|
+
"deprecationReason": null,
|
|
92754
|
+
"description": null,
|
|
92755
|
+
"isDeprecated": false,
|
|
92756
|
+
"name": "fieldName",
|
|
92757
|
+
"type": {
|
|
92758
|
+
"kind": "NON_NULL",
|
|
92759
|
+
"name": null,
|
|
92760
|
+
"ofType": {
|
|
92761
|
+
"kind": "ENUM",
|
|
92762
|
+
"name": "TraceFilterFieldName",
|
|
92763
|
+
"ofType": null
|
|
92764
|
+
}
|
|
92765
|
+
}
|
|
92766
|
+
},
|
|
92767
|
+
{
|
|
92768
|
+
"args": [],
|
|
92769
|
+
"deprecationReason": null,
|
|
92770
|
+
"description": null,
|
|
92771
|
+
"isDeprecated": false,
|
|
92772
|
+
"name": "displayName",
|
|
92773
|
+
"type": {
|
|
92774
|
+
"kind": "NON_NULL",
|
|
92775
|
+
"name": null,
|
|
92776
|
+
"ofType": {
|
|
92777
|
+
"kind": "SCALAR",
|
|
92778
|
+
"name": "String",
|
|
92779
|
+
"ofType": null
|
|
92780
|
+
}
|
|
92781
|
+
}
|
|
92782
|
+
},
|
|
92783
|
+
{
|
|
92784
|
+
"args": [],
|
|
92785
|
+
"deprecationReason": null,
|
|
92786
|
+
"description": "Associated getTraces parameter used to filter traces",
|
|
92787
|
+
"isDeprecated": false,
|
|
92788
|
+
"name": "queryParameterName",
|
|
92789
|
+
"type": {
|
|
92790
|
+
"kind": "NON_NULL",
|
|
92791
|
+
"name": null,
|
|
92792
|
+
"ofType": {
|
|
92793
|
+
"kind": "SCALAR",
|
|
92794
|
+
"name": "String",
|
|
92795
|
+
"ofType": null
|
|
92796
|
+
}
|
|
92797
|
+
}
|
|
92798
|
+
},
|
|
92799
|
+
{
|
|
92800
|
+
"args": [],
|
|
92801
|
+
"deprecationReason": null,
|
|
92802
|
+
"description": "Whether the associated getTraces parameter accepts multiple values as input",
|
|
92803
|
+
"isDeprecated": false,
|
|
92804
|
+
"name": "queryParameterAcceptsMultipleValues",
|
|
92805
|
+
"type": {
|
|
92806
|
+
"kind": "NON_NULL",
|
|
92807
|
+
"name": null,
|
|
92808
|
+
"ofType": {
|
|
92809
|
+
"kind": "SCALAR",
|
|
92810
|
+
"name": "Boolean",
|
|
92811
|
+
"ofType": null
|
|
92812
|
+
}
|
|
92813
|
+
}
|
|
92814
|
+
},
|
|
92815
|
+
{
|
|
92816
|
+
"args": [],
|
|
92817
|
+
"deprecationReason": null,
|
|
92818
|
+
"description": "Whether this is a range filter (min/max) vs equality filter (checkboxes)",
|
|
92819
|
+
"isDeprecated": false,
|
|
92820
|
+
"name": "isRangeFilter",
|
|
92821
|
+
"type": {
|
|
92822
|
+
"kind": "NON_NULL",
|
|
92823
|
+
"name": null,
|
|
92824
|
+
"ofType": {
|
|
92825
|
+
"kind": "SCALAR",
|
|
92826
|
+
"name": "Boolean",
|
|
92827
|
+
"ofType": null
|
|
92828
|
+
}
|
|
92829
|
+
}
|
|
92830
|
+
},
|
|
92831
|
+
{
|
|
92832
|
+
"args": [],
|
|
92833
|
+
"deprecationReason": null,
|
|
92834
|
+
"description": "Whether the filter shows up as a facet in the UI",
|
|
92835
|
+
"isDeprecated": false,
|
|
92836
|
+
"name": "facetable",
|
|
92837
|
+
"type": {
|
|
92838
|
+
"kind": "NON_NULL",
|
|
92839
|
+
"name": null,
|
|
92840
|
+
"ofType": {
|
|
92841
|
+
"kind": "SCALAR",
|
|
92842
|
+
"name": "Boolean",
|
|
92843
|
+
"ofType": null
|
|
92844
|
+
}
|
|
92845
|
+
}
|
|
92846
|
+
},
|
|
92847
|
+
{
|
|
92848
|
+
"args": [],
|
|
92849
|
+
"deprecationReason": null,
|
|
92850
|
+
"description": "Whether the filter values can be searched by their display name",
|
|
92851
|
+
"isDeprecated": false,
|
|
92852
|
+
"name": "facetSearchable",
|
|
92853
|
+
"type": {
|
|
92854
|
+
"kind": "NON_NULL",
|
|
92855
|
+
"name": null,
|
|
92856
|
+
"ofType": {
|
|
92857
|
+
"kind": "SCALAR",
|
|
92858
|
+
"name": "Boolean",
|
|
92859
|
+
"ofType": null
|
|
92860
|
+
}
|
|
92861
|
+
}
|
|
92862
|
+
}
|
|
92863
|
+
],
|
|
92864
|
+
"inputFields": null,
|
|
92865
|
+
"interfaces": [],
|
|
92866
|
+
"kind": "OBJECT",
|
|
92867
|
+
"name": "TraceFilter",
|
|
92868
|
+
"possibleTypes": null
|
|
92869
|
+
},
|
|
92870
|
+
{
|
|
92871
|
+
"description": "Field names for trace filters.",
|
|
92872
|
+
"enumValues": [
|
|
92873
|
+
{
|
|
92874
|
+
"deprecationReason": null,
|
|
92875
|
+
"description": null,
|
|
92876
|
+
"isDeprecated": false,
|
|
92877
|
+
"name": "MODEL"
|
|
92878
|
+
},
|
|
92879
|
+
{
|
|
92880
|
+
"deprecationReason": null,
|
|
92881
|
+
"description": null,
|
|
92882
|
+
"isDeprecated": false,
|
|
92883
|
+
"name": "WORKFLOW"
|
|
92884
|
+
},
|
|
92885
|
+
{
|
|
92886
|
+
"deprecationReason": null,
|
|
92887
|
+
"description": null,
|
|
92888
|
+
"isDeprecated": false,
|
|
92889
|
+
"name": "TASK"
|
|
92890
|
+
},
|
|
92891
|
+
{
|
|
92892
|
+
"deprecationReason": null,
|
|
92893
|
+
"description": null,
|
|
92894
|
+
"isDeprecated": false,
|
|
92895
|
+
"name": "DURATION"
|
|
92896
|
+
},
|
|
92897
|
+
{
|
|
92898
|
+
"deprecationReason": null,
|
|
92899
|
+
"description": null,
|
|
92900
|
+
"isDeprecated": false,
|
|
92901
|
+
"name": "PROMPT_TOKENS"
|
|
92902
|
+
},
|
|
92903
|
+
{
|
|
92904
|
+
"deprecationReason": null,
|
|
92905
|
+
"description": null,
|
|
92906
|
+
"isDeprecated": false,
|
|
92907
|
+
"name": "COMPLETION_TOKENS"
|
|
92908
|
+
},
|
|
92909
|
+
{
|
|
92910
|
+
"deprecationReason": null,
|
|
92911
|
+
"description": null,
|
|
92912
|
+
"isDeprecated": false,
|
|
92913
|
+
"name": "TOTAL_TOKENS"
|
|
92914
|
+
}
|
|
92915
|
+
],
|
|
92916
|
+
"fields": null,
|
|
92917
|
+
"inputFields": null,
|
|
92918
|
+
"interfaces": null,
|
|
92919
|
+
"kind": "ENUM",
|
|
92920
|
+
"name": "TraceFilterFieldName",
|
|
92921
|
+
"possibleTypes": null
|
|
92922
|
+
},
|
|
92923
|
+
{
|
|
92924
|
+
"description": "Filter values with counts for a single filter.",
|
|
92925
|
+
"enumValues": null,
|
|
92926
|
+
"fields": [
|
|
92927
|
+
{
|
|
92928
|
+
"args": [],
|
|
92929
|
+
"deprecationReason": null,
|
|
92930
|
+
"description": "The filter field name",
|
|
92931
|
+
"isDeprecated": false,
|
|
92932
|
+
"name": "fieldName",
|
|
92933
|
+
"type": {
|
|
92934
|
+
"kind": "NON_NULL",
|
|
92935
|
+
"name": null,
|
|
92936
|
+
"ofType": {
|
|
92937
|
+
"kind": "ENUM",
|
|
92938
|
+
"name": "TraceFilterFieldName",
|
|
92939
|
+
"ofType": null
|
|
92940
|
+
}
|
|
92941
|
+
}
|
|
92942
|
+
},
|
|
92943
|
+
{
|
|
92944
|
+
"args": [],
|
|
92945
|
+
"deprecationReason": null,
|
|
92946
|
+
"description": "List of filter values with counts",
|
|
92947
|
+
"isDeprecated": false,
|
|
92948
|
+
"name": "values",
|
|
92949
|
+
"type": {
|
|
92950
|
+
"kind": "NON_NULL",
|
|
92951
|
+
"name": null,
|
|
92952
|
+
"ofType": {
|
|
92953
|
+
"kind": "LIST",
|
|
92954
|
+
"name": null,
|
|
92955
|
+
"ofType": {
|
|
92956
|
+
"kind": "NON_NULL",
|
|
92957
|
+
"name": null,
|
|
92958
|
+
"ofType": {
|
|
92959
|
+
"kind": "OBJECT",
|
|
92960
|
+
"name": "TraceFilterDataValue",
|
|
92961
|
+
"ofType": null
|
|
92962
|
+
}
|
|
92963
|
+
}
|
|
92964
|
+
}
|
|
92965
|
+
}
|
|
92966
|
+
},
|
|
92967
|
+
{
|
|
92968
|
+
"args": [],
|
|
92969
|
+
"deprecationReason": null,
|
|
92970
|
+
"description": "Pagination information",
|
|
92971
|
+
"isDeprecated": false,
|
|
92972
|
+
"name": "pageInfo",
|
|
92973
|
+
"type": {
|
|
92974
|
+
"kind": "NON_NULL",
|
|
92975
|
+
"name": null,
|
|
92976
|
+
"ofType": {
|
|
92977
|
+
"kind": "OBJECT",
|
|
92978
|
+
"name": "TraceFilterDataPageInfo",
|
|
92979
|
+
"ofType": null
|
|
92980
|
+
}
|
|
92981
|
+
}
|
|
92982
|
+
}
|
|
92983
|
+
],
|
|
92984
|
+
"inputFields": null,
|
|
92985
|
+
"interfaces": [],
|
|
92986
|
+
"kind": "OBJECT",
|
|
92987
|
+
"name": "TraceFilterData",
|
|
92988
|
+
"possibleTypes": null
|
|
92989
|
+
},
|
|
92990
|
+
{
|
|
92991
|
+
"description": "A single filter value with its count.",
|
|
92992
|
+
"enumValues": null,
|
|
92993
|
+
"fields": [
|
|
92994
|
+
{
|
|
92995
|
+
"args": [],
|
|
92996
|
+
"deprecationReason": null,
|
|
92997
|
+
"description": "The filter value",
|
|
92998
|
+
"isDeprecated": false,
|
|
92999
|
+
"name": "value",
|
|
93000
|
+
"type": {
|
|
93001
|
+
"kind": "NON_NULL",
|
|
93002
|
+
"name": null,
|
|
93003
|
+
"ofType": {
|
|
93004
|
+
"kind": "SCALAR",
|
|
93005
|
+
"name": "GenericScalar",
|
|
93006
|
+
"ofType": null
|
|
93007
|
+
}
|
|
93008
|
+
}
|
|
93009
|
+
},
|
|
93010
|
+
{
|
|
93011
|
+
"args": [],
|
|
93012
|
+
"deprecationReason": null,
|
|
93013
|
+
"description": "Display name for the value",
|
|
93014
|
+
"isDeprecated": false,
|
|
93015
|
+
"name": "displayName",
|
|
93016
|
+
"type": {
|
|
93017
|
+
"kind": "NON_NULL",
|
|
93018
|
+
"name": null,
|
|
93019
|
+
"ofType": {
|
|
93020
|
+
"kind": "SCALAR",
|
|
93021
|
+
"name": "String",
|
|
93022
|
+
"ofType": null
|
|
93023
|
+
}
|
|
93024
|
+
}
|
|
93025
|
+
},
|
|
93026
|
+
{
|
|
93027
|
+
"args": [],
|
|
93028
|
+
"deprecationReason": null,
|
|
93029
|
+
"description": "Number of traces with this value",
|
|
93030
|
+
"isDeprecated": false,
|
|
93031
|
+
"name": "count",
|
|
93032
|
+
"type": {
|
|
93033
|
+
"kind": "NON_NULL",
|
|
93034
|
+
"name": null,
|
|
93035
|
+
"ofType": {
|
|
93036
|
+
"kind": "SCALAR",
|
|
93037
|
+
"name": "Int",
|
|
93038
|
+
"ofType": null
|
|
93039
|
+
}
|
|
93040
|
+
}
|
|
93041
|
+
}
|
|
93042
|
+
],
|
|
93043
|
+
"inputFields": null,
|
|
93044
|
+
"interfaces": [],
|
|
93045
|
+
"kind": "OBJECT",
|
|
93046
|
+
"name": "TraceFilterDataValue",
|
|
93047
|
+
"possibleTypes": null
|
|
93048
|
+
},
|
|
93049
|
+
{
|
|
93050
|
+
"description": "The `GenericScalar` scalar type represents a generic\nGraphQL scalar value that could be:\nString, Boolean, Int, Float, List or Object.",
|
|
93051
|
+
"enumValues": null,
|
|
93052
|
+
"fields": null,
|
|
93053
|
+
"inputFields": null,
|
|
93054
|
+
"interfaces": null,
|
|
93055
|
+
"kind": "SCALAR",
|
|
93056
|
+
"name": "GenericScalar",
|
|
93057
|
+
"possibleTypes": null
|
|
93058
|
+
},
|
|
93059
|
+
{
|
|
93060
|
+
"description": "Pagination info for filter values.",
|
|
93061
|
+
"enumValues": null,
|
|
93062
|
+
"fields": [
|
|
93063
|
+
{
|
|
93064
|
+
"args": [],
|
|
93065
|
+
"deprecationReason": null,
|
|
93066
|
+
"description": "Whether there are more results",
|
|
93067
|
+
"isDeprecated": false,
|
|
93068
|
+
"name": "hasNextPage",
|
|
93069
|
+
"type": {
|
|
93070
|
+
"kind": "NON_NULL",
|
|
93071
|
+
"name": null,
|
|
93072
|
+
"ofType": {
|
|
93073
|
+
"kind": "SCALAR",
|
|
93074
|
+
"name": "Boolean",
|
|
93075
|
+
"ofType": null
|
|
93076
|
+
}
|
|
93077
|
+
}
|
|
93078
|
+
},
|
|
93079
|
+
{
|
|
93080
|
+
"args": [],
|
|
93081
|
+
"deprecationReason": null,
|
|
93082
|
+
"description": "Cursor for the next page",
|
|
93083
|
+
"isDeprecated": false,
|
|
93084
|
+
"name": "endCursor",
|
|
93085
|
+
"type": {
|
|
93086
|
+
"kind": "SCALAR",
|
|
93087
|
+
"name": "String",
|
|
93088
|
+
"ofType": null
|
|
93089
|
+
}
|
|
93090
|
+
}
|
|
93091
|
+
],
|
|
93092
|
+
"inputFields": null,
|
|
93093
|
+
"interfaces": [],
|
|
93094
|
+
"kind": "OBJECT",
|
|
93095
|
+
"name": "TraceFilterDataPageInfo",
|
|
93096
|
+
"possibleTypes": null
|
|
93097
|
+
},
|
|
93098
|
+
{
|
|
93099
|
+
"description": "Request for filter values data.",
|
|
93100
|
+
"enumValues": null,
|
|
93101
|
+
"fields": null,
|
|
93102
|
+
"inputFields": [
|
|
93103
|
+
{
|
|
93104
|
+
"defaultValue": null,
|
|
93105
|
+
"description": "Filter field name to get values for",
|
|
93106
|
+
"name": "fieldName",
|
|
93107
|
+
"type": {
|
|
93108
|
+
"kind": "NON_NULL",
|
|
93109
|
+
"name": null,
|
|
93110
|
+
"ofType": {
|
|
93111
|
+
"kind": "ENUM",
|
|
93112
|
+
"name": "TraceFilterFieldName",
|
|
93113
|
+
"ofType": null
|
|
93114
|
+
}
|
|
93115
|
+
}
|
|
93116
|
+
},
|
|
93117
|
+
{
|
|
93118
|
+
"defaultValue": null,
|
|
93119
|
+
"description": "Search criteria",
|
|
93120
|
+
"name": "searchCriteria",
|
|
93121
|
+
"type": {
|
|
93122
|
+
"kind": "NON_NULL",
|
|
93123
|
+
"name": null,
|
|
93124
|
+
"ofType": {
|
|
93125
|
+
"kind": "INPUT_OBJECT",
|
|
93126
|
+
"name": "TraceFilterDataSearchCriteria",
|
|
93127
|
+
"ofType": null
|
|
93128
|
+
}
|
|
93129
|
+
}
|
|
93130
|
+
},
|
|
93131
|
+
{
|
|
93132
|
+
"defaultValue": null,
|
|
93133
|
+
"description": "Number of values to return (max 50)",
|
|
93134
|
+
"name": "first",
|
|
93135
|
+
"type": {
|
|
93136
|
+
"kind": "SCALAR",
|
|
93137
|
+
"name": "Int",
|
|
93138
|
+
"ofType": null
|
|
93139
|
+
}
|
|
93140
|
+
},
|
|
93141
|
+
{
|
|
93142
|
+
"defaultValue": null,
|
|
93143
|
+
"description": "Cursor for pagination",
|
|
93144
|
+
"name": "after",
|
|
93145
|
+
"type": {
|
|
93146
|
+
"kind": "SCALAR",
|
|
93147
|
+
"name": "String",
|
|
93148
|
+
"ofType": null
|
|
93149
|
+
}
|
|
93150
|
+
},
|
|
93151
|
+
{
|
|
93152
|
+
"defaultValue": null,
|
|
93153
|
+
"description": "Search string to filter values",
|
|
93154
|
+
"name": "searchValue",
|
|
93155
|
+
"type": {
|
|
93156
|
+
"kind": "SCALAR",
|
|
93157
|
+
"name": "String",
|
|
93158
|
+
"ofType": null
|
|
93159
|
+
}
|
|
93160
|
+
}
|
|
93161
|
+
],
|
|
93162
|
+
"interfaces": null,
|
|
93163
|
+
"kind": "INPUT_OBJECT",
|
|
93164
|
+
"name": "TraceFilterDataRequest",
|
|
93165
|
+
"possibleTypes": null
|
|
93166
|
+
},
|
|
93167
|
+
{
|
|
93168
|
+
"description": "Search criteria for getting filter values.",
|
|
93169
|
+
"enumValues": null,
|
|
93170
|
+
"fields": null,
|
|
93171
|
+
"inputFields": [
|
|
93172
|
+
{
|
|
93173
|
+
"defaultValue": null,
|
|
93174
|
+
"description": "Agent name",
|
|
93175
|
+
"name": "agentName",
|
|
93176
|
+
"type": {
|
|
93177
|
+
"kind": "NON_NULL",
|
|
93178
|
+
"name": null,
|
|
93179
|
+
"ofType": {
|
|
93180
|
+
"kind": "SCALAR",
|
|
93181
|
+
"name": "String",
|
|
93182
|
+
"ofType": null
|
|
93183
|
+
}
|
|
93184
|
+
}
|
|
93185
|
+
},
|
|
93186
|
+
{
|
|
93187
|
+
"defaultValue": null,
|
|
93188
|
+
"description": "Trace table MCON",
|
|
93189
|
+
"name": "traceTableMcon",
|
|
93190
|
+
"type": {
|
|
93191
|
+
"kind": "NON_NULL",
|
|
93192
|
+
"name": null,
|
|
93193
|
+
"ofType": {
|
|
93194
|
+
"kind": "SCALAR",
|
|
93195
|
+
"name": "String",
|
|
93196
|
+
"ofType": null
|
|
93197
|
+
}
|
|
93198
|
+
}
|
|
93199
|
+
},
|
|
93200
|
+
{
|
|
93201
|
+
"defaultValue": null,
|
|
93202
|
+
"description": "Start time for traces",
|
|
93203
|
+
"name": "startTime",
|
|
93204
|
+
"type": {
|
|
93205
|
+
"kind": "NON_NULL",
|
|
93206
|
+
"name": null,
|
|
93207
|
+
"ofType": {
|
|
93208
|
+
"kind": "SCALAR",
|
|
93209
|
+
"name": "DateTime",
|
|
93210
|
+
"ofType": null
|
|
93211
|
+
}
|
|
93212
|
+
}
|
|
93213
|
+
},
|
|
93214
|
+
{
|
|
93215
|
+
"defaultValue": null,
|
|
93216
|
+
"description": "End time for traces",
|
|
93217
|
+
"name": "endTime",
|
|
93218
|
+
"type": {
|
|
93219
|
+
"kind": "NON_NULL",
|
|
93220
|
+
"name": null,
|
|
93221
|
+
"ofType": {
|
|
93222
|
+
"kind": "SCALAR",
|
|
93223
|
+
"name": "DateTime",
|
|
93224
|
+
"ofType": null
|
|
93225
|
+
}
|
|
93226
|
+
}
|
|
93227
|
+
},
|
|
93228
|
+
{
|
|
93229
|
+
"defaultValue": null,
|
|
93230
|
+
"description": "Active filters to apply (for cross-filtering)",
|
|
93231
|
+
"name": "filters",
|
|
93232
|
+
"type": {
|
|
93233
|
+
"kind": "LIST",
|
|
93234
|
+
"name": null,
|
|
93235
|
+
"ofType": {
|
|
93236
|
+
"kind": "INPUT_OBJECT",
|
|
93237
|
+
"name": "TraceFilterDataSearchCriteriaFilter",
|
|
93238
|
+
"ofType": null
|
|
93239
|
+
}
|
|
93240
|
+
}
|
|
93241
|
+
}
|
|
93242
|
+
],
|
|
93243
|
+
"interfaces": null,
|
|
93244
|
+
"kind": "INPUT_OBJECT",
|
|
93245
|
+
"name": "TraceFilterDataSearchCriteria",
|
|
93246
|
+
"possibleTypes": null
|
|
93247
|
+
},
|
|
93248
|
+
{
|
|
93249
|
+
"description": "A filter to apply when getting filter values (for cross-filtering).",
|
|
93250
|
+
"enumValues": null,
|
|
93251
|
+
"fields": null,
|
|
93252
|
+
"inputFields": [
|
|
93253
|
+
{
|
|
93254
|
+
"defaultValue": null,
|
|
93255
|
+
"description": "Filter field name",
|
|
93256
|
+
"name": "fieldName",
|
|
93257
|
+
"type": {
|
|
93258
|
+
"kind": "NON_NULL",
|
|
93259
|
+
"name": null,
|
|
93260
|
+
"ofType": {
|
|
93261
|
+
"kind": "ENUM",
|
|
93262
|
+
"name": "TraceFilterFieldName",
|
|
93263
|
+
"ofType": null
|
|
93264
|
+
}
|
|
93265
|
+
}
|
|
93266
|
+
},
|
|
93267
|
+
{
|
|
93268
|
+
"defaultValue": null,
|
|
93269
|
+
"description": "Filter value",
|
|
93270
|
+
"name": "value",
|
|
93271
|
+
"type": {
|
|
93272
|
+
"kind": "SCALAR",
|
|
93273
|
+
"name": "GenericScalar",
|
|
93274
|
+
"ofType": null
|
|
93275
|
+
}
|
|
93276
|
+
}
|
|
93277
|
+
],
|
|
93278
|
+
"interfaces": null,
|
|
93279
|
+
"kind": "INPUT_OBJECT",
|
|
93280
|
+
"name": "TraceFilterDataSearchCriteriaFilter",
|
|
93281
|
+
"possibleTypes": null
|
|
93282
|
+
},
|
|
92110
93283
|
{
|
|
92111
93284
|
"description": "Connection type for trace pagination.",
|
|
92112
93285
|
"enumValues": null,
|
|
@@ -92588,6 +93761,16 @@
|
|
|
92588
93761
|
}
|
|
92589
93762
|
}
|
|
92590
93763
|
},
|
|
93764
|
+
{
|
|
93765
|
+
"defaultValue": null,
|
|
93766
|
+
"description": "Optional filters to refine results",
|
|
93767
|
+
"name": "filters",
|
|
93768
|
+
"type": {
|
|
93769
|
+
"kind": "INPUT_OBJECT",
|
|
93770
|
+
"name": "TraceFiltersInput",
|
|
93771
|
+
"ofType": null
|
|
93772
|
+
}
|
|
93773
|
+
},
|
|
92591
93774
|
{
|
|
92592
93775
|
"defaultValue": null,
|
|
92593
93776
|
"description": "Number of records to fetch for forward pagination",
|
|
@@ -92654,6 +93837,151 @@
|
|
|
92654
93837
|
"name": "GetTracesInput",
|
|
92655
93838
|
"possibleTypes": null
|
|
92656
93839
|
},
|
|
93840
|
+
{
|
|
93841
|
+
"description": "Optional filters to refine trace results within the time range.",
|
|
93842
|
+
"enumValues": null,
|
|
93843
|
+
"fields": null,
|
|
93844
|
+
"inputFields": [
|
|
93845
|
+
{
|
|
93846
|
+
"defaultValue": null,
|
|
93847
|
+
"description": "Filter by model names (OR logic)",
|
|
93848
|
+
"name": "models",
|
|
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": "Filter by workflow names (OR logic)",
|
|
93866
|
+
"name": "workflows",
|
|
93867
|
+
"type": {
|
|
93868
|
+
"kind": "LIST",
|
|
93869
|
+
"name": null,
|
|
93870
|
+
"ofType": {
|
|
93871
|
+
"kind": "NON_NULL",
|
|
93872
|
+
"name": null,
|
|
93873
|
+
"ofType": {
|
|
93874
|
+
"kind": "SCALAR",
|
|
93875
|
+
"name": "String",
|
|
93876
|
+
"ofType": null
|
|
93877
|
+
}
|
|
93878
|
+
}
|
|
93879
|
+
}
|
|
93880
|
+
},
|
|
93881
|
+
{
|
|
93882
|
+
"defaultValue": null,
|
|
93883
|
+
"description": "Filter by task names (OR logic)",
|
|
93884
|
+
"name": "tasks",
|
|
93885
|
+
"type": {
|
|
93886
|
+
"kind": "LIST",
|
|
93887
|
+
"name": null,
|
|
93888
|
+
"ofType": {
|
|
93889
|
+
"kind": "NON_NULL",
|
|
93890
|
+
"name": null,
|
|
93891
|
+
"ofType": {
|
|
93892
|
+
"kind": "SCALAR",
|
|
93893
|
+
"name": "String",
|
|
93894
|
+
"ofType": null
|
|
93895
|
+
}
|
|
93896
|
+
}
|
|
93897
|
+
}
|
|
93898
|
+
},
|
|
93899
|
+
{
|
|
93900
|
+
"defaultValue": null,
|
|
93901
|
+
"description": "Minimum duration in seconds",
|
|
93902
|
+
"name": "minDuration",
|
|
93903
|
+
"type": {
|
|
93904
|
+
"kind": "SCALAR",
|
|
93905
|
+
"name": "Float",
|
|
93906
|
+
"ofType": null
|
|
93907
|
+
}
|
|
93908
|
+
},
|
|
93909
|
+
{
|
|
93910
|
+
"defaultValue": null,
|
|
93911
|
+
"description": "Maximum duration in seconds",
|
|
93912
|
+
"name": "maxDuration",
|
|
93913
|
+
"type": {
|
|
93914
|
+
"kind": "SCALAR",
|
|
93915
|
+
"name": "Float",
|
|
93916
|
+
"ofType": null
|
|
93917
|
+
}
|
|
93918
|
+
},
|
|
93919
|
+
{
|
|
93920
|
+
"defaultValue": null,
|
|
93921
|
+
"description": "Minimum prompt tokens",
|
|
93922
|
+
"name": "minPromptTokens",
|
|
93923
|
+
"type": {
|
|
93924
|
+
"kind": "SCALAR",
|
|
93925
|
+
"name": "Int",
|
|
93926
|
+
"ofType": null
|
|
93927
|
+
}
|
|
93928
|
+
},
|
|
93929
|
+
{
|
|
93930
|
+
"defaultValue": null,
|
|
93931
|
+
"description": "Maximum prompt tokens",
|
|
93932
|
+
"name": "maxPromptTokens",
|
|
93933
|
+
"type": {
|
|
93934
|
+
"kind": "SCALAR",
|
|
93935
|
+
"name": "Int",
|
|
93936
|
+
"ofType": null
|
|
93937
|
+
}
|
|
93938
|
+
},
|
|
93939
|
+
{
|
|
93940
|
+
"defaultValue": null,
|
|
93941
|
+
"description": "Minimum completion tokens",
|
|
93942
|
+
"name": "minCompletionTokens",
|
|
93943
|
+
"type": {
|
|
93944
|
+
"kind": "SCALAR",
|
|
93945
|
+
"name": "Int",
|
|
93946
|
+
"ofType": null
|
|
93947
|
+
}
|
|
93948
|
+
},
|
|
93949
|
+
{
|
|
93950
|
+
"defaultValue": null,
|
|
93951
|
+
"description": "Maximum completion tokens",
|
|
93952
|
+
"name": "maxCompletionTokens",
|
|
93953
|
+
"type": {
|
|
93954
|
+
"kind": "SCALAR",
|
|
93955
|
+
"name": "Int",
|
|
93956
|
+
"ofType": null
|
|
93957
|
+
}
|
|
93958
|
+
},
|
|
93959
|
+
{
|
|
93960
|
+
"defaultValue": null,
|
|
93961
|
+
"description": "Minimum total tokens",
|
|
93962
|
+
"name": "minTotalTokens",
|
|
93963
|
+
"type": {
|
|
93964
|
+
"kind": "SCALAR",
|
|
93965
|
+
"name": "Int",
|
|
93966
|
+
"ofType": null
|
|
93967
|
+
}
|
|
93968
|
+
},
|
|
93969
|
+
{
|
|
93970
|
+
"defaultValue": null,
|
|
93971
|
+
"description": "Maximum total tokens",
|
|
93972
|
+
"name": "maxTotalTokens",
|
|
93973
|
+
"type": {
|
|
93974
|
+
"kind": "SCALAR",
|
|
93975
|
+
"name": "Int",
|
|
93976
|
+
"ofType": null
|
|
93977
|
+
}
|
|
93978
|
+
}
|
|
93979
|
+
],
|
|
93980
|
+
"interfaces": null,
|
|
93981
|
+
"kind": "INPUT_OBJECT",
|
|
93982
|
+
"name": "TraceFiltersInput",
|
|
93983
|
+
"possibleTypes": null
|
|
93984
|
+
},
|
|
92657
93985
|
{
|
|
92658
93986
|
"description": "Fields that can be used for sorting traces.",
|
|
92659
93987
|
"enumValues": [
|
|
@@ -95688,12 +97016,6 @@
|
|
|
95688
97016
|
"isDeprecated": false,
|
|
95689
97017
|
"name": "DATABRICKS_METASTORE"
|
|
95690
97018
|
},
|
|
95691
|
-
{
|
|
95692
|
-
"deprecationReason": null,
|
|
95693
|
-
"description": null,
|
|
95694
|
-
"isDeprecated": false,
|
|
95695
|
-
"name": "DATABRICKS_DELTA"
|
|
95696
|
-
},
|
|
95697
97019
|
{
|
|
95698
97020
|
"deprecationReason": null,
|
|
95699
97021
|
"description": null,
|
|
@@ -95923,16 +97245,6 @@
|
|
|
95923
97245
|
"name": "ConnectionSubtypeEnum",
|
|
95924
97246
|
"possibleTypes": null
|
|
95925
97247
|
},
|
|
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
97248
|
{
|
|
95937
97249
|
"description": "Information about the support for required features (connection type, agent platform, etc.).",
|
|
95938
97250
|
"enumValues": null,
|
|
@@ -108700,6 +110012,26 @@
|
|
|
108700
110012
|
}
|
|
108701
110013
|
}
|
|
108702
110014
|
},
|
|
110015
|
+
{
|
|
110016
|
+
"args": [],
|
|
110017
|
+
"deprecationReason": null,
|
|
110018
|
+
"description": null,
|
|
110019
|
+
"isDeprecated": false,
|
|
110020
|
+
"name": "excludeDomains",
|
|
110021
|
+
"type": {
|
|
110022
|
+
"kind": "LIST",
|
|
110023
|
+
"name": null,
|
|
110024
|
+
"ofType": {
|
|
110025
|
+
"kind": "NON_NULL",
|
|
110026
|
+
"name": null,
|
|
110027
|
+
"ofType": {
|
|
110028
|
+
"kind": "SCALAR",
|
|
110029
|
+
"name": "String",
|
|
110030
|
+
"ofType": null
|
|
110031
|
+
}
|
|
110032
|
+
}
|
|
110033
|
+
}
|
|
110034
|
+
},
|
|
108703
110035
|
{
|
|
108704
110036
|
"args": [],
|
|
108705
110037
|
"deprecationReason": null,
|
|
@@ -109693,6 +111025,174 @@
|
|
|
109693
111025
|
"name": "FreshnessDetectorThresholdOutput",
|
|
109694
111026
|
"possibleTypes": null
|
|
109695
111027
|
},
|
|
111028
|
+
{
|
|
111029
|
+
"description": "Slack user information.",
|
|
111030
|
+
"enumValues": null,
|
|
111031
|
+
"fields": [
|
|
111032
|
+
{
|
|
111033
|
+
"args": [],
|
|
111034
|
+
"deprecationReason": null,
|
|
111035
|
+
"description": "Slack user ID",
|
|
111036
|
+
"isDeprecated": false,
|
|
111037
|
+
"name": "id",
|
|
111038
|
+
"type": {
|
|
111039
|
+
"kind": "NON_NULL",
|
|
111040
|
+
"name": null,
|
|
111041
|
+
"ofType": {
|
|
111042
|
+
"kind": "SCALAR",
|
|
111043
|
+
"name": "String",
|
|
111044
|
+
"ofType": null
|
|
111045
|
+
}
|
|
111046
|
+
}
|
|
111047
|
+
},
|
|
111048
|
+
{
|
|
111049
|
+
"args": [],
|
|
111050
|
+
"deprecationReason": null,
|
|
111051
|
+
"description": "Display name",
|
|
111052
|
+
"isDeprecated": false,
|
|
111053
|
+
"name": "displayName",
|
|
111054
|
+
"type": {
|
|
111055
|
+
"kind": "NON_NULL",
|
|
111056
|
+
"name": null,
|
|
111057
|
+
"ofType": {
|
|
111058
|
+
"kind": "SCALAR",
|
|
111059
|
+
"name": "String",
|
|
111060
|
+
"ofType": null
|
|
111061
|
+
}
|
|
111062
|
+
}
|
|
111063
|
+
}
|
|
111064
|
+
],
|
|
111065
|
+
"inputFields": null,
|
|
111066
|
+
"interfaces": [],
|
|
111067
|
+
"kind": "OBJECT",
|
|
111068
|
+
"name": "SlackUserOutput",
|
|
111069
|
+
"possibleTypes": null
|
|
111070
|
+
},
|
|
111071
|
+
{
|
|
111072
|
+
"description": "Slack user group information.",
|
|
111073
|
+
"enumValues": null,
|
|
111074
|
+
"fields": [
|
|
111075
|
+
{
|
|
111076
|
+
"args": [],
|
|
111077
|
+
"deprecationReason": null,
|
|
111078
|
+
"description": "Slack user group ID",
|
|
111079
|
+
"isDeprecated": false,
|
|
111080
|
+
"name": "id",
|
|
111081
|
+
"type": {
|
|
111082
|
+
"kind": "NON_NULL",
|
|
111083
|
+
"name": null,
|
|
111084
|
+
"ofType": {
|
|
111085
|
+
"kind": "SCALAR",
|
|
111086
|
+
"name": "String",
|
|
111087
|
+
"ofType": null
|
|
111088
|
+
}
|
|
111089
|
+
}
|
|
111090
|
+
},
|
|
111091
|
+
{
|
|
111092
|
+
"args": [],
|
|
111093
|
+
"deprecationReason": null,
|
|
111094
|
+
"description": "User group name",
|
|
111095
|
+
"isDeprecated": false,
|
|
111096
|
+
"name": "name",
|
|
111097
|
+
"type": {
|
|
111098
|
+
"kind": "NON_NULL",
|
|
111099
|
+
"name": null,
|
|
111100
|
+
"ofType": {
|
|
111101
|
+
"kind": "SCALAR",
|
|
111102
|
+
"name": "String",
|
|
111103
|
+
"ofType": null
|
|
111104
|
+
}
|
|
111105
|
+
}
|
|
111106
|
+
}
|
|
111107
|
+
],
|
|
111108
|
+
"inputFields": null,
|
|
111109
|
+
"interfaces": [],
|
|
111110
|
+
"kind": "OBJECT",
|
|
111111
|
+
"name": "SlackUserGroupOutput",
|
|
111112
|
+
"possibleTypes": null
|
|
111113
|
+
},
|
|
111114
|
+
{
|
|
111115
|
+
"description": "Paginated response for listing Slack users.",
|
|
111116
|
+
"enumValues": null,
|
|
111117
|
+
"fields": [
|
|
111118
|
+
{
|
|
111119
|
+
"args": [],
|
|
111120
|
+
"deprecationReason": null,
|
|
111121
|
+
"description": "List of users in this page",
|
|
111122
|
+
"isDeprecated": false,
|
|
111123
|
+
"name": "users",
|
|
111124
|
+
"type": {
|
|
111125
|
+
"kind": "NON_NULL",
|
|
111126
|
+
"name": null,
|
|
111127
|
+
"ofType": {
|
|
111128
|
+
"kind": "LIST",
|
|
111129
|
+
"name": null,
|
|
111130
|
+
"ofType": {
|
|
111131
|
+
"kind": "NON_NULL",
|
|
111132
|
+
"name": null,
|
|
111133
|
+
"ofType": {
|
|
111134
|
+
"kind": "OBJECT",
|
|
111135
|
+
"name": "SlackUserOutput",
|
|
111136
|
+
"ofType": null
|
|
111137
|
+
}
|
|
111138
|
+
}
|
|
111139
|
+
}
|
|
111140
|
+
}
|
|
111141
|
+
},
|
|
111142
|
+
{
|
|
111143
|
+
"args": [],
|
|
111144
|
+
"deprecationReason": null,
|
|
111145
|
+
"description": "Cursor for next page (null if no more pages)",
|
|
111146
|
+
"isDeprecated": false,
|
|
111147
|
+
"name": "nextCursor",
|
|
111148
|
+
"type": {
|
|
111149
|
+
"kind": "SCALAR",
|
|
111150
|
+
"name": "String",
|
|
111151
|
+
"ofType": null
|
|
111152
|
+
}
|
|
111153
|
+
}
|
|
111154
|
+
],
|
|
111155
|
+
"inputFields": null,
|
|
111156
|
+
"interfaces": [],
|
|
111157
|
+
"kind": "OBJECT",
|
|
111158
|
+
"name": "SlackUserListOutput",
|
|
111159
|
+
"possibleTypes": null
|
|
111160
|
+
},
|
|
111161
|
+
{
|
|
111162
|
+
"description": "Response for listing Slack user groups.",
|
|
111163
|
+
"enumValues": null,
|
|
111164
|
+
"fields": [
|
|
111165
|
+
{
|
|
111166
|
+
"args": [],
|
|
111167
|
+
"deprecationReason": null,
|
|
111168
|
+
"description": "List of all user groups",
|
|
111169
|
+
"isDeprecated": false,
|
|
111170
|
+
"name": "usergroups",
|
|
111171
|
+
"type": {
|
|
111172
|
+
"kind": "NON_NULL",
|
|
111173
|
+
"name": null,
|
|
111174
|
+
"ofType": {
|
|
111175
|
+
"kind": "LIST",
|
|
111176
|
+
"name": null,
|
|
111177
|
+
"ofType": {
|
|
111178
|
+
"kind": "NON_NULL",
|
|
111179
|
+
"name": null,
|
|
111180
|
+
"ofType": {
|
|
111181
|
+
"kind": "OBJECT",
|
|
111182
|
+
"name": "SlackUserGroupOutput",
|
|
111183
|
+
"ofType": null
|
|
111184
|
+
}
|
|
111185
|
+
}
|
|
111186
|
+
}
|
|
111187
|
+
}
|
|
111188
|
+
}
|
|
111189
|
+
],
|
|
111190
|
+
"inputFields": null,
|
|
111191
|
+
"interfaces": [],
|
|
111192
|
+
"kind": "OBJECT",
|
|
111193
|
+
"name": "SlackUserGroupListOutput",
|
|
111194
|
+
"possibleTypes": null
|
|
111195
|
+
},
|
|
109696
111196
|
{
|
|
109697
111197
|
"description": "A ServiceNow incident field",
|
|
109698
111198
|
"enumValues": null,
|
|
@@ -119436,6 +120936,22 @@
|
|
|
119436
120936
|
}
|
|
119437
120937
|
}
|
|
119438
120938
|
},
|
|
120939
|
+
{
|
|
120940
|
+
"args": [],
|
|
120941
|
+
"deprecationReason": null,
|
|
120942
|
+
"description": "Azure Subscription Name",
|
|
120943
|
+
"isDeprecated": false,
|
|
120944
|
+
"name": "subscriptionName",
|
|
120945
|
+
"type": {
|
|
120946
|
+
"kind": "NON_NULL",
|
|
120947
|
+
"name": null,
|
|
120948
|
+
"ofType": {
|
|
120949
|
+
"kind": "SCALAR",
|
|
120950
|
+
"name": "String",
|
|
120951
|
+
"ofType": null
|
|
120952
|
+
}
|
|
120953
|
+
}
|
|
120954
|
+
},
|
|
119439
120955
|
{
|
|
119440
120956
|
"args": [],
|
|
119441
120957
|
"deprecationReason": null,
|
|
@@ -119562,6 +121078,38 @@
|
|
|
119562
121078
|
"description": "Collection platform information",
|
|
119563
121079
|
"enumValues": null,
|
|
119564
121080
|
"fields": [
|
|
121081
|
+
{
|
|
121082
|
+
"args": [],
|
|
121083
|
+
"deprecationReason": null,
|
|
121084
|
+
"description": "AWS Account ID",
|
|
121085
|
+
"isDeprecated": false,
|
|
121086
|
+
"name": "awsAccountId",
|
|
121087
|
+
"type": {
|
|
121088
|
+
"kind": "NON_NULL",
|
|
121089
|
+
"name": null,
|
|
121090
|
+
"ofType": {
|
|
121091
|
+
"kind": "SCALAR",
|
|
121092
|
+
"name": "String",
|
|
121093
|
+
"ofType": null
|
|
121094
|
+
}
|
|
121095
|
+
}
|
|
121096
|
+
},
|
|
121097
|
+
{
|
|
121098
|
+
"args": [],
|
|
121099
|
+
"deprecationReason": null,
|
|
121100
|
+
"description": "AWS Region",
|
|
121101
|
+
"isDeprecated": false,
|
|
121102
|
+
"name": "awsRegion",
|
|
121103
|
+
"type": {
|
|
121104
|
+
"kind": "NON_NULL",
|
|
121105
|
+
"name": null,
|
|
121106
|
+
"ofType": {
|
|
121107
|
+
"kind": "SCALAR",
|
|
121108
|
+
"name": "String",
|
|
121109
|
+
"ofType": null
|
|
121110
|
+
}
|
|
121111
|
+
}
|
|
121112
|
+
},
|
|
119565
121113
|
{
|
|
119566
121114
|
"args": [],
|
|
119567
121115
|
"deprecationReason": null,
|
|
@@ -124421,6 +125969,293 @@
|
|
|
124421
125969
|
"name": "ParsedQueryResult",
|
|
124422
125970
|
"possibleTypes": null
|
|
124423
125971
|
},
|
|
125972
|
+
{
|
|
125973
|
+
"description": null,
|
|
125974
|
+
"enumValues": null,
|
|
125975
|
+
"fields": [
|
|
125976
|
+
{
|
|
125977
|
+
"args": [],
|
|
125978
|
+
"deprecationReason": null,
|
|
125979
|
+
"description": null,
|
|
125980
|
+
"isDeprecated": false,
|
|
125981
|
+
"name": "nodeName",
|
|
125982
|
+
"type": {
|
|
125983
|
+
"kind": "NON_NULL",
|
|
125984
|
+
"name": null,
|
|
125985
|
+
"ofType": {
|
|
125986
|
+
"kind": "SCALAR",
|
|
125987
|
+
"name": "String",
|
|
125988
|
+
"ofType": null
|
|
125989
|
+
}
|
|
125990
|
+
}
|
|
125991
|
+
},
|
|
125992
|
+
{
|
|
125993
|
+
"args": [],
|
|
125994
|
+
"deprecationReason": null,
|
|
125995
|
+
"description": null,
|
|
125996
|
+
"isDeprecated": false,
|
|
125997
|
+
"name": "spanId",
|
|
125998
|
+
"type": {
|
|
125999
|
+
"kind": "NON_NULL",
|
|
126000
|
+
"name": null,
|
|
126001
|
+
"ofType": {
|
|
126002
|
+
"kind": "SCALAR",
|
|
126003
|
+
"name": "String",
|
|
126004
|
+
"ofType": null
|
|
126005
|
+
}
|
|
126006
|
+
}
|
|
126007
|
+
},
|
|
126008
|
+
{
|
|
126009
|
+
"args": [],
|
|
126010
|
+
"deprecationReason": null,
|
|
126011
|
+
"description": null,
|
|
126012
|
+
"isDeprecated": false,
|
|
126013
|
+
"name": "traceId",
|
|
126014
|
+
"type": {
|
|
126015
|
+
"kind": "NON_NULL",
|
|
126016
|
+
"name": null,
|
|
126017
|
+
"ofType": {
|
|
126018
|
+
"kind": "SCALAR",
|
|
126019
|
+
"name": "String",
|
|
126020
|
+
"ofType": null
|
|
126021
|
+
}
|
|
126022
|
+
}
|
|
126023
|
+
},
|
|
126024
|
+
{
|
|
126025
|
+
"args": [],
|
|
126026
|
+
"deprecationReason": null,
|
|
126027
|
+
"description": null,
|
|
126028
|
+
"isDeprecated": false,
|
|
126029
|
+
"name": "parentSpanId",
|
|
126030
|
+
"type": {
|
|
126031
|
+
"kind": "SCALAR",
|
|
126032
|
+
"name": "String",
|
|
126033
|
+
"ofType": null
|
|
126034
|
+
}
|
|
126035
|
+
},
|
|
126036
|
+
{
|
|
126037
|
+
"args": [],
|
|
126038
|
+
"deprecationReason": null,
|
|
126039
|
+
"description": null,
|
|
126040
|
+
"isDeprecated": false,
|
|
126041
|
+
"name": "duration",
|
|
126042
|
+
"type": {
|
|
126043
|
+
"kind": "NON_NULL",
|
|
126044
|
+
"name": null,
|
|
126045
|
+
"ofType": {
|
|
126046
|
+
"kind": "SCALAR",
|
|
126047
|
+
"name": "Int",
|
|
126048
|
+
"ofType": null
|
|
126049
|
+
}
|
|
126050
|
+
}
|
|
126051
|
+
},
|
|
126052
|
+
{
|
|
126053
|
+
"args": [],
|
|
126054
|
+
"deprecationReason": null,
|
|
126055
|
+
"description": null,
|
|
126056
|
+
"isDeprecated": false,
|
|
126057
|
+
"name": "startTime",
|
|
126058
|
+
"type": {
|
|
126059
|
+
"kind": "SCALAR",
|
|
126060
|
+
"name": "DateTime",
|
|
126061
|
+
"ofType": null
|
|
126062
|
+
}
|
|
126063
|
+
},
|
|
126064
|
+
{
|
|
126065
|
+
"args": [],
|
|
126066
|
+
"deprecationReason": null,
|
|
126067
|
+
"description": null,
|
|
126068
|
+
"isDeprecated": false,
|
|
126069
|
+
"name": "endTime",
|
|
126070
|
+
"type": {
|
|
126071
|
+
"kind": "SCALAR",
|
|
126072
|
+
"name": "DateTime",
|
|
126073
|
+
"ofType": null
|
|
126074
|
+
}
|
|
126075
|
+
},
|
|
126076
|
+
{
|
|
126077
|
+
"args": [],
|
|
126078
|
+
"deprecationReason": null,
|
|
126079
|
+
"description": null,
|
|
126080
|
+
"isDeprecated": false,
|
|
126081
|
+
"name": "ingestTime",
|
|
126082
|
+
"type": {
|
|
126083
|
+
"kind": "SCALAR",
|
|
126084
|
+
"name": "DateTime",
|
|
126085
|
+
"ofType": null
|
|
126086
|
+
}
|
|
126087
|
+
},
|
|
126088
|
+
{
|
|
126089
|
+
"args": [],
|
|
126090
|
+
"deprecationReason": null,
|
|
126091
|
+
"description": null,
|
|
126092
|
+
"isDeprecated": false,
|
|
126093
|
+
"name": "hasPrompts",
|
|
126094
|
+
"type": {
|
|
126095
|
+
"kind": "NON_NULL",
|
|
126096
|
+
"name": null,
|
|
126097
|
+
"ofType": {
|
|
126098
|
+
"kind": "SCALAR",
|
|
126099
|
+
"name": "Boolean",
|
|
126100
|
+
"ofType": null
|
|
126101
|
+
}
|
|
126102
|
+
}
|
|
126103
|
+
},
|
|
126104
|
+
{
|
|
126105
|
+
"args": [],
|
|
126106
|
+
"deprecationReason": null,
|
|
126107
|
+
"description": null,
|
|
126108
|
+
"isDeprecated": false,
|
|
126109
|
+
"name": "hasCompletions",
|
|
126110
|
+
"type": {
|
|
126111
|
+
"kind": "NON_NULL",
|
|
126112
|
+
"name": null,
|
|
126113
|
+
"ofType": {
|
|
126114
|
+
"kind": "SCALAR",
|
|
126115
|
+
"name": "Boolean",
|
|
126116
|
+
"ofType": null
|
|
126117
|
+
}
|
|
126118
|
+
}
|
|
126119
|
+
},
|
|
126120
|
+
{
|
|
126121
|
+
"args": [],
|
|
126122
|
+
"deprecationReason": null,
|
|
126123
|
+
"description": null,
|
|
126124
|
+
"isDeprecated": false,
|
|
126125
|
+
"name": "promptTokens",
|
|
126126
|
+
"type": {
|
|
126127
|
+
"kind": "SCALAR",
|
|
126128
|
+
"name": "Int",
|
|
126129
|
+
"ofType": null
|
|
126130
|
+
}
|
|
126131
|
+
},
|
|
126132
|
+
{
|
|
126133
|
+
"args": [],
|
|
126134
|
+
"deprecationReason": null,
|
|
126135
|
+
"description": null,
|
|
126136
|
+
"isDeprecated": false,
|
|
126137
|
+
"name": "completionTokens",
|
|
126138
|
+
"type": {
|
|
126139
|
+
"kind": "SCALAR",
|
|
126140
|
+
"name": "Int",
|
|
126141
|
+
"ofType": null
|
|
126142
|
+
}
|
|
126143
|
+
},
|
|
126144
|
+
{
|
|
126145
|
+
"args": [],
|
|
126146
|
+
"deprecationReason": null,
|
|
126147
|
+
"description": null,
|
|
126148
|
+
"isDeprecated": false,
|
|
126149
|
+
"name": "totalTokens",
|
|
126150
|
+
"type": {
|
|
126151
|
+
"kind": "SCALAR",
|
|
126152
|
+
"name": "Int",
|
|
126153
|
+
"ofType": null
|
|
126154
|
+
}
|
|
126155
|
+
},
|
|
126156
|
+
{
|
|
126157
|
+
"args": [],
|
|
126158
|
+
"deprecationReason": null,
|
|
126159
|
+
"description": null,
|
|
126160
|
+
"isDeprecated": false,
|
|
126161
|
+
"name": "model",
|
|
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": "agentName",
|
|
126174
|
+
"type": {
|
|
126175
|
+
"kind": "SCALAR",
|
|
126176
|
+
"name": "String",
|
|
126177
|
+
"ofType": null
|
|
126178
|
+
}
|
|
126179
|
+
},
|
|
126180
|
+
{
|
|
126181
|
+
"args": [],
|
|
126182
|
+
"deprecationReason": null,
|
|
126183
|
+
"description": null,
|
|
126184
|
+
"isDeprecated": false,
|
|
126185
|
+
"name": "workflow",
|
|
126186
|
+
"type": {
|
|
126187
|
+
"kind": "SCALAR",
|
|
126188
|
+
"name": "String",
|
|
126189
|
+
"ofType": null
|
|
126190
|
+
}
|
|
126191
|
+
},
|
|
126192
|
+
{
|
|
126193
|
+
"args": [],
|
|
126194
|
+
"deprecationReason": null,
|
|
126195
|
+
"description": null,
|
|
126196
|
+
"isDeprecated": false,
|
|
126197
|
+
"name": "task",
|
|
126198
|
+
"type": {
|
|
126199
|
+
"kind": "SCALAR",
|
|
126200
|
+
"name": "String",
|
|
126201
|
+
"ofType": null
|
|
126202
|
+
}
|
|
126203
|
+
},
|
|
126204
|
+
{
|
|
126205
|
+
"args": [],
|
|
126206
|
+
"deprecationReason": null,
|
|
126207
|
+
"description": null,
|
|
126208
|
+
"isDeprecated": false,
|
|
126209
|
+
"name": "childSpanIds",
|
|
126210
|
+
"type": {
|
|
126211
|
+
"kind": "NON_NULL",
|
|
126212
|
+
"name": null,
|
|
126213
|
+
"ofType": {
|
|
126214
|
+
"kind": "LIST",
|
|
126215
|
+
"name": null,
|
|
126216
|
+
"ofType": {
|
|
126217
|
+
"kind": "NON_NULL",
|
|
126218
|
+
"name": null,
|
|
126219
|
+
"ofType": {
|
|
126220
|
+
"kind": "SCALAR",
|
|
126221
|
+
"name": "String",
|
|
126222
|
+
"ofType": null
|
|
126223
|
+
}
|
|
126224
|
+
}
|
|
126225
|
+
}
|
|
126226
|
+
}
|
|
126227
|
+
},
|
|
126228
|
+
{
|
|
126229
|
+
"args": [],
|
|
126230
|
+
"deprecationReason": null,
|
|
126231
|
+
"description": null,
|
|
126232
|
+
"isDeprecated": false,
|
|
126233
|
+
"name": "startExtraNs",
|
|
126234
|
+
"type": {
|
|
126235
|
+
"kind": "SCALAR",
|
|
126236
|
+
"name": "Int",
|
|
126237
|
+
"ofType": null
|
|
126238
|
+
}
|
|
126239
|
+
},
|
|
126240
|
+
{
|
|
126241
|
+
"args": [],
|
|
126242
|
+
"deprecationReason": null,
|
|
126243
|
+
"description": null,
|
|
126244
|
+
"isDeprecated": false,
|
|
126245
|
+
"name": "endExtraNs",
|
|
126246
|
+
"type": {
|
|
126247
|
+
"kind": "SCALAR",
|
|
126248
|
+
"name": "Int",
|
|
126249
|
+
"ofType": null
|
|
126250
|
+
}
|
|
126251
|
+
}
|
|
126252
|
+
],
|
|
126253
|
+
"inputFields": null,
|
|
126254
|
+
"interfaces": [],
|
|
126255
|
+
"kind": "OBJECT",
|
|
126256
|
+
"name": "TraceNode",
|
|
126257
|
+
"possibleTypes": null
|
|
126258
|
+
},
|
|
124424
126259
|
{
|
|
124425
126260
|
"description": null,
|
|
124426
126261
|
"enumValues": null,
|
|
@@ -124651,6 +126486,41 @@
|
|
|
124651
126486
|
"name": "AgentSpanFieldFilterInput",
|
|
124652
126487
|
"possibleTypes": null
|
|
124653
126488
|
},
|
|
126489
|
+
{
|
|
126490
|
+
"description": null,
|
|
126491
|
+
"enumValues": [
|
|
126492
|
+
{
|
|
126493
|
+
"deprecationReason": null,
|
|
126494
|
+
"description": null,
|
|
126495
|
+
"isDeprecated": false,
|
|
126496
|
+
"name": "ALL"
|
|
126497
|
+
},
|
|
126498
|
+
{
|
|
126499
|
+
"deprecationReason": null,
|
|
126500
|
+
"description": null,
|
|
126501
|
+
"isDeprecated": false,
|
|
126502
|
+
"name": "EVALUATION"
|
|
126503
|
+
},
|
|
126504
|
+
{
|
|
126505
|
+
"deprecationReason": null,
|
|
126506
|
+
"description": null,
|
|
126507
|
+
"isDeprecated": false,
|
|
126508
|
+
"name": "SPAN_TREE"
|
|
126509
|
+
},
|
|
126510
|
+
{
|
|
126511
|
+
"deprecationReason": null,
|
|
126512
|
+
"description": null,
|
|
126513
|
+
"isDeprecated": false,
|
|
126514
|
+
"name": "SPAN_VIEW"
|
|
126515
|
+
}
|
|
126516
|
+
],
|
|
126517
|
+
"fields": null,
|
|
126518
|
+
"inputFields": null,
|
|
126519
|
+
"interfaces": null,
|
|
126520
|
+
"kind": "ENUM",
|
|
126521
|
+
"name": "AgentMonitorSelectExpressionType",
|
|
126522
|
+
"possibleTypes": null
|
|
126523
|
+
},
|
|
124654
126524
|
{
|
|
124655
126525
|
"description": "Job history log entries",
|
|
124656
126526
|
"enumValues": null,
|
|
@@ -126925,6 +128795,22 @@
|
|
|
126925
128795
|
}
|
|
126926
128796
|
}
|
|
126927
128797
|
},
|
|
128798
|
+
{
|
|
128799
|
+
"args": [],
|
|
128800
|
+
"deprecationReason": null,
|
|
128801
|
+
"description": "Is this a draft monitor?",
|
|
128802
|
+
"isDeprecated": false,
|
|
128803
|
+
"name": "isDraft",
|
|
128804
|
+
"type": {
|
|
128805
|
+
"kind": "NON_NULL",
|
|
128806
|
+
"name": null,
|
|
128807
|
+
"ofType": {
|
|
128808
|
+
"kind": "SCALAR",
|
|
128809
|
+
"name": "Boolean",
|
|
128810
|
+
"ofType": null
|
|
128811
|
+
}
|
|
128812
|
+
}
|
|
128813
|
+
},
|
|
126928
128814
|
{
|
|
126929
128815
|
"args": [],
|
|
126930
128816
|
"deprecationReason": null,
|
|
@@ -127572,6 +129458,26 @@
|
|
|
127572
129458
|
"name": "Int",
|
|
127573
129459
|
"ofType": null
|
|
127574
129460
|
}
|
|
129461
|
+
},
|
|
129462
|
+
{
|
|
129463
|
+
"args": [],
|
|
129464
|
+
"deprecationReason": null,
|
|
129465
|
+
"description": "Domain UUIDs assigned to the monitor.",
|
|
129466
|
+
"isDeprecated": false,
|
|
129467
|
+
"name": "domainUuids",
|
|
129468
|
+
"type": {
|
|
129469
|
+
"kind": "LIST",
|
|
129470
|
+
"name": null,
|
|
129471
|
+
"ofType": {
|
|
129472
|
+
"kind": "NON_NULL",
|
|
129473
|
+
"name": null,
|
|
129474
|
+
"ofType": {
|
|
129475
|
+
"kind": "SCALAR",
|
|
129476
|
+
"name": "UUID",
|
|
129477
|
+
"ofType": null
|
|
129478
|
+
}
|
|
129479
|
+
}
|
|
129480
|
+
}
|
|
127575
129481
|
}
|
|
127576
129482
|
],
|
|
127577
129483
|
"inputFields": null,
|
|
@@ -156058,6 +157964,53 @@
|
|
|
156058
157964
|
"ofType": null
|
|
156059
157965
|
}
|
|
156060
157966
|
},
|
|
157967
|
+
{
|
|
157968
|
+
"args": [
|
|
157969
|
+
{
|
|
157970
|
+
"defaultValue": null,
|
|
157971
|
+
"description": "MCON of the table for which monitoring was enabled",
|
|
157972
|
+
"name": "mcon",
|
|
157973
|
+
"type": {
|
|
157974
|
+
"kind": "NON_NULL",
|
|
157975
|
+
"name": null,
|
|
157976
|
+
"ofType": {
|
|
157977
|
+
"kind": "SCALAR",
|
|
157978
|
+
"name": "String",
|
|
157979
|
+
"ofType": null
|
|
157980
|
+
}
|
|
157981
|
+
}
|
|
157982
|
+
},
|
|
157983
|
+
{
|
|
157984
|
+
"defaultValue": null,
|
|
157985
|
+
"description": "UUID of the TableMonitor that enabled monitoring for this table. Provide either this or usageRuleId, but not both.",
|
|
157986
|
+
"name": "tableMonitorUuid",
|
|
157987
|
+
"type": {
|
|
157988
|
+
"kind": "SCALAR",
|
|
157989
|
+
"name": "UUID",
|
|
157990
|
+
"ofType": null
|
|
157991
|
+
}
|
|
157992
|
+
},
|
|
157993
|
+
{
|
|
157994
|
+
"defaultValue": null,
|
|
157995
|
+
"description": "ID of the MonitoredTableRule that enabled monitoring for this table. Provide either this or tableMonitorUuid, but not both.",
|
|
157996
|
+
"name": "usageRuleId",
|
|
157997
|
+
"type": {
|
|
157998
|
+
"kind": "SCALAR",
|
|
157999
|
+
"name": "Int",
|
|
158000
|
+
"ofType": null
|
|
158001
|
+
}
|
|
158002
|
+
}
|
|
158003
|
+
],
|
|
158004
|
+
"deprecationReason": null,
|
|
158005
|
+
"description": "(experimental) Record a single-table monitoring enablement event",
|
|
158006
|
+
"isDeprecated": false,
|
|
158007
|
+
"name": "createSingleTableMonitoringNotification",
|
|
158008
|
+
"type": {
|
|
158009
|
+
"kind": "OBJECT",
|
|
158010
|
+
"name": "CreateSingleTableMonitoringNotification",
|
|
158011
|
+
"ofType": null
|
|
158012
|
+
}
|
|
158013
|
+
},
|
|
156061
158014
|
{
|
|
156062
158015
|
"args": [
|
|
156063
158016
|
{
|
|
@@ -156565,6 +158518,24 @@
|
|
|
156565
158518
|
}
|
|
156566
158519
|
}
|
|
156567
158520
|
},
|
|
158521
|
+
{
|
|
158522
|
+
"defaultValue": null,
|
|
158523
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
158524
|
+
"name": "domainUuids",
|
|
158525
|
+
"type": {
|
|
158526
|
+
"kind": "LIST",
|
|
158527
|
+
"name": null,
|
|
158528
|
+
"ofType": {
|
|
158529
|
+
"kind": "NON_NULL",
|
|
158530
|
+
"name": null,
|
|
158531
|
+
"ofType": {
|
|
158532
|
+
"kind": "SCALAR",
|
|
158533
|
+
"name": "UUID",
|
|
158534
|
+
"ofType": null
|
|
158535
|
+
}
|
|
158536
|
+
}
|
|
158537
|
+
}
|
|
158538
|
+
},
|
|
156568
158539
|
{
|
|
156569
158540
|
"defaultValue": "false",
|
|
156570
158541
|
"description": "Dry run the monitor creation or update and return the MaC YAML and queries.",
|
|
@@ -167049,6 +169020,24 @@
|
|
|
167049
169020
|
"ofType": null
|
|
167050
169021
|
}
|
|
167051
169022
|
},
|
|
169023
|
+
{
|
|
169024
|
+
"defaultValue": null,
|
|
169025
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
169026
|
+
"name": "domainUuids",
|
|
169027
|
+
"type": {
|
|
169028
|
+
"kind": "LIST",
|
|
169029
|
+
"name": null,
|
|
169030
|
+
"ofType": {
|
|
169031
|
+
"kind": "NON_NULL",
|
|
169032
|
+
"name": null,
|
|
169033
|
+
"ofType": {
|
|
169034
|
+
"kind": "SCALAR",
|
|
169035
|
+
"name": "UUID",
|
|
169036
|
+
"ofType": null
|
|
169037
|
+
}
|
|
169038
|
+
}
|
|
169039
|
+
}
|
|
169040
|
+
},
|
|
167052
169041
|
{
|
|
167053
169042
|
"defaultValue": null,
|
|
167054
169043
|
"description": "Warehouse the tables are contained in. Required when using fullTableIds",
|
|
@@ -167266,6 +169255,24 @@
|
|
|
167266
169255
|
"ofType": null
|
|
167267
169256
|
}
|
|
167268
169257
|
},
|
|
169258
|
+
{
|
|
169259
|
+
"defaultValue": null,
|
|
169260
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
169261
|
+
"name": "domainUuids",
|
|
169262
|
+
"type": {
|
|
169263
|
+
"kind": "LIST",
|
|
169264
|
+
"name": null,
|
|
169265
|
+
"ofType": {
|
|
169266
|
+
"kind": "NON_NULL",
|
|
169267
|
+
"name": null,
|
|
169268
|
+
"ofType": {
|
|
169269
|
+
"kind": "SCALAR",
|
|
169270
|
+
"name": "UUID",
|
|
169271
|
+
"ofType": null
|
|
169272
|
+
}
|
|
169273
|
+
}
|
|
169274
|
+
}
|
|
169275
|
+
},
|
|
167269
169276
|
{
|
|
167270
169277
|
"defaultValue": null,
|
|
167271
169278
|
"description": "Warehouse the tables are contained in. Required when using fullTableIds",
|
|
@@ -167521,6 +169528,24 @@
|
|
|
167521
169528
|
}
|
|
167522
169529
|
}
|
|
167523
169530
|
},
|
|
169531
|
+
{
|
|
169532
|
+
"defaultValue": null,
|
|
169533
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
169534
|
+
"name": "domainUuids",
|
|
169535
|
+
"type": {
|
|
169536
|
+
"kind": "LIST",
|
|
169537
|
+
"name": null,
|
|
169538
|
+
"ofType": {
|
|
169539
|
+
"kind": "NON_NULL",
|
|
169540
|
+
"name": null,
|
|
169541
|
+
"ofType": {
|
|
169542
|
+
"kind": "SCALAR",
|
|
169543
|
+
"name": "UUID",
|
|
169544
|
+
"ofType": null
|
|
169545
|
+
}
|
|
169546
|
+
}
|
|
169547
|
+
}
|
|
169548
|
+
},
|
|
167524
169549
|
{
|
|
167525
169550
|
"defaultValue": null,
|
|
167526
169551
|
"description": "Warehouse UUID",
|
|
@@ -167896,6 +169921,24 @@
|
|
|
167896
169921
|
}
|
|
167897
169922
|
}
|
|
167898
169923
|
},
|
|
169924
|
+
{
|
|
169925
|
+
"defaultValue": null,
|
|
169926
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
169927
|
+
"name": "domainUuids",
|
|
169928
|
+
"type": {
|
|
169929
|
+
"kind": "LIST",
|
|
169930
|
+
"name": null,
|
|
169931
|
+
"ofType": {
|
|
169932
|
+
"kind": "NON_NULL",
|
|
169933
|
+
"name": null,
|
|
169934
|
+
"ofType": {
|
|
169935
|
+
"kind": "SCALAR",
|
|
169936
|
+
"name": "UUID",
|
|
169937
|
+
"ofType": null
|
|
169938
|
+
}
|
|
169939
|
+
}
|
|
169940
|
+
}
|
|
169941
|
+
},
|
|
167899
169942
|
{
|
|
167900
169943
|
"defaultValue": null,
|
|
167901
169944
|
"description": "Warehouse UUID",
|
|
@@ -168407,6 +170450,24 @@
|
|
|
168407
170450
|
}
|
|
168408
170451
|
}
|
|
168409
170452
|
},
|
|
170453
|
+
{
|
|
170454
|
+
"defaultValue": null,
|
|
170455
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
170456
|
+
"name": "domainUuids",
|
|
170457
|
+
"type": {
|
|
170458
|
+
"kind": "LIST",
|
|
170459
|
+
"name": null,
|
|
170460
|
+
"ofType": {
|
|
170461
|
+
"kind": "NON_NULL",
|
|
170462
|
+
"name": null,
|
|
170463
|
+
"ofType": {
|
|
170464
|
+
"kind": "SCALAR",
|
|
170465
|
+
"name": "UUID",
|
|
170466
|
+
"ofType": null
|
|
170467
|
+
}
|
|
170468
|
+
}
|
|
170469
|
+
}
|
|
170470
|
+
},
|
|
168410
170471
|
{
|
|
168411
170472
|
"defaultValue": null,
|
|
168412
170473
|
"description": "Warehouse the tables are contained in. Required when using fullTableIds",
|
|
@@ -168652,6 +170713,24 @@
|
|
|
168652
170713
|
}
|
|
168653
170714
|
}
|
|
168654
170715
|
},
|
|
170716
|
+
{
|
|
170717
|
+
"defaultValue": null,
|
|
170718
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
170719
|
+
"name": "domainUuids",
|
|
170720
|
+
"type": {
|
|
170721
|
+
"kind": "LIST",
|
|
170722
|
+
"name": null,
|
|
170723
|
+
"ofType": {
|
|
170724
|
+
"kind": "NON_NULL",
|
|
170725
|
+
"name": null,
|
|
170726
|
+
"ofType": {
|
|
170727
|
+
"kind": "SCALAR",
|
|
170728
|
+
"name": "UUID",
|
|
170729
|
+
"ofType": null
|
|
170730
|
+
}
|
|
170731
|
+
}
|
|
170732
|
+
}
|
|
170733
|
+
},
|
|
168655
170734
|
{
|
|
168656
170735
|
"defaultValue": "false",
|
|
168657
170736
|
"description": "Dry run the monitor creation or update and return the MaC YAML and queries.",
|
|
@@ -168933,6 +171012,24 @@
|
|
|
168933
171012
|
}
|
|
168934
171013
|
}
|
|
168935
171014
|
},
|
|
171015
|
+
{
|
|
171016
|
+
"defaultValue": null,
|
|
171017
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
171018
|
+
"name": "domainUuids",
|
|
171019
|
+
"type": {
|
|
171020
|
+
"kind": "LIST",
|
|
171021
|
+
"name": null,
|
|
171022
|
+
"ofType": {
|
|
171023
|
+
"kind": "NON_NULL",
|
|
171024
|
+
"name": null,
|
|
171025
|
+
"ofType": {
|
|
171026
|
+
"kind": "SCALAR",
|
|
171027
|
+
"name": "UUID",
|
|
171028
|
+
"ofType": null
|
|
171029
|
+
}
|
|
171030
|
+
}
|
|
171031
|
+
}
|
|
171032
|
+
},
|
|
168936
171033
|
{
|
|
168937
171034
|
"defaultValue": "false",
|
|
168938
171035
|
"description": "Dry run the monitor creation or update and return the MaC YAML and queries.",
|
|
@@ -169218,6 +171315,24 @@
|
|
|
169218
171315
|
}
|
|
169219
171316
|
}
|
|
169220
171317
|
},
|
|
171318
|
+
{
|
|
171319
|
+
"defaultValue": null,
|
|
171320
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
171321
|
+
"name": "domainUuids",
|
|
171322
|
+
"type": {
|
|
171323
|
+
"kind": "LIST",
|
|
171324
|
+
"name": null,
|
|
171325
|
+
"ofType": {
|
|
171326
|
+
"kind": "NON_NULL",
|
|
171327
|
+
"name": null,
|
|
171328
|
+
"ofType": {
|
|
171329
|
+
"kind": "SCALAR",
|
|
171330
|
+
"name": "UUID",
|
|
171331
|
+
"ofType": null
|
|
171332
|
+
}
|
|
171333
|
+
}
|
|
171334
|
+
}
|
|
171335
|
+
},
|
|
169221
171336
|
{
|
|
169222
171337
|
"defaultValue": "false",
|
|
169223
171338
|
"description": "Dry run the monitor creation or update and return the MaC YAML and queries.",
|
|
@@ -169389,6 +171504,24 @@
|
|
|
169389
171504
|
"ofType": null
|
|
169390
171505
|
}
|
|
169391
171506
|
},
|
|
171507
|
+
{
|
|
171508
|
+
"defaultValue": null,
|
|
171509
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
171510
|
+
"name": "domainUuids",
|
|
171511
|
+
"type": {
|
|
171512
|
+
"kind": "LIST",
|
|
171513
|
+
"name": null,
|
|
171514
|
+
"ofType": {
|
|
171515
|
+
"kind": "NON_NULL",
|
|
171516
|
+
"name": null,
|
|
171517
|
+
"ofType": {
|
|
171518
|
+
"kind": "SCALAR",
|
|
171519
|
+
"name": "UUID",
|
|
171520
|
+
"ofType": null
|
|
171521
|
+
}
|
|
171522
|
+
}
|
|
171523
|
+
}
|
|
171524
|
+
},
|
|
169392
171525
|
{
|
|
169393
171526
|
"defaultValue": null,
|
|
169394
171527
|
"description": "Warehouse the tables are contained in. Required when using fullTableIds",
|
|
@@ -170530,6 +172663,24 @@
|
|
|
170530
172663
|
}
|
|
170531
172664
|
}
|
|
170532
172665
|
},
|
|
172666
|
+
{
|
|
172667
|
+
"defaultValue": null,
|
|
172668
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
172669
|
+
"name": "domainUuids",
|
|
172670
|
+
"type": {
|
|
172671
|
+
"kind": "LIST",
|
|
172672
|
+
"name": null,
|
|
172673
|
+
"ofType": {
|
|
172674
|
+
"kind": "NON_NULL",
|
|
172675
|
+
"name": null,
|
|
172676
|
+
"ofType": {
|
|
172677
|
+
"kind": "SCALAR",
|
|
172678
|
+
"name": "UUID",
|
|
172679
|
+
"ofType": null
|
|
172680
|
+
}
|
|
172681
|
+
}
|
|
172682
|
+
}
|
|
172683
|
+
},
|
|
170533
172684
|
{
|
|
170534
172685
|
"defaultValue": null,
|
|
170535
172686
|
"description": "Warehouse UUID",
|
|
@@ -171398,6 +173549,24 @@
|
|
|
171398
173549
|
"ofType": null
|
|
171399
173550
|
}
|
|
171400
173551
|
},
|
|
173552
|
+
{
|
|
173553
|
+
"defaultValue": null,
|
|
173554
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
173555
|
+
"name": "domainUuids",
|
|
173556
|
+
"type": {
|
|
173557
|
+
"kind": "LIST",
|
|
173558
|
+
"name": null,
|
|
173559
|
+
"ofType": {
|
|
173560
|
+
"kind": "NON_NULL",
|
|
173561
|
+
"name": null,
|
|
173562
|
+
"ofType": {
|
|
173563
|
+
"kind": "SCALAR",
|
|
173564
|
+
"name": "UUID",
|
|
173565
|
+
"ofType": null
|
|
173566
|
+
}
|
|
173567
|
+
}
|
|
173568
|
+
}
|
|
173569
|
+
},
|
|
171401
173570
|
{
|
|
171402
173571
|
"defaultValue": "false",
|
|
171403
173572
|
"description": "Return an error if the update is a significant change that would require a monitor reset.",
|
|
@@ -171906,6 +174075,24 @@
|
|
|
171906
174075
|
}
|
|
171907
174076
|
}
|
|
171908
174077
|
},
|
|
174078
|
+
{
|
|
174079
|
+
"defaultValue": null,
|
|
174080
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
174081
|
+
"name": "domainUuids",
|
|
174082
|
+
"type": {
|
|
174083
|
+
"kind": "LIST",
|
|
174084
|
+
"name": null,
|
|
174085
|
+
"ofType": {
|
|
174086
|
+
"kind": "NON_NULL",
|
|
174087
|
+
"name": null,
|
|
174088
|
+
"ofType": {
|
|
174089
|
+
"kind": "SCALAR",
|
|
174090
|
+
"name": "UUID",
|
|
174091
|
+
"ofType": null
|
|
174092
|
+
}
|
|
174093
|
+
}
|
|
174094
|
+
}
|
|
174095
|
+
},
|
|
171909
174096
|
{
|
|
171910
174097
|
"defaultValue": "false",
|
|
171911
174098
|
"description": "Dry run the monitor creation or update and return the MaC YAML and queries.",
|
|
@@ -172185,6 +174372,24 @@
|
|
|
172185
174372
|
"ofType": null
|
|
172186
174373
|
}
|
|
172187
174374
|
},
|
|
174375
|
+
{
|
|
174376
|
+
"defaultValue": null,
|
|
174377
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
174378
|
+
"name": "domainUuids",
|
|
174379
|
+
"type": {
|
|
174380
|
+
"kind": "LIST",
|
|
174381
|
+
"name": null,
|
|
174382
|
+
"ofType": {
|
|
174383
|
+
"kind": "NON_NULL",
|
|
174384
|
+
"name": null,
|
|
174385
|
+
"ofType": {
|
|
174386
|
+
"kind": "SCALAR",
|
|
174387
|
+
"name": "UUID",
|
|
174388
|
+
"ofType": null
|
|
174389
|
+
}
|
|
174390
|
+
}
|
|
174391
|
+
}
|
|
174392
|
+
},
|
|
172188
174393
|
{
|
|
172189
174394
|
"defaultValue": "false",
|
|
172190
174395
|
"description": "Dry run the monitor creation or update and return the MaC YAML and queries.",
|
|
@@ -172520,6 +174725,24 @@
|
|
|
172520
174725
|
}
|
|
172521
174726
|
}
|
|
172522
174727
|
},
|
|
174728
|
+
{
|
|
174729
|
+
"defaultValue": null,
|
|
174730
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
174731
|
+
"name": "domainUuids",
|
|
174732
|
+
"type": {
|
|
174733
|
+
"kind": "LIST",
|
|
174734
|
+
"name": null,
|
|
174735
|
+
"ofType": {
|
|
174736
|
+
"kind": "NON_NULL",
|
|
174737
|
+
"name": null,
|
|
174738
|
+
"ofType": {
|
|
174739
|
+
"kind": "SCALAR",
|
|
174740
|
+
"name": "UUID",
|
|
174741
|
+
"ofType": null
|
|
174742
|
+
}
|
|
174743
|
+
}
|
|
174744
|
+
}
|
|
174745
|
+
},
|
|
172523
174746
|
{
|
|
172524
174747
|
"defaultValue": "false",
|
|
172525
174748
|
"description": "Dry run the monitor creation or update and return the MaC YAML and queries.",
|
|
@@ -172795,6 +175018,24 @@
|
|
|
172795
175018
|
}
|
|
172796
175019
|
}
|
|
172797
175020
|
},
|
|
175021
|
+
{
|
|
175022
|
+
"defaultValue": null,
|
|
175023
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
175024
|
+
"name": "domainUuids",
|
|
175025
|
+
"type": {
|
|
175026
|
+
"kind": "LIST",
|
|
175027
|
+
"name": null,
|
|
175028
|
+
"ofType": {
|
|
175029
|
+
"kind": "NON_NULL",
|
|
175030
|
+
"name": null,
|
|
175031
|
+
"ofType": {
|
|
175032
|
+
"kind": "SCALAR",
|
|
175033
|
+
"name": "UUID",
|
|
175034
|
+
"ofType": null
|
|
175035
|
+
}
|
|
175036
|
+
}
|
|
175037
|
+
}
|
|
175038
|
+
},
|
|
172798
175039
|
{
|
|
172799
175040
|
"defaultValue": "false",
|
|
172800
175041
|
"description": "Dry run the monitor creation or update and return the MaC YAML and queries.",
|
|
@@ -181195,9 +183436,9 @@
|
|
|
181195
183436
|
}
|
|
181196
183437
|
}
|
|
181197
183438
|
],
|
|
181198
|
-
"deprecationReason":
|
|
181199
|
-
"description": "(experimental) Request access to view an alert",
|
|
181200
|
-
"isDeprecated":
|
|
183439
|
+
"deprecationReason": "Use requestAccess instead",
|
|
183440
|
+
"description": "(experimental) DEPRECATED. Request access to view an alert",
|
|
183441
|
+
"isDeprecated": true,
|
|
181201
183442
|
"name": "requestAlertAccess",
|
|
181202
183443
|
"type": {
|
|
181203
183444
|
"kind": "OBJECT",
|
|
@@ -182509,6 +184750,33 @@
|
|
|
182509
184750
|
"name": "DeleteTableMonitor",
|
|
182510
184751
|
"possibleTypes": null
|
|
182511
184752
|
},
|
|
184753
|
+
{
|
|
184754
|
+
"description": "Record that monitoring was enabled for a single table.\n\nMust provide the table mcon and exactly one of\na usage rule ID or a table monitor UUID.",
|
|
184755
|
+
"enumValues": null,
|
|
184756
|
+
"fields": [
|
|
184757
|
+
{
|
|
184758
|
+
"args": [],
|
|
184759
|
+
"deprecationReason": null,
|
|
184760
|
+
"description": "True if the event was recorded",
|
|
184761
|
+
"isDeprecated": false,
|
|
184762
|
+
"name": "success",
|
|
184763
|
+
"type": {
|
|
184764
|
+
"kind": "NON_NULL",
|
|
184765
|
+
"name": null,
|
|
184766
|
+
"ofType": {
|
|
184767
|
+
"kind": "SCALAR",
|
|
184768
|
+
"name": "Boolean",
|
|
184769
|
+
"ofType": null
|
|
184770
|
+
}
|
|
184771
|
+
}
|
|
184772
|
+
}
|
|
184773
|
+
],
|
|
184774
|
+
"inputFields": null,
|
|
184775
|
+
"interfaces": [],
|
|
184776
|
+
"kind": "OBJECT",
|
|
184777
|
+
"name": "CreateSingleTableMonitoringNotification",
|
|
184778
|
+
"possibleTypes": null
|
|
184779
|
+
},
|
|
182512
184780
|
{
|
|
182513
184781
|
"description": null,
|
|
182514
184782
|
"enumValues": null,
|