pycarlo 0.10.183__py3-none-any.whl → 0.10.185__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.
Potentially problematic release.
This version of pycarlo might be problematic. Click here for more details.
- pycarlo/lib/schema.json +1354 -13
- pycarlo/lib/schema.py +671 -4
- {pycarlo-0.10.183.dist-info → pycarlo-0.10.185.dist-info}/METADATA +1 -1
- {pycarlo-0.10.183.dist-info → pycarlo-0.10.185.dist-info}/RECORD +7 -7
- {pycarlo-0.10.183.dist-info → pycarlo-0.10.185.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.183.dist-info → pycarlo-0.10.185.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.183.dist-info → pycarlo-0.10.185.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -5061,6 +5061,156 @@
|
|
|
5061
5061
|
"ofType": null
|
|
5062
5062
|
}
|
|
5063
5063
|
},
|
|
5064
|
+
{
|
|
5065
|
+
"args": [
|
|
5066
|
+
{
|
|
5067
|
+
"defaultValue": null,
|
|
5068
|
+
"description": "Azure DevOps organization name",
|
|
5069
|
+
"name": "organization",
|
|
5070
|
+
"type": {
|
|
5071
|
+
"kind": "NON_NULL",
|
|
5072
|
+
"name": null,
|
|
5073
|
+
"ofType": {
|
|
5074
|
+
"kind": "SCALAR",
|
|
5075
|
+
"name": "String",
|
|
5076
|
+
"ofType": null
|
|
5077
|
+
}
|
|
5078
|
+
}
|
|
5079
|
+
},
|
|
5080
|
+
{
|
|
5081
|
+
"defaultValue": null,
|
|
5082
|
+
"description": "Basic auth credentials to test (PAT)",
|
|
5083
|
+
"name": "basicAuthCredentials",
|
|
5084
|
+
"type": {
|
|
5085
|
+
"kind": "INPUT_OBJECT",
|
|
5086
|
+
"name": "AzureDevOpsBasicAuthCredentialsInput",
|
|
5087
|
+
"ofType": null
|
|
5088
|
+
}
|
|
5089
|
+
},
|
|
5090
|
+
{
|
|
5091
|
+
"defaultValue": null,
|
|
5092
|
+
"description": "OAuth credentials to test (not yet supported for testing)",
|
|
5093
|
+
"name": "oauthCredentials",
|
|
5094
|
+
"type": {
|
|
5095
|
+
"kind": "INPUT_OBJECT",
|
|
5096
|
+
"name": "AzureDevOpsOauthCredentialsInput",
|
|
5097
|
+
"ofType": null
|
|
5098
|
+
}
|
|
5099
|
+
}
|
|
5100
|
+
],
|
|
5101
|
+
"deprecationReason": null,
|
|
5102
|
+
"description": "(experimental) Test the Azure DevOps connection credentials",
|
|
5103
|
+
"isDeprecated": false,
|
|
5104
|
+
"name": "testAzureDevopsCredentials",
|
|
5105
|
+
"type": {
|
|
5106
|
+
"kind": "OBJECT",
|
|
5107
|
+
"name": "TestAzureDevOpsCredentialsOutput",
|
|
5108
|
+
"ofType": null
|
|
5109
|
+
}
|
|
5110
|
+
},
|
|
5111
|
+
{
|
|
5112
|
+
"args": [
|
|
5113
|
+
{
|
|
5114
|
+
"defaultValue": null,
|
|
5115
|
+
"description": "Filter by integration ID",
|
|
5116
|
+
"name": "integrationId",
|
|
5117
|
+
"type": {
|
|
5118
|
+
"kind": "SCALAR",
|
|
5119
|
+
"name": "UUID",
|
|
5120
|
+
"ofType": null
|
|
5121
|
+
}
|
|
5122
|
+
}
|
|
5123
|
+
],
|
|
5124
|
+
"deprecationReason": null,
|
|
5125
|
+
"description": "(experimental) Get Azure DevOps work item integrations",
|
|
5126
|
+
"isDeprecated": false,
|
|
5127
|
+
"name": "getAzureDevopsIntegrations",
|
|
5128
|
+
"type": {
|
|
5129
|
+
"kind": "LIST",
|
|
5130
|
+
"name": null,
|
|
5131
|
+
"ofType": {
|
|
5132
|
+
"kind": "OBJECT",
|
|
5133
|
+
"name": "AzureDevOpsIntegrationOutput",
|
|
5134
|
+
"ofType": null
|
|
5135
|
+
}
|
|
5136
|
+
}
|
|
5137
|
+
},
|
|
5138
|
+
{
|
|
5139
|
+
"args": [
|
|
5140
|
+
{
|
|
5141
|
+
"defaultValue": null,
|
|
5142
|
+
"description": "ID of the Azure DevOps integration",
|
|
5143
|
+
"name": "integrationId",
|
|
5144
|
+
"type": {
|
|
5145
|
+
"kind": "NON_NULL",
|
|
5146
|
+
"name": null,
|
|
5147
|
+
"ofType": {
|
|
5148
|
+
"kind": "SCALAR",
|
|
5149
|
+
"name": "UUID",
|
|
5150
|
+
"ofType": null
|
|
5151
|
+
}
|
|
5152
|
+
}
|
|
5153
|
+
}
|
|
5154
|
+
],
|
|
5155
|
+
"deprecationReason": null,
|
|
5156
|
+
"description": "(experimental) Get list of projects for an Azure DevOps integration",
|
|
5157
|
+
"isDeprecated": false,
|
|
5158
|
+
"name": "getAzureDevopsProjects",
|
|
5159
|
+
"type": {
|
|
5160
|
+
"kind": "LIST",
|
|
5161
|
+
"name": null,
|
|
5162
|
+
"ofType": {
|
|
5163
|
+
"kind": "OBJECT",
|
|
5164
|
+
"name": "AzureDevOpsProjectOutput",
|
|
5165
|
+
"ofType": null
|
|
5166
|
+
}
|
|
5167
|
+
}
|
|
5168
|
+
},
|
|
5169
|
+
{
|
|
5170
|
+
"args": [
|
|
5171
|
+
{
|
|
5172
|
+
"defaultValue": null,
|
|
5173
|
+
"description": "ID of the Azure DevOps integration",
|
|
5174
|
+
"name": "integrationId",
|
|
5175
|
+
"type": {
|
|
5176
|
+
"kind": "NON_NULL",
|
|
5177
|
+
"name": null,
|
|
5178
|
+
"ofType": {
|
|
5179
|
+
"kind": "SCALAR",
|
|
5180
|
+
"name": "UUID",
|
|
5181
|
+
"ofType": null
|
|
5182
|
+
}
|
|
5183
|
+
}
|
|
5184
|
+
},
|
|
5185
|
+
{
|
|
5186
|
+
"defaultValue": null,
|
|
5187
|
+
"description": "Project name",
|
|
5188
|
+
"name": "project",
|
|
5189
|
+
"type": {
|
|
5190
|
+
"kind": "NON_NULL",
|
|
5191
|
+
"name": null,
|
|
5192
|
+
"ofType": {
|
|
5193
|
+
"kind": "SCALAR",
|
|
5194
|
+
"name": "String",
|
|
5195
|
+
"ofType": null
|
|
5196
|
+
}
|
|
5197
|
+
}
|
|
5198
|
+
}
|
|
5199
|
+
],
|
|
5200
|
+
"deprecationReason": null,
|
|
5201
|
+
"description": "(experimental) Get list of work item types for a project",
|
|
5202
|
+
"isDeprecated": false,
|
|
5203
|
+
"name": "getAzureDevopsWorkItemTypes",
|
|
5204
|
+
"type": {
|
|
5205
|
+
"kind": "LIST",
|
|
5206
|
+
"name": null,
|
|
5207
|
+
"ofType": {
|
|
5208
|
+
"kind": "OBJECT",
|
|
5209
|
+
"name": "AzureDevOpsWorkItemTypeOutput",
|
|
5210
|
+
"ofType": null
|
|
5211
|
+
}
|
|
5212
|
+
}
|
|
5213
|
+
},
|
|
5064
5214
|
{
|
|
5065
5215
|
"args": [
|
|
5066
5216
|
{
|
|
@@ -66054,6 +66204,22 @@
|
|
|
66054
66204
|
}
|
|
66055
66205
|
}
|
|
66056
66206
|
},
|
|
66207
|
+
{
|
|
66208
|
+
"args": [],
|
|
66209
|
+
"deprecationReason": null,
|
|
66210
|
+
"description": "Azure DevOps work items associated with the alert",
|
|
66211
|
+
"isDeprecated": false,
|
|
66212
|
+
"name": "azureDevopsWorkItems",
|
|
66213
|
+
"type": {
|
|
66214
|
+
"kind": "LIST",
|
|
66215
|
+
"name": null,
|
|
66216
|
+
"ofType": {
|
|
66217
|
+
"kind": "OBJECT",
|
|
66218
|
+
"name": "AzureDevOpsWorkItem",
|
|
66219
|
+
"ofType": null
|
|
66220
|
+
}
|
|
66221
|
+
}
|
|
66222
|
+
},
|
|
66057
66223
|
{
|
|
66058
66224
|
"args": [],
|
|
66059
66225
|
"deprecationReason": null,
|
|
@@ -66202,6 +66368,11 @@
|
|
|
66202
66368
|
"name": "DatadogIncident",
|
|
66203
66369
|
"ofType": null
|
|
66204
66370
|
},
|
|
66371
|
+
{
|
|
66372
|
+
"kind": "OBJECT",
|
|
66373
|
+
"name": "AzureDevOpsWorkItem",
|
|
66374
|
+
"ofType": null
|
|
66375
|
+
},
|
|
66205
66376
|
{
|
|
66206
66377
|
"kind": "OBJECT",
|
|
66207
66378
|
"name": "MergedAlert",
|
|
@@ -67413,6 +67584,163 @@
|
|
|
67413
67584
|
"name": "DatadogIncident",
|
|
67414
67585
|
"possibleTypes": null
|
|
67415
67586
|
},
|
|
67587
|
+
{
|
|
67588
|
+
"description": null,
|
|
67589
|
+
"enumValues": null,
|
|
67590
|
+
"fields": [
|
|
67591
|
+
{
|
|
67592
|
+
"args": [],
|
|
67593
|
+
"deprecationReason": null,
|
|
67594
|
+
"description": "Azure DevOps project name where the work item was created",
|
|
67595
|
+
"isDeprecated": false,
|
|
67596
|
+
"name": "project",
|
|
67597
|
+
"type": {
|
|
67598
|
+
"kind": "NON_NULL",
|
|
67599
|
+
"name": null,
|
|
67600
|
+
"ofType": {
|
|
67601
|
+
"kind": "SCALAR",
|
|
67602
|
+
"name": "String",
|
|
67603
|
+
"ofType": null
|
|
67604
|
+
}
|
|
67605
|
+
}
|
|
67606
|
+
},
|
|
67607
|
+
{
|
|
67608
|
+
"args": [],
|
|
67609
|
+
"deprecationReason": null,
|
|
67610
|
+
"description": "Azure DevOps work item ID",
|
|
67611
|
+
"isDeprecated": false,
|
|
67612
|
+
"name": "workItemId",
|
|
67613
|
+
"type": {
|
|
67614
|
+
"kind": "NON_NULL",
|
|
67615
|
+
"name": null,
|
|
67616
|
+
"ofType": {
|
|
67617
|
+
"kind": "SCALAR",
|
|
67618
|
+
"name": "Int",
|
|
67619
|
+
"ofType": null
|
|
67620
|
+
}
|
|
67621
|
+
}
|
|
67622
|
+
},
|
|
67623
|
+
{
|
|
67624
|
+
"args": [],
|
|
67625
|
+
"deprecationReason": null,
|
|
67626
|
+
"description": "Work item type (Bug, Issue, Task, etc.)",
|
|
67627
|
+
"isDeprecated": false,
|
|
67628
|
+
"name": "workItemType",
|
|
67629
|
+
"type": {
|
|
67630
|
+
"kind": "NON_NULL",
|
|
67631
|
+
"name": null,
|
|
67632
|
+
"ofType": {
|
|
67633
|
+
"kind": "SCALAR",
|
|
67634
|
+
"name": "String",
|
|
67635
|
+
"ofType": null
|
|
67636
|
+
}
|
|
67637
|
+
}
|
|
67638
|
+
},
|
|
67639
|
+
{
|
|
67640
|
+
"args": [],
|
|
67641
|
+
"deprecationReason": null,
|
|
67642
|
+
"description": "URL to the work item in Azure DevOps",
|
|
67643
|
+
"isDeprecated": false,
|
|
67644
|
+
"name": "workItemUrl",
|
|
67645
|
+
"type": {
|
|
67646
|
+
"kind": "NON_NULL",
|
|
67647
|
+
"name": null,
|
|
67648
|
+
"ofType": {
|
|
67649
|
+
"kind": "SCALAR",
|
|
67650
|
+
"name": "String",
|
|
67651
|
+
"ofType": null
|
|
67652
|
+
}
|
|
67653
|
+
}
|
|
67654
|
+
},
|
|
67655
|
+
{
|
|
67656
|
+
"args": [],
|
|
67657
|
+
"deprecationReason": null,
|
|
67658
|
+
"description": null,
|
|
67659
|
+
"isDeprecated": false,
|
|
67660
|
+
"name": "id",
|
|
67661
|
+
"type": {
|
|
67662
|
+
"kind": "NON_NULL",
|
|
67663
|
+
"name": null,
|
|
67664
|
+
"ofType": {
|
|
67665
|
+
"kind": "SCALAR",
|
|
67666
|
+
"name": "UUID",
|
|
67667
|
+
"ofType": null
|
|
67668
|
+
}
|
|
67669
|
+
}
|
|
67670
|
+
},
|
|
67671
|
+
{
|
|
67672
|
+
"args": [],
|
|
67673
|
+
"deprecationReason": null,
|
|
67674
|
+
"description": null,
|
|
67675
|
+
"isDeprecated": false,
|
|
67676
|
+
"name": "createdAt",
|
|
67677
|
+
"type": {
|
|
67678
|
+
"kind": "NON_NULL",
|
|
67679
|
+
"name": null,
|
|
67680
|
+
"ofType": {
|
|
67681
|
+
"kind": "SCALAR",
|
|
67682
|
+
"name": "DateTime",
|
|
67683
|
+
"ofType": null
|
|
67684
|
+
}
|
|
67685
|
+
}
|
|
67686
|
+
},
|
|
67687
|
+
{
|
|
67688
|
+
"args": [],
|
|
67689
|
+
"deprecationReason": null,
|
|
67690
|
+
"description": null,
|
|
67691
|
+
"isDeprecated": false,
|
|
67692
|
+
"name": "createdBy",
|
|
67693
|
+
"type": {
|
|
67694
|
+
"kind": "NON_NULL",
|
|
67695
|
+
"name": null,
|
|
67696
|
+
"ofType": {
|
|
67697
|
+
"kind": "OBJECT",
|
|
67698
|
+
"name": "UserOutput",
|
|
67699
|
+
"ofType": null
|
|
67700
|
+
}
|
|
67701
|
+
}
|
|
67702
|
+
},
|
|
67703
|
+
{
|
|
67704
|
+
"args": [],
|
|
67705
|
+
"deprecationReason": null,
|
|
67706
|
+
"description": "Azure DevOps integration ID",
|
|
67707
|
+
"isDeprecated": false,
|
|
67708
|
+
"name": "integrationId",
|
|
67709
|
+
"type": {
|
|
67710
|
+
"kind": "SCALAR",
|
|
67711
|
+
"name": "UUID",
|
|
67712
|
+
"ofType": null
|
|
67713
|
+
}
|
|
67714
|
+
},
|
|
67715
|
+
{
|
|
67716
|
+
"args": [],
|
|
67717
|
+
"deprecationReason": null,
|
|
67718
|
+
"description": null,
|
|
67719
|
+
"isDeprecated": false,
|
|
67720
|
+
"name": "originatesFromMcNotification",
|
|
67721
|
+
"type": {
|
|
67722
|
+
"kind": "NON_NULL",
|
|
67723
|
+
"name": null,
|
|
67724
|
+
"ofType": {
|
|
67725
|
+
"kind": "SCALAR",
|
|
67726
|
+
"name": "Boolean",
|
|
67727
|
+
"ofType": null
|
|
67728
|
+
}
|
|
67729
|
+
}
|
|
67730
|
+
}
|
|
67731
|
+
],
|
|
67732
|
+
"inputFields": null,
|
|
67733
|
+
"interfaces": [
|
|
67734
|
+
{
|
|
67735
|
+
"kind": "INTERFACE",
|
|
67736
|
+
"name": "NodeWithUUID",
|
|
67737
|
+
"ofType": null
|
|
67738
|
+
}
|
|
67739
|
+
],
|
|
67740
|
+
"kind": "OBJECT",
|
|
67741
|
+
"name": "AzureDevOpsWorkItem",
|
|
67742
|
+
"possibleTypes": null
|
|
67743
|
+
},
|
|
67416
67744
|
{
|
|
67417
67745
|
"description": null,
|
|
67418
67746
|
"enumValues": null,
|
|
@@ -79437,6 +79765,22 @@
|
|
|
79437
79765
|
}
|
|
79438
79766
|
}
|
|
79439
79767
|
},
|
|
79768
|
+
{
|
|
79769
|
+
"args": [],
|
|
79770
|
+
"deprecationReason": null,
|
|
79771
|
+
"description": "Short text to describe the integration",
|
|
79772
|
+
"isDeprecated": false,
|
|
79773
|
+
"name": "integrationName",
|
|
79774
|
+
"type": {
|
|
79775
|
+
"kind": "NON_NULL",
|
|
79776
|
+
"name": null,
|
|
79777
|
+
"ofType": {
|
|
79778
|
+
"kind": "SCALAR",
|
|
79779
|
+
"name": "String",
|
|
79780
|
+
"ofType": null
|
|
79781
|
+
}
|
|
79782
|
+
}
|
|
79783
|
+
},
|
|
79440
79784
|
{
|
|
79441
79785
|
"args": [],
|
|
79442
79786
|
"deprecationReason": null,
|
|
@@ -79985,6 +80329,22 @@
|
|
|
79985
80329
|
}
|
|
79986
80330
|
}
|
|
79987
80331
|
},
|
|
80332
|
+
{
|
|
80333
|
+
"args": [],
|
|
80334
|
+
"deprecationReason": null,
|
|
80335
|
+
"description": "Short text to describe the integration",
|
|
80336
|
+
"isDeprecated": false,
|
|
80337
|
+
"name": "integrationName",
|
|
80338
|
+
"type": {
|
|
80339
|
+
"kind": "NON_NULL",
|
|
80340
|
+
"name": null,
|
|
80341
|
+
"ofType": {
|
|
80342
|
+
"kind": "SCALAR",
|
|
80343
|
+
"name": "String",
|
|
80344
|
+
"ofType": null
|
|
80345
|
+
}
|
|
80346
|
+
}
|
|
80347
|
+
},
|
|
79988
80348
|
{
|
|
79989
80349
|
"args": [],
|
|
79990
80350
|
"deprecationReason": null,
|
|
@@ -102238,6 +102598,252 @@
|
|
|
102238
102598
|
"name": "MonteCarloStatusMappingInput",
|
|
102239
102599
|
"possibleTypes": null
|
|
102240
102600
|
},
|
|
102601
|
+
{
|
|
102602
|
+
"description": "Output type for credential testing.",
|
|
102603
|
+
"enumValues": null,
|
|
102604
|
+
"fields": [
|
|
102605
|
+
{
|
|
102606
|
+
"args": [],
|
|
102607
|
+
"deprecationReason": null,
|
|
102608
|
+
"description": null,
|
|
102609
|
+
"isDeprecated": false,
|
|
102610
|
+
"name": "validCredentials",
|
|
102611
|
+
"type": {
|
|
102612
|
+
"kind": "NON_NULL",
|
|
102613
|
+
"name": null,
|
|
102614
|
+
"ofType": {
|
|
102615
|
+
"kind": "SCALAR",
|
|
102616
|
+
"name": "Boolean",
|
|
102617
|
+
"ofType": null
|
|
102618
|
+
}
|
|
102619
|
+
}
|
|
102620
|
+
}
|
|
102621
|
+
],
|
|
102622
|
+
"inputFields": null,
|
|
102623
|
+
"interfaces": [],
|
|
102624
|
+
"kind": "OBJECT",
|
|
102625
|
+
"name": "TestAzureDevOpsCredentialsOutput",
|
|
102626
|
+
"possibleTypes": null
|
|
102627
|
+
},
|
|
102628
|
+
{
|
|
102629
|
+
"description": "Basic authentication credentials using Personal Access Token (PAT).",
|
|
102630
|
+
"enumValues": null,
|
|
102631
|
+
"fields": null,
|
|
102632
|
+
"inputFields": [
|
|
102633
|
+
{
|
|
102634
|
+
"defaultValue": null,
|
|
102635
|
+
"description": "Personal Access Token (PAT) for basic authentication",
|
|
102636
|
+
"name": "accessToken",
|
|
102637
|
+
"type": {
|
|
102638
|
+
"kind": "NON_NULL",
|
|
102639
|
+
"name": null,
|
|
102640
|
+
"ofType": {
|
|
102641
|
+
"kind": "SCALAR",
|
|
102642
|
+
"name": "String",
|
|
102643
|
+
"ofType": null
|
|
102644
|
+
}
|
|
102645
|
+
}
|
|
102646
|
+
}
|
|
102647
|
+
],
|
|
102648
|
+
"interfaces": null,
|
|
102649
|
+
"kind": "INPUT_OBJECT",
|
|
102650
|
+
"name": "AzureDevOpsBasicAuthCredentialsInput",
|
|
102651
|
+
"possibleTypes": null
|
|
102652
|
+
},
|
|
102653
|
+
{
|
|
102654
|
+
"description": "OAuth credentials for Azure DevOps integration (preferred method).",
|
|
102655
|
+
"enumValues": null,
|
|
102656
|
+
"fields": null,
|
|
102657
|
+
"inputFields": [
|
|
102658
|
+
{
|
|
102659
|
+
"defaultValue": null,
|
|
102660
|
+
"description": "Azure AD tenant ID",
|
|
102661
|
+
"name": "tenantId",
|
|
102662
|
+
"type": {
|
|
102663
|
+
"kind": "NON_NULL",
|
|
102664
|
+
"name": null,
|
|
102665
|
+
"ofType": {
|
|
102666
|
+
"kind": "SCALAR",
|
|
102667
|
+
"name": "String",
|
|
102668
|
+
"ofType": null
|
|
102669
|
+
}
|
|
102670
|
+
}
|
|
102671
|
+
},
|
|
102672
|
+
{
|
|
102673
|
+
"defaultValue": null,
|
|
102674
|
+
"description": "OAuth client ID",
|
|
102675
|
+
"name": "clientId",
|
|
102676
|
+
"type": {
|
|
102677
|
+
"kind": "NON_NULL",
|
|
102678
|
+
"name": null,
|
|
102679
|
+
"ofType": {
|
|
102680
|
+
"kind": "SCALAR",
|
|
102681
|
+
"name": "String",
|
|
102682
|
+
"ofType": null
|
|
102683
|
+
}
|
|
102684
|
+
}
|
|
102685
|
+
},
|
|
102686
|
+
{
|
|
102687
|
+
"defaultValue": null,
|
|
102688
|
+
"description": "OAuth client secret",
|
|
102689
|
+
"name": "clientSecret",
|
|
102690
|
+
"type": {
|
|
102691
|
+
"kind": "NON_NULL",
|
|
102692
|
+
"name": null,
|
|
102693
|
+
"ofType": {
|
|
102694
|
+
"kind": "SCALAR",
|
|
102695
|
+
"name": "String",
|
|
102696
|
+
"ofType": null
|
|
102697
|
+
}
|
|
102698
|
+
}
|
|
102699
|
+
}
|
|
102700
|
+
],
|
|
102701
|
+
"interfaces": null,
|
|
102702
|
+
"kind": "INPUT_OBJECT",
|
|
102703
|
+
"name": "AzureDevOpsOauthCredentialsInput",
|
|
102704
|
+
"possibleTypes": null
|
|
102705
|
+
},
|
|
102706
|
+
{
|
|
102707
|
+
"description": "Output type for Azure DevOps integration.",
|
|
102708
|
+
"enumValues": null,
|
|
102709
|
+
"fields": [
|
|
102710
|
+
{
|
|
102711
|
+
"args": [],
|
|
102712
|
+
"deprecationReason": null,
|
|
102713
|
+
"description": "The integration ID",
|
|
102714
|
+
"isDeprecated": false,
|
|
102715
|
+
"name": "integrationId",
|
|
102716
|
+
"type": {
|
|
102717
|
+
"kind": "NON_NULL",
|
|
102718
|
+
"name": null,
|
|
102719
|
+
"ofType": {
|
|
102720
|
+
"kind": "SCALAR",
|
|
102721
|
+
"name": "UUID",
|
|
102722
|
+
"ofType": null
|
|
102723
|
+
}
|
|
102724
|
+
}
|
|
102725
|
+
},
|
|
102726
|
+
{
|
|
102727
|
+
"args": [],
|
|
102728
|
+
"deprecationReason": null,
|
|
102729
|
+
"description": "A short name to identify the integration",
|
|
102730
|
+
"isDeprecated": false,
|
|
102731
|
+
"name": "integrationName",
|
|
102732
|
+
"type": {
|
|
102733
|
+
"kind": "NON_NULL",
|
|
102734
|
+
"name": null,
|
|
102735
|
+
"ofType": {
|
|
102736
|
+
"kind": "SCALAR",
|
|
102737
|
+
"name": "String",
|
|
102738
|
+
"ofType": null
|
|
102739
|
+
}
|
|
102740
|
+
}
|
|
102741
|
+
},
|
|
102742
|
+
{
|
|
102743
|
+
"args": [],
|
|
102744
|
+
"deprecationReason": null,
|
|
102745
|
+
"description": "Azure DevOps organization name",
|
|
102746
|
+
"isDeprecated": false,
|
|
102747
|
+
"name": "organization",
|
|
102748
|
+
"type": {
|
|
102749
|
+
"kind": "NON_NULL",
|
|
102750
|
+
"name": null,
|
|
102751
|
+
"ofType": {
|
|
102752
|
+
"kind": "SCALAR",
|
|
102753
|
+
"name": "String",
|
|
102754
|
+
"ofType": null
|
|
102755
|
+
}
|
|
102756
|
+
}
|
|
102757
|
+
}
|
|
102758
|
+
],
|
|
102759
|
+
"inputFields": null,
|
|
102760
|
+
"interfaces": [],
|
|
102761
|
+
"kind": "OBJECT",
|
|
102762
|
+
"name": "AzureDevOpsIntegrationOutput",
|
|
102763
|
+
"possibleTypes": null
|
|
102764
|
+
},
|
|
102765
|
+
{
|
|
102766
|
+
"description": "Output type for Azure DevOps project.",
|
|
102767
|
+
"enumValues": null,
|
|
102768
|
+
"fields": [
|
|
102769
|
+
{
|
|
102770
|
+
"args": [],
|
|
102771
|
+
"deprecationReason": null,
|
|
102772
|
+
"description": "Project ID",
|
|
102773
|
+
"isDeprecated": false,
|
|
102774
|
+
"name": "id",
|
|
102775
|
+
"type": {
|
|
102776
|
+
"kind": "SCALAR",
|
|
102777
|
+
"name": "String",
|
|
102778
|
+
"ofType": null
|
|
102779
|
+
}
|
|
102780
|
+
},
|
|
102781
|
+
{
|
|
102782
|
+
"args": [],
|
|
102783
|
+
"deprecationReason": null,
|
|
102784
|
+
"description": "Project name",
|
|
102785
|
+
"isDeprecated": false,
|
|
102786
|
+
"name": "name",
|
|
102787
|
+
"type": {
|
|
102788
|
+
"kind": "SCALAR",
|
|
102789
|
+
"name": "String",
|
|
102790
|
+
"ofType": null
|
|
102791
|
+
}
|
|
102792
|
+
},
|
|
102793
|
+
{
|
|
102794
|
+
"args": [],
|
|
102795
|
+
"deprecationReason": null,
|
|
102796
|
+
"description": "Project description",
|
|
102797
|
+
"isDeprecated": false,
|
|
102798
|
+
"name": "description",
|
|
102799
|
+
"type": {
|
|
102800
|
+
"kind": "SCALAR",
|
|
102801
|
+
"name": "String",
|
|
102802
|
+
"ofType": null
|
|
102803
|
+
}
|
|
102804
|
+
}
|
|
102805
|
+
],
|
|
102806
|
+
"inputFields": null,
|
|
102807
|
+
"interfaces": [],
|
|
102808
|
+
"kind": "OBJECT",
|
|
102809
|
+
"name": "AzureDevOpsProjectOutput",
|
|
102810
|
+
"possibleTypes": null
|
|
102811
|
+
},
|
|
102812
|
+
{
|
|
102813
|
+
"description": "Output type for Azure DevOps work item type.",
|
|
102814
|
+
"enumValues": null,
|
|
102815
|
+
"fields": [
|
|
102816
|
+
{
|
|
102817
|
+
"args": [],
|
|
102818
|
+
"deprecationReason": null,
|
|
102819
|
+
"description": "Work item type name (e.g., Bug, Task, User Story)",
|
|
102820
|
+
"isDeprecated": false,
|
|
102821
|
+
"name": "name",
|
|
102822
|
+
"type": {
|
|
102823
|
+
"kind": "SCALAR",
|
|
102824
|
+
"name": "String",
|
|
102825
|
+
"ofType": null
|
|
102826
|
+
}
|
|
102827
|
+
},
|
|
102828
|
+
{
|
|
102829
|
+
"args": [],
|
|
102830
|
+
"deprecationReason": null,
|
|
102831
|
+
"description": "Work item type description",
|
|
102832
|
+
"isDeprecated": false,
|
|
102833
|
+
"name": "description",
|
|
102834
|
+
"type": {
|
|
102835
|
+
"kind": "SCALAR",
|
|
102836
|
+
"name": "String",
|
|
102837
|
+
"ofType": null
|
|
102838
|
+
}
|
|
102839
|
+
}
|
|
102840
|
+
],
|
|
102841
|
+
"inputFields": null,
|
|
102842
|
+
"interfaces": [],
|
|
102843
|
+
"kind": "OBJECT",
|
|
102844
|
+
"name": "AzureDevOpsWorkItemTypeOutput",
|
|
102845
|
+
"possibleTypes": null
|
|
102846
|
+
},
|
|
102241
102847
|
{
|
|
102242
102848
|
"description": "A Jira integration",
|
|
102243
102849
|
"enumValues": null,
|
|
@@ -146365,6 +146971,16 @@
|
|
|
146365
146971
|
"ofType": null
|
|
146366
146972
|
}
|
|
146367
146973
|
},
|
|
146974
|
+
{
|
|
146975
|
+
"defaultValue": null,
|
|
146976
|
+
"description": "If true, return only alerts with Azure DevOps work items. If false, return only alerts without any Azure DevOps work items.",
|
|
146977
|
+
"name": "hasAzureDevopsWorkItems",
|
|
146978
|
+
"type": {
|
|
146979
|
+
"kind": "SCALAR",
|
|
146980
|
+
"name": "Boolean",
|
|
146981
|
+
"ofType": null
|
|
146982
|
+
}
|
|
146983
|
+
},
|
|
146368
146984
|
{
|
|
146369
146985
|
"defaultValue": null,
|
|
146370
146986
|
"description": "If true, return only alerts associated with key assets.If false, return only alerts not associated with any key assets.",
|
|
@@ -146777,6 +147393,12 @@
|
|
|
146777
147393
|
"isDeprecated": false,
|
|
146778
147394
|
"name": "HAS_DATADOG_INCIDENTS"
|
|
146779
147395
|
},
|
|
147396
|
+
{
|
|
147397
|
+
"deprecationReason": null,
|
|
147398
|
+
"description": null,
|
|
147399
|
+
"isDeprecated": false,
|
|
147400
|
+
"name": "HAS_AZURE_DEVOPS_WORK_ITEMS"
|
|
147401
|
+
},
|
|
146780
147402
|
{
|
|
146781
147403
|
"deprecationReason": null,
|
|
146782
147404
|
"description": null,
|
|
@@ -150945,9 +151567,9 @@
|
|
|
150945
151567
|
},
|
|
150946
151568
|
{
|
|
150947
151569
|
"args": [],
|
|
150948
|
-
"deprecationReason":
|
|
151570
|
+
"deprecationReason": "Refreshing now handled internally.",
|
|
150949
151571
|
"description": null,
|
|
150950
|
-
"isDeprecated":
|
|
151572
|
+
"isDeprecated": true,
|
|
150951
151573
|
"name": "refreshEntitlements",
|
|
150952
151574
|
"type": {
|
|
150953
151575
|
"kind": "OBJECT",
|
|
@@ -156070,6 +156692,381 @@
|
|
|
156070
156692
|
"ofType": null
|
|
156071
156693
|
}
|
|
156072
156694
|
},
|
|
156695
|
+
{
|
|
156696
|
+
"args": [
|
|
156697
|
+
{
|
|
156698
|
+
"defaultValue": null,
|
|
156699
|
+
"description": "Provide either basic credentials or OAuth credentials",
|
|
156700
|
+
"name": "basicAuthCredentials",
|
|
156701
|
+
"type": {
|
|
156702
|
+
"kind": "INPUT_OBJECT",
|
|
156703
|
+
"name": "AzureDevOpsBasicAuthCredentialsInput",
|
|
156704
|
+
"ofType": null
|
|
156705
|
+
}
|
|
156706
|
+
},
|
|
156707
|
+
{
|
|
156708
|
+
"defaultValue": null,
|
|
156709
|
+
"description": "Identifying name",
|
|
156710
|
+
"name": "integrationName",
|
|
156711
|
+
"type": {
|
|
156712
|
+
"kind": "NON_NULL",
|
|
156713
|
+
"name": null,
|
|
156714
|
+
"ofType": {
|
|
156715
|
+
"kind": "SCALAR",
|
|
156716
|
+
"name": "String",
|
|
156717
|
+
"ofType": null
|
|
156718
|
+
}
|
|
156719
|
+
}
|
|
156720
|
+
},
|
|
156721
|
+
{
|
|
156722
|
+
"defaultValue": null,
|
|
156723
|
+
"description": "Provide either basic credentials or OAuth credentials (preferred)",
|
|
156724
|
+
"name": "oauthCredentials",
|
|
156725
|
+
"type": {
|
|
156726
|
+
"kind": "INPUT_OBJECT",
|
|
156727
|
+
"name": "AzureDevOpsOauthCredentialsInput",
|
|
156728
|
+
"ofType": null
|
|
156729
|
+
}
|
|
156730
|
+
},
|
|
156731
|
+
{
|
|
156732
|
+
"defaultValue": null,
|
|
156733
|
+
"description": "Azure DevOps organization name",
|
|
156734
|
+
"name": "organization",
|
|
156735
|
+
"type": {
|
|
156736
|
+
"kind": "NON_NULL",
|
|
156737
|
+
"name": null,
|
|
156738
|
+
"ofType": {
|
|
156739
|
+
"kind": "SCALAR",
|
|
156740
|
+
"name": "String",
|
|
156741
|
+
"ofType": null
|
|
156742
|
+
}
|
|
156743
|
+
}
|
|
156744
|
+
}
|
|
156745
|
+
],
|
|
156746
|
+
"deprecationReason": null,
|
|
156747
|
+
"description": "(experimental) Create an Azure DevOps work item integration",
|
|
156748
|
+
"isDeprecated": false,
|
|
156749
|
+
"name": "createAzureDevopsIntegration",
|
|
156750
|
+
"type": {
|
|
156751
|
+
"kind": "OBJECT",
|
|
156752
|
+
"name": "CreateAzureDevOpsIntegration",
|
|
156753
|
+
"ofType": null
|
|
156754
|
+
}
|
|
156755
|
+
},
|
|
156756
|
+
{
|
|
156757
|
+
"args": [
|
|
156758
|
+
{
|
|
156759
|
+
"defaultValue": null,
|
|
156760
|
+
"description": "New basic auth credentials (optional, only if rotating)",
|
|
156761
|
+
"name": "basicAuthCredentials",
|
|
156762
|
+
"type": {
|
|
156763
|
+
"kind": "INPUT_OBJECT",
|
|
156764
|
+
"name": "AzureDevOpsBasicAuthCredentialsInput",
|
|
156765
|
+
"ofType": null
|
|
156766
|
+
}
|
|
156767
|
+
},
|
|
156768
|
+
{
|
|
156769
|
+
"defaultValue": null,
|
|
156770
|
+
"description": "The integration ID",
|
|
156771
|
+
"name": "integrationId",
|
|
156772
|
+
"type": {
|
|
156773
|
+
"kind": "NON_NULL",
|
|
156774
|
+
"name": null,
|
|
156775
|
+
"ofType": {
|
|
156776
|
+
"kind": "SCALAR",
|
|
156777
|
+
"name": "UUID",
|
|
156778
|
+
"ofType": null
|
|
156779
|
+
}
|
|
156780
|
+
}
|
|
156781
|
+
},
|
|
156782
|
+
{
|
|
156783
|
+
"defaultValue": null,
|
|
156784
|
+
"description": "Identifying name",
|
|
156785
|
+
"name": "integrationName",
|
|
156786
|
+
"type": {
|
|
156787
|
+
"kind": "NON_NULL",
|
|
156788
|
+
"name": null,
|
|
156789
|
+
"ofType": {
|
|
156790
|
+
"kind": "SCALAR",
|
|
156791
|
+
"name": "String",
|
|
156792
|
+
"ofType": null
|
|
156793
|
+
}
|
|
156794
|
+
}
|
|
156795
|
+
},
|
|
156796
|
+
{
|
|
156797
|
+
"defaultValue": null,
|
|
156798
|
+
"description": "New OAuth credentials (optional, only if rotating)",
|
|
156799
|
+
"name": "oauthCredentials",
|
|
156800
|
+
"type": {
|
|
156801
|
+
"kind": "INPUT_OBJECT",
|
|
156802
|
+
"name": "AzureDevOpsOauthCredentialsInput",
|
|
156803
|
+
"ofType": null
|
|
156804
|
+
}
|
|
156805
|
+
},
|
|
156806
|
+
{
|
|
156807
|
+
"defaultValue": null,
|
|
156808
|
+
"description": "Azure DevOps organization name",
|
|
156809
|
+
"name": "organization",
|
|
156810
|
+
"type": {
|
|
156811
|
+
"kind": "NON_NULL",
|
|
156812
|
+
"name": null,
|
|
156813
|
+
"ofType": {
|
|
156814
|
+
"kind": "SCALAR",
|
|
156815
|
+
"name": "String",
|
|
156816
|
+
"ofType": null
|
|
156817
|
+
}
|
|
156818
|
+
}
|
|
156819
|
+
}
|
|
156820
|
+
],
|
|
156821
|
+
"deprecationReason": null,
|
|
156822
|
+
"description": "(experimental) Update an Azure DevOps work item integration",
|
|
156823
|
+
"isDeprecated": false,
|
|
156824
|
+
"name": "updateAzureDevopsIntegration",
|
|
156825
|
+
"type": {
|
|
156826
|
+
"kind": "OBJECT",
|
|
156827
|
+
"name": "UpdateAzureDevOpsIntegration",
|
|
156828
|
+
"ofType": null
|
|
156829
|
+
}
|
|
156830
|
+
},
|
|
156831
|
+
{
|
|
156832
|
+
"args": [
|
|
156833
|
+
{
|
|
156834
|
+
"defaultValue": null,
|
|
156835
|
+
"description": "OAuth code from callback URL",
|
|
156836
|
+
"name": "code",
|
|
156837
|
+
"type": {
|
|
156838
|
+
"kind": "NON_NULL",
|
|
156839
|
+
"name": null,
|
|
156840
|
+
"ofType": {
|
|
156841
|
+
"kind": "SCALAR",
|
|
156842
|
+
"name": "String",
|
|
156843
|
+
"ofType": null
|
|
156844
|
+
}
|
|
156845
|
+
}
|
|
156846
|
+
},
|
|
156847
|
+
{
|
|
156848
|
+
"defaultValue": null,
|
|
156849
|
+
"description": "OAuth state from callback URL",
|
|
156850
|
+
"name": "state",
|
|
156851
|
+
"type": {
|
|
156852
|
+
"kind": "NON_NULL",
|
|
156853
|
+
"name": null,
|
|
156854
|
+
"ofType": {
|
|
156855
|
+
"kind": "SCALAR",
|
|
156856
|
+
"name": "String",
|
|
156857
|
+
"ofType": null
|
|
156858
|
+
}
|
|
156859
|
+
}
|
|
156860
|
+
}
|
|
156861
|
+
],
|
|
156862
|
+
"deprecationReason": null,
|
|
156863
|
+
"description": "(experimental) Complete OAuth flow for Azure DevOps work item integration",
|
|
156864
|
+
"isDeprecated": false,
|
|
156865
|
+
"name": "linkAzureDevopsIntegration",
|
|
156866
|
+
"type": {
|
|
156867
|
+
"kind": "OBJECT",
|
|
156868
|
+
"name": "LinkAzureDevOpsIntegration",
|
|
156869
|
+
"ofType": null
|
|
156870
|
+
}
|
|
156871
|
+
},
|
|
156872
|
+
{
|
|
156873
|
+
"args": [
|
|
156874
|
+
{
|
|
156875
|
+
"defaultValue": null,
|
|
156876
|
+
"description": "The integration ID",
|
|
156877
|
+
"name": "integrationId",
|
|
156878
|
+
"type": {
|
|
156879
|
+
"kind": "NON_NULL",
|
|
156880
|
+
"name": null,
|
|
156881
|
+
"ofType": {
|
|
156882
|
+
"kind": "SCALAR",
|
|
156883
|
+
"name": "UUID",
|
|
156884
|
+
"ofType": null
|
|
156885
|
+
}
|
|
156886
|
+
}
|
|
156887
|
+
}
|
|
156888
|
+
],
|
|
156889
|
+
"deprecationReason": null,
|
|
156890
|
+
"description": "(experimental) Delete an Azure DevOps work item integration",
|
|
156891
|
+
"isDeprecated": false,
|
|
156892
|
+
"name": "deleteAzureDevopsIntegration",
|
|
156893
|
+
"type": {
|
|
156894
|
+
"kind": "OBJECT",
|
|
156895
|
+
"name": "DeleteAzureDevOpsIntegration",
|
|
156896
|
+
"ofType": null
|
|
156897
|
+
}
|
|
156898
|
+
},
|
|
156899
|
+
{
|
|
156900
|
+
"args": [
|
|
156901
|
+
{
|
|
156902
|
+
"defaultValue": null,
|
|
156903
|
+
"description": "ID of the alert",
|
|
156904
|
+
"name": "alertId",
|
|
156905
|
+
"type": {
|
|
156906
|
+
"kind": "NON_NULL",
|
|
156907
|
+
"name": null,
|
|
156908
|
+
"ofType": {
|
|
156909
|
+
"kind": "SCALAR",
|
|
156910
|
+
"name": "UUID",
|
|
156911
|
+
"ofType": null
|
|
156912
|
+
}
|
|
156913
|
+
}
|
|
156914
|
+
},
|
|
156915
|
+
{
|
|
156916
|
+
"defaultValue": null,
|
|
156917
|
+
"description": "Work item description",
|
|
156918
|
+
"name": "description",
|
|
156919
|
+
"type": {
|
|
156920
|
+
"kind": "SCALAR",
|
|
156921
|
+
"name": "String",
|
|
156922
|
+
"ofType": null
|
|
156923
|
+
}
|
|
156924
|
+
},
|
|
156925
|
+
{
|
|
156926
|
+
"defaultValue": null,
|
|
156927
|
+
"description": "ID of the Azure DevOps integration",
|
|
156928
|
+
"name": "integrationId",
|
|
156929
|
+
"type": {
|
|
156930
|
+
"kind": "NON_NULL",
|
|
156931
|
+
"name": null,
|
|
156932
|
+
"ofType": {
|
|
156933
|
+
"kind": "SCALAR",
|
|
156934
|
+
"name": "UUID",
|
|
156935
|
+
"ofType": null
|
|
156936
|
+
}
|
|
156937
|
+
}
|
|
156938
|
+
},
|
|
156939
|
+
{
|
|
156940
|
+
"defaultValue": null,
|
|
156941
|
+
"description": "Azure DevOps project name",
|
|
156942
|
+
"name": "project",
|
|
156943
|
+
"type": {
|
|
156944
|
+
"kind": "NON_NULL",
|
|
156945
|
+
"name": null,
|
|
156946
|
+
"ofType": {
|
|
156947
|
+
"kind": "SCALAR",
|
|
156948
|
+
"name": "String",
|
|
156949
|
+
"ofType": null
|
|
156950
|
+
}
|
|
156951
|
+
}
|
|
156952
|
+
},
|
|
156953
|
+
{
|
|
156954
|
+
"defaultValue": null,
|
|
156955
|
+
"description": "Work item title",
|
|
156956
|
+
"name": "title",
|
|
156957
|
+
"type": {
|
|
156958
|
+
"kind": "SCALAR",
|
|
156959
|
+
"name": "String",
|
|
156960
|
+
"ofType": null
|
|
156961
|
+
}
|
|
156962
|
+
},
|
|
156963
|
+
{
|
|
156964
|
+
"defaultValue": null,
|
|
156965
|
+
"description": "Work item type (Bug, Task, User Story, etc.)",
|
|
156966
|
+
"name": "workItemType",
|
|
156967
|
+
"type": {
|
|
156968
|
+
"kind": "NON_NULL",
|
|
156969
|
+
"name": null,
|
|
156970
|
+
"ofType": {
|
|
156971
|
+
"kind": "SCALAR",
|
|
156972
|
+
"name": "String",
|
|
156973
|
+
"ofType": null
|
|
156974
|
+
}
|
|
156975
|
+
}
|
|
156976
|
+
}
|
|
156977
|
+
],
|
|
156978
|
+
"deprecationReason": null,
|
|
156979
|
+
"description": "(experimental) Create Azure DevOps work item for alert",
|
|
156980
|
+
"isDeprecated": false,
|
|
156981
|
+
"name": "createAzureDevopsWorkItemForAlert",
|
|
156982
|
+
"type": {
|
|
156983
|
+
"kind": "OBJECT",
|
|
156984
|
+
"name": "CreateAzureDevOpsWorkItemForAlert",
|
|
156985
|
+
"ofType": null
|
|
156986
|
+
}
|
|
156987
|
+
},
|
|
156988
|
+
{
|
|
156989
|
+
"args": [
|
|
156990
|
+
{
|
|
156991
|
+
"defaultValue": null,
|
|
156992
|
+
"description": "ID of the alert",
|
|
156993
|
+
"name": "alertId",
|
|
156994
|
+
"type": {
|
|
156995
|
+
"kind": "NON_NULL",
|
|
156996
|
+
"name": null,
|
|
156997
|
+
"ofType": {
|
|
156998
|
+
"kind": "SCALAR",
|
|
156999
|
+
"name": "UUID",
|
|
157000
|
+
"ofType": null
|
|
157001
|
+
}
|
|
157002
|
+
}
|
|
157003
|
+
},
|
|
157004
|
+
{
|
|
157005
|
+
"defaultValue": null,
|
|
157006
|
+
"description": "ID of the Azure DevOps integration",
|
|
157007
|
+
"name": "integrationId",
|
|
157008
|
+
"type": {
|
|
157009
|
+
"kind": "NON_NULL",
|
|
157010
|
+
"name": null,
|
|
157011
|
+
"ofType": {
|
|
157012
|
+
"kind": "SCALAR",
|
|
157013
|
+
"name": "UUID",
|
|
157014
|
+
"ofType": null
|
|
157015
|
+
}
|
|
157016
|
+
}
|
|
157017
|
+
},
|
|
157018
|
+
{
|
|
157019
|
+
"defaultValue": null,
|
|
157020
|
+
"description": "URL of the Azure DevOps work item",
|
|
157021
|
+
"name": "workItemUrl",
|
|
157022
|
+
"type": {
|
|
157023
|
+
"kind": "NON_NULL",
|
|
157024
|
+
"name": null,
|
|
157025
|
+
"ofType": {
|
|
157026
|
+
"kind": "SCALAR",
|
|
157027
|
+
"name": "String",
|
|
157028
|
+
"ofType": null
|
|
157029
|
+
}
|
|
157030
|
+
}
|
|
157031
|
+
}
|
|
157032
|
+
],
|
|
157033
|
+
"deprecationReason": null,
|
|
157034
|
+
"description": "(experimental) Link existing Azure DevOps work item to alert",
|
|
157035
|
+
"isDeprecated": false,
|
|
157036
|
+
"name": "linkAzureDevopsWorkItemForAlert",
|
|
157037
|
+
"type": {
|
|
157038
|
+
"kind": "OBJECT",
|
|
157039
|
+
"name": "LinkAzureDevOpsWorkItemForAlert",
|
|
157040
|
+
"ofType": null
|
|
157041
|
+
}
|
|
157042
|
+
},
|
|
157043
|
+
{
|
|
157044
|
+
"args": [
|
|
157045
|
+
{
|
|
157046
|
+
"defaultValue": null,
|
|
157047
|
+
"description": "The work item link ID (UUID)",
|
|
157048
|
+
"name": "workItemId",
|
|
157049
|
+
"type": {
|
|
157050
|
+
"kind": "NON_NULL",
|
|
157051
|
+
"name": null,
|
|
157052
|
+
"ofType": {
|
|
157053
|
+
"kind": "SCALAR",
|
|
157054
|
+
"name": "UUID",
|
|
157055
|
+
"ofType": null
|
|
157056
|
+
}
|
|
157057
|
+
}
|
|
157058
|
+
}
|
|
157059
|
+
],
|
|
157060
|
+
"deprecationReason": null,
|
|
157061
|
+
"description": "(experimental) Unlink Azure DevOps work item from alert",
|
|
157062
|
+
"isDeprecated": false,
|
|
157063
|
+
"name": "unlinkAzureDevopsWorkItemForAlert",
|
|
157064
|
+
"type": {
|
|
157065
|
+
"kind": "OBJECT",
|
|
157066
|
+
"name": "UnlinkAzureDevOpsWorkItemForAlert",
|
|
157067
|
+
"ofType": null
|
|
157068
|
+
}
|
|
157069
|
+
},
|
|
156073
157070
|
{
|
|
156074
157071
|
"args": [
|
|
156075
157072
|
{
|
|
@@ -156798,7 +157795,7 @@
|
|
|
156798
157795
|
},
|
|
156799
157796
|
{
|
|
156800
157797
|
"defaultValue": null,
|
|
156801
|
-
"description": "Specify the notification integration to use. Supported options include: email, opsgenie, pagerduty, slack, slack_v2, webhook, msteams, msteams_v2, alation, servicenow, jira, webex, incidentio, datadog",
|
|
157798
|
+
"description": "Specify the notification integration to use. Supported options include: email, opsgenie, pagerduty, slack, slack_v2, google_chat, webhook, msteams, msteams_v2, alation, servicenow, jira, webex, incidentio, datadog, azure_devops",
|
|
156802
157799
|
"name": "notificationType",
|
|
156803
157800
|
"type": {
|
|
156804
157801
|
"kind": "NON_NULL",
|
|
@@ -157077,7 +158074,7 @@
|
|
|
157077
158074
|
},
|
|
157078
158075
|
{
|
|
157079
158076
|
"defaultValue": null,
|
|
157080
|
-
"description": "Specify the notification integration to use. Supported options include: email, opsgenie, pagerduty, slack, slack_v2, google_chat, webhook, msteams, msteams_v2, alation, servicenow, jira, webex, incidentio, datadog",
|
|
158077
|
+
"description": "Specify the notification integration to use. Supported options include: email, opsgenie, pagerduty, slack, slack_v2, google_chat, webhook, msteams, msteams_v2, alation, servicenow, jira, webex, incidentio, datadog, azure_devops",
|
|
157081
158078
|
"name": "notificationType",
|
|
157082
158079
|
"type": {
|
|
157083
158080
|
"kind": "NON_NULL",
|
|
@@ -174246,6 +175243,16 @@
|
|
|
174246
175243
|
"ofType": null
|
|
174247
175244
|
}
|
|
174248
175245
|
},
|
|
175246
|
+
{
|
|
175247
|
+
"defaultValue": null,
|
|
175248
|
+
"description": "Short text to describe the integration",
|
|
175249
|
+
"name": "integrationName",
|
|
175250
|
+
"type": {
|
|
175251
|
+
"kind": "SCALAR",
|
|
175252
|
+
"name": "String",
|
|
175253
|
+
"ofType": null
|
|
175254
|
+
}
|
|
175255
|
+
},
|
|
174249
175256
|
{
|
|
174250
175257
|
"defaultValue": null,
|
|
174251
175258
|
"description": "The integration to update",
|
|
@@ -174387,6 +175394,16 @@
|
|
|
174387
175394
|
"ofType": null
|
|
174388
175395
|
}
|
|
174389
175396
|
},
|
|
175397
|
+
{
|
|
175398
|
+
"defaultValue": null,
|
|
175399
|
+
"description": "Short text to describe the integration",
|
|
175400
|
+
"name": "integrationName",
|
|
175401
|
+
"type": {
|
|
175402
|
+
"kind": "SCALAR",
|
|
175403
|
+
"name": "String",
|
|
175404
|
+
"ofType": null
|
|
175405
|
+
}
|
|
175406
|
+
},
|
|
174390
175407
|
{
|
|
174391
175408
|
"defaultValue": null,
|
|
174392
175409
|
"description": "The integration to update",
|
|
@@ -182083,7 +183100,30 @@
|
|
|
182083
183100
|
"inputFields": null,
|
|
182084
183101
|
"interfaces": [],
|
|
182085
183102
|
"kind": "OBJECT",
|
|
182086
|
-
"name": "CreateServiceNowIncidentForAlert",
|
|
183103
|
+
"name": "CreateServiceNowIncidentForAlert",
|
|
183104
|
+
"possibleTypes": null
|
|
183105
|
+
},
|
|
183106
|
+
{
|
|
183107
|
+
"description": null,
|
|
183108
|
+
"enumValues": null,
|
|
183109
|
+
"fields": [
|
|
183110
|
+
{
|
|
183111
|
+
"args": [],
|
|
183112
|
+
"deprecationReason": null,
|
|
183113
|
+
"description": "The created ServiceNow incident",
|
|
183114
|
+
"isDeprecated": false,
|
|
183115
|
+
"name": "servicenowIncident",
|
|
183116
|
+
"type": {
|
|
183117
|
+
"kind": "OBJECT",
|
|
183118
|
+
"name": "ServiceNowIncidentOutput",
|
|
183119
|
+
"ofType": null
|
|
183120
|
+
}
|
|
183121
|
+
}
|
|
183122
|
+
],
|
|
183123
|
+
"inputFields": null,
|
|
183124
|
+
"interfaces": [],
|
|
183125
|
+
"kind": "OBJECT",
|
|
183126
|
+
"name": "LinkServiceNowIncidentForAlert",
|
|
182087
183127
|
"possibleTypes": null
|
|
182088
183128
|
},
|
|
182089
183129
|
{
|
|
@@ -182093,12 +183133,47 @@
|
|
|
182093
183133
|
{
|
|
182094
183134
|
"args": [],
|
|
182095
183135
|
"deprecationReason": null,
|
|
182096
|
-
"description": "
|
|
183136
|
+
"description": "True if the incident was unlinked",
|
|
182097
183137
|
"isDeprecated": false,
|
|
182098
|
-
"name": "
|
|
183138
|
+
"name": "unlinked",
|
|
183139
|
+
"type": {
|
|
183140
|
+
"kind": "SCALAR",
|
|
183141
|
+
"name": "Boolean",
|
|
183142
|
+
"ofType": null
|
|
183143
|
+
}
|
|
183144
|
+
}
|
|
183145
|
+
],
|
|
183146
|
+
"inputFields": null,
|
|
183147
|
+
"interfaces": [],
|
|
183148
|
+
"kind": "OBJECT",
|
|
183149
|
+
"name": "UnlinkServiceNowIncidentForAlert",
|
|
183150
|
+
"possibleTypes": null
|
|
183151
|
+
},
|
|
183152
|
+
{
|
|
183153
|
+
"description": "Create a new Azure DevOps integration.",
|
|
183154
|
+
"enumValues": null,
|
|
183155
|
+
"fields": [
|
|
183156
|
+
{
|
|
183157
|
+
"args": [],
|
|
183158
|
+
"deprecationReason": null,
|
|
183159
|
+
"description": "The created integration",
|
|
183160
|
+
"isDeprecated": false,
|
|
183161
|
+
"name": "azureDevopsIntegration",
|
|
182099
183162
|
"type": {
|
|
182100
183163
|
"kind": "OBJECT",
|
|
182101
|
-
"name": "
|
|
183164
|
+
"name": "AzureDevOpsIntegrationOutput",
|
|
183165
|
+
"ofType": null
|
|
183166
|
+
}
|
|
183167
|
+
},
|
|
183168
|
+
{
|
|
183169
|
+
"args": [],
|
|
183170
|
+
"deprecationReason": null,
|
|
183171
|
+
"description": "OAuth redirect URL if OAuth credentials were provided",
|
|
183172
|
+
"isDeprecated": false,
|
|
183173
|
+
"name": "oauthRedirectUrl",
|
|
183174
|
+
"type": {
|
|
183175
|
+
"kind": "SCALAR",
|
|
183176
|
+
"name": "String",
|
|
182102
183177
|
"ofType": null
|
|
182103
183178
|
}
|
|
182104
183179
|
}
|
|
@@ -182106,17 +183181,263 @@
|
|
|
182106
183181
|
"inputFields": null,
|
|
182107
183182
|
"interfaces": [],
|
|
182108
183183
|
"kind": "OBJECT",
|
|
182109
|
-
"name": "
|
|
183184
|
+
"name": "CreateAzureDevOpsIntegration",
|
|
182110
183185
|
"possibleTypes": null
|
|
182111
183186
|
},
|
|
182112
183187
|
{
|
|
182113
|
-
"description":
|
|
183188
|
+
"description": "Update an existing Azure DevOps integration.",
|
|
182114
183189
|
"enumValues": null,
|
|
182115
183190
|
"fields": [
|
|
182116
183191
|
{
|
|
182117
183192
|
"args": [],
|
|
182118
183193
|
"deprecationReason": null,
|
|
182119
|
-
"description": "
|
|
183194
|
+
"description": "The updated integration",
|
|
183195
|
+
"isDeprecated": false,
|
|
183196
|
+
"name": "azureDevopsIntegration",
|
|
183197
|
+
"type": {
|
|
183198
|
+
"kind": "OBJECT",
|
|
183199
|
+
"name": "AzureDevOpsIntegrationOutput",
|
|
183200
|
+
"ofType": null
|
|
183201
|
+
}
|
|
183202
|
+
},
|
|
183203
|
+
{
|
|
183204
|
+
"args": [],
|
|
183205
|
+
"deprecationReason": null,
|
|
183206
|
+
"description": "OAuth redirect URL if OAuth credentials were provided",
|
|
183207
|
+
"isDeprecated": false,
|
|
183208
|
+
"name": "oauthRedirectUrl",
|
|
183209
|
+
"type": {
|
|
183210
|
+
"kind": "SCALAR",
|
|
183211
|
+
"name": "String",
|
|
183212
|
+
"ofType": null
|
|
183213
|
+
}
|
|
183214
|
+
}
|
|
183215
|
+
],
|
|
183216
|
+
"inputFields": null,
|
|
183217
|
+
"interfaces": [],
|
|
183218
|
+
"kind": "OBJECT",
|
|
183219
|
+
"name": "UpdateAzureDevOpsIntegration",
|
|
183220
|
+
"possibleTypes": null
|
|
183221
|
+
},
|
|
183222
|
+
{
|
|
183223
|
+
"description": "Complete OAuth flow for Azure DevOps integration.",
|
|
183224
|
+
"enumValues": null,
|
|
183225
|
+
"fields": [
|
|
183226
|
+
{
|
|
183227
|
+
"args": [],
|
|
183228
|
+
"deprecationReason": null,
|
|
183229
|
+
"description": "True if exchanging code for tokens was successful",
|
|
183230
|
+
"isDeprecated": false,
|
|
183231
|
+
"name": "success",
|
|
183232
|
+
"type": {
|
|
183233
|
+
"kind": "SCALAR",
|
|
183234
|
+
"name": "Boolean",
|
|
183235
|
+
"ofType": null
|
|
183236
|
+
}
|
|
183237
|
+
},
|
|
183238
|
+
{
|
|
183239
|
+
"args": [],
|
|
183240
|
+
"deprecationReason": null,
|
|
183241
|
+
"description": "Created or updated Azure DevOps integration",
|
|
183242
|
+
"isDeprecated": false,
|
|
183243
|
+
"name": "azureDevopsIntegration",
|
|
183244
|
+
"type": {
|
|
183245
|
+
"kind": "OBJECT",
|
|
183246
|
+
"name": "AzureDevOpsIntegrationOutput",
|
|
183247
|
+
"ofType": null
|
|
183248
|
+
}
|
|
183249
|
+
}
|
|
183250
|
+
],
|
|
183251
|
+
"inputFields": null,
|
|
183252
|
+
"interfaces": [],
|
|
183253
|
+
"kind": "OBJECT",
|
|
183254
|
+
"name": "LinkAzureDevOpsIntegration",
|
|
183255
|
+
"possibleTypes": null
|
|
183256
|
+
},
|
|
183257
|
+
{
|
|
183258
|
+
"description": "Delete an Azure DevOps integration.",
|
|
183259
|
+
"enumValues": null,
|
|
183260
|
+
"fields": [
|
|
183261
|
+
{
|
|
183262
|
+
"args": [],
|
|
183263
|
+
"deprecationReason": null,
|
|
183264
|
+
"description": "If the integration was deleted",
|
|
183265
|
+
"isDeprecated": false,
|
|
183266
|
+
"name": "deleted",
|
|
183267
|
+
"type": {
|
|
183268
|
+
"kind": "SCALAR",
|
|
183269
|
+
"name": "Boolean",
|
|
183270
|
+
"ofType": null
|
|
183271
|
+
}
|
|
183272
|
+
}
|
|
183273
|
+
],
|
|
183274
|
+
"inputFields": null,
|
|
183275
|
+
"interfaces": [],
|
|
183276
|
+
"kind": "OBJECT",
|
|
183277
|
+
"name": "DeleteAzureDevOpsIntegration",
|
|
183278
|
+
"possibleTypes": null
|
|
183279
|
+
},
|
|
183280
|
+
{
|
|
183281
|
+
"description": "Create a new Azure DevOps work item from a Monte Carlo alert.\n\nThis mutation creates a work item in Azure DevOps and links it to the alert.",
|
|
183282
|
+
"enumValues": null,
|
|
183283
|
+
"fields": [
|
|
183284
|
+
{
|
|
183285
|
+
"args": [],
|
|
183286
|
+
"deprecationReason": null,
|
|
183287
|
+
"description": null,
|
|
183288
|
+
"isDeprecated": false,
|
|
183289
|
+
"name": "azureDevopsWorkItem",
|
|
183290
|
+
"type": {
|
|
183291
|
+
"kind": "OBJECT",
|
|
183292
|
+
"name": "AzureDevOpsWorkItemOutput",
|
|
183293
|
+
"ofType": null
|
|
183294
|
+
}
|
|
183295
|
+
}
|
|
183296
|
+
],
|
|
183297
|
+
"inputFields": null,
|
|
183298
|
+
"interfaces": [],
|
|
183299
|
+
"kind": "OBJECT",
|
|
183300
|
+
"name": "CreateAzureDevOpsWorkItemForAlert",
|
|
183301
|
+
"possibleTypes": null
|
|
183302
|
+
},
|
|
183303
|
+
{
|
|
183304
|
+
"description": "Output type for Azure DevOps work item operations.",
|
|
183305
|
+
"enumValues": null,
|
|
183306
|
+
"fields": [
|
|
183307
|
+
{
|
|
183308
|
+
"args": [],
|
|
183309
|
+
"deprecationReason": null,
|
|
183310
|
+
"description": "Work item ID in Azure DevOps",
|
|
183311
|
+
"isDeprecated": false,
|
|
183312
|
+
"name": "workItemId",
|
|
183313
|
+
"type": {
|
|
183314
|
+
"kind": "SCALAR",
|
|
183315
|
+
"name": "String",
|
|
183316
|
+
"ofType": null
|
|
183317
|
+
}
|
|
183318
|
+
},
|
|
183319
|
+
{
|
|
183320
|
+
"args": [],
|
|
183321
|
+
"deprecationReason": null,
|
|
183322
|
+
"description": "Alert/incident UUID",
|
|
183323
|
+
"isDeprecated": false,
|
|
183324
|
+
"name": "alertId",
|
|
183325
|
+
"type": {
|
|
183326
|
+
"kind": "SCALAR",
|
|
183327
|
+
"name": "UUID",
|
|
183328
|
+
"ofType": null
|
|
183329
|
+
}
|
|
183330
|
+
},
|
|
183331
|
+
{
|
|
183332
|
+
"args": [],
|
|
183333
|
+
"deprecationReason": null,
|
|
183334
|
+
"description": "Integration UUID",
|
|
183335
|
+
"isDeprecated": false,
|
|
183336
|
+
"name": "integrationId",
|
|
183337
|
+
"type": {
|
|
183338
|
+
"kind": "SCALAR",
|
|
183339
|
+
"name": "UUID",
|
|
183340
|
+
"ofType": null
|
|
183341
|
+
}
|
|
183342
|
+
},
|
|
183343
|
+
{
|
|
183344
|
+
"args": [],
|
|
183345
|
+
"deprecationReason": null,
|
|
183346
|
+
"description": "URL to the work item in Azure DevOps",
|
|
183347
|
+
"isDeprecated": false,
|
|
183348
|
+
"name": "workItemUrl",
|
|
183349
|
+
"type": {
|
|
183350
|
+
"kind": "SCALAR",
|
|
183351
|
+
"name": "String",
|
|
183352
|
+
"ofType": null
|
|
183353
|
+
}
|
|
183354
|
+
},
|
|
183355
|
+
{
|
|
183356
|
+
"args": [],
|
|
183357
|
+
"deprecationReason": null,
|
|
183358
|
+
"description": "Type of work item (Bug, Task, User Story)",
|
|
183359
|
+
"isDeprecated": false,
|
|
183360
|
+
"name": "workItemType",
|
|
183361
|
+
"type": {
|
|
183362
|
+
"kind": "SCALAR",
|
|
183363
|
+
"name": "String",
|
|
183364
|
+
"ofType": null
|
|
183365
|
+
}
|
|
183366
|
+
},
|
|
183367
|
+
{
|
|
183368
|
+
"args": [],
|
|
183369
|
+
"deprecationReason": null,
|
|
183370
|
+
"description": "Project name",
|
|
183371
|
+
"isDeprecated": false,
|
|
183372
|
+
"name": "project",
|
|
183373
|
+
"type": {
|
|
183374
|
+
"kind": "SCALAR",
|
|
183375
|
+
"name": "String",
|
|
183376
|
+
"ofType": null
|
|
183377
|
+
}
|
|
183378
|
+
},
|
|
183379
|
+
{
|
|
183380
|
+
"args": [],
|
|
183381
|
+
"deprecationReason": null,
|
|
183382
|
+
"description": "Email of user who created the work item",
|
|
183383
|
+
"isDeprecated": false,
|
|
183384
|
+
"name": "createdByEmail",
|
|
183385
|
+
"type": {
|
|
183386
|
+
"kind": "SCALAR",
|
|
183387
|
+
"name": "String",
|
|
183388
|
+
"ofType": null
|
|
183389
|
+
}
|
|
183390
|
+
},
|
|
183391
|
+
{
|
|
183392
|
+
"args": [],
|
|
183393
|
+
"deprecationReason": null,
|
|
183394
|
+
"description": "When the work item was created",
|
|
183395
|
+
"isDeprecated": false,
|
|
183396
|
+
"name": "createdAt",
|
|
183397
|
+
"type": {
|
|
183398
|
+
"kind": "SCALAR",
|
|
183399
|
+
"name": "DateTime",
|
|
183400
|
+
"ofType": null
|
|
183401
|
+
}
|
|
183402
|
+
}
|
|
183403
|
+
],
|
|
183404
|
+
"inputFields": null,
|
|
183405
|
+
"interfaces": [],
|
|
183406
|
+
"kind": "OBJECT",
|
|
183407
|
+
"name": "AzureDevOpsWorkItemOutput",
|
|
183408
|
+
"possibleTypes": null
|
|
183409
|
+
},
|
|
183410
|
+
{
|
|
183411
|
+
"description": "Link an existing Azure DevOps work item to a Monte Carlo alert.\n\nThis mutation creates a link between an existing work item and an alert\nwithout creating a new work item.",
|
|
183412
|
+
"enumValues": null,
|
|
183413
|
+
"fields": [
|
|
183414
|
+
{
|
|
183415
|
+
"args": [],
|
|
183416
|
+
"deprecationReason": null,
|
|
183417
|
+
"description": null,
|
|
183418
|
+
"isDeprecated": false,
|
|
183419
|
+
"name": "azureDevopsWorkItem",
|
|
183420
|
+
"type": {
|
|
183421
|
+
"kind": "OBJECT",
|
|
183422
|
+
"name": "AzureDevOpsWorkItemOutput",
|
|
183423
|
+
"ofType": null
|
|
183424
|
+
}
|
|
183425
|
+
}
|
|
183426
|
+
],
|
|
183427
|
+
"inputFields": null,
|
|
183428
|
+
"interfaces": [],
|
|
183429
|
+
"kind": "OBJECT",
|
|
183430
|
+
"name": "LinkAzureDevOpsWorkItemForAlert",
|
|
183431
|
+
"possibleTypes": null
|
|
183432
|
+
},
|
|
183433
|
+
{
|
|
183434
|
+
"description": "Unlink an Azure DevOps work item from a Monte Carlo alert.\n\nThis mutation removes the link between a work item and an alert.\nThe work item itself is not deleted in Azure DevOps.",
|
|
183435
|
+
"enumValues": null,
|
|
183436
|
+
"fields": [
|
|
183437
|
+
{
|
|
183438
|
+
"args": [],
|
|
183439
|
+
"deprecationReason": null,
|
|
183440
|
+
"description": "True if the work item was unlinked",
|
|
182120
183441
|
"isDeprecated": false,
|
|
182121
183442
|
"name": "unlinked",
|
|
182122
183443
|
"type": {
|
|
@@ -182129,7 +183450,7 @@
|
|
|
182129
183450
|
"inputFields": null,
|
|
182130
183451
|
"interfaces": [],
|
|
182131
183452
|
"kind": "OBJECT",
|
|
182132
|
-
"name": "
|
|
183453
|
+
"name": "UnlinkAzureDevOpsWorkItemForAlert",
|
|
182133
183454
|
"possibleTypes": null
|
|
182134
183455
|
},
|
|
182135
183456
|
{
|
|
@@ -182673,6 +183994,26 @@
|
|
|
182673
183994
|
"ofType": null
|
|
182674
183995
|
}
|
|
182675
183996
|
},
|
|
183997
|
+
{
|
|
183998
|
+
"defaultValue": null,
|
|
183999
|
+
"description": "Project name for Azure DevOps",
|
|
184000
|
+
"name": "adoProject",
|
|
184001
|
+
"type": {
|
|
184002
|
+
"kind": "SCALAR",
|
|
184003
|
+
"name": "String",
|
|
184004
|
+
"ofType": null
|
|
184005
|
+
}
|
|
184006
|
+
},
|
|
184007
|
+
{
|
|
184008
|
+
"defaultValue": null,
|
|
184009
|
+
"description": "Work item type for Azure DevOps (Bug, Task, Issue, etc.)",
|
|
184010
|
+
"name": "adoWorkItemType",
|
|
184011
|
+
"type": {
|
|
184012
|
+
"kind": "SCALAR",
|
|
184013
|
+
"name": "String",
|
|
184014
|
+
"ofType": null
|
|
184015
|
+
}
|
|
184016
|
+
},
|
|
182676
184017
|
{
|
|
182677
184018
|
"defaultValue": null,
|
|
182678
184019
|
"description": "Version of the notification settings schema",
|
|
@@ -183377,7 +184718,7 @@
|
|
|
183377
184718
|
},
|
|
183378
184719
|
{
|
|
183379
184720
|
"defaultValue": null,
|
|
183380
|
-
"description": "Specify the notification integration to use. Supported options include: email, opsgenie, pagerduty, slack, slack_v2, google_chat, webhook, msteams, msteams_v2, alation, servicenow, jira, webex, incidentio, datadog",
|
|
184721
|
+
"description": "Specify the notification integration to use. Supported options include: email, opsgenie, pagerduty, slack, slack_v2, google_chat, webhook, msteams, msteams_v2, alation, servicenow, jira, webex, incidentio, datadog, azure_devops",
|
|
183381
184722
|
"name": "notificationType",
|
|
183382
184723
|
"type": {
|
|
183383
184724
|
"kind": "NON_NULL",
|