pycarlo 0.10.98__tar.gz → 0.10.100__tar.gz
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-0.10.98 → pycarlo-0.10.100}/PKG-INFO +1 -1
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/lib/schema.json +442 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/lib/schema.py +209 -1
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.98 → pycarlo-0.10.100}/.circleci/README.md +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/.circleci/config.yml +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/.coveragerc +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/.gitignore +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/LICENSE +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/Makefile +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/README.md +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/pyproject.toml +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/requirements-ci.txt +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/requirements-dev.txt +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/requirements.txt +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/setup.cfg +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/setup.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/__init__.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/common/data.json +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/test_client.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/test_operations.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/tests/test_session.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/utils/env.sh +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/utils/generate.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/utils/sample.env +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/utils/sanity.py +0 -0
- {pycarlo-0.10.98 → pycarlo-0.10.100}/utils/vars.py +0 -0
|
@@ -1151,6 +1151,47 @@
|
|
|
1151
1151
|
}
|
|
1152
1152
|
}
|
|
1153
1153
|
},
|
|
1154
|
+
{
|
|
1155
|
+
"args": [
|
|
1156
|
+
{
|
|
1157
|
+
"defaultValue": null,
|
|
1158
|
+
"description": "The integration ID",
|
|
1159
|
+
"name": "integrationId",
|
|
1160
|
+
"type": {
|
|
1161
|
+
"kind": "NON_NULL",
|
|
1162
|
+
"name": null,
|
|
1163
|
+
"ofType": {
|
|
1164
|
+
"kind": "SCALAR",
|
|
1165
|
+
"name": "UUID",
|
|
1166
|
+
"ofType": null
|
|
1167
|
+
}
|
|
1168
|
+
}
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"defaultValue": null,
|
|
1172
|
+
"description": "A query to filter users",
|
|
1173
|
+
"name": "query",
|
|
1174
|
+
"type": {
|
|
1175
|
+
"kind": "SCALAR",
|
|
1176
|
+
"name": "String",
|
|
1177
|
+
"ofType": null
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1180
|
+
],
|
|
1181
|
+
"deprecationReason": null,
|
|
1182
|
+
"description": "(experimental) Get the list of Datadog users",
|
|
1183
|
+
"isDeprecated": false,
|
|
1184
|
+
"name": "getDatadogUsers",
|
|
1185
|
+
"type": {
|
|
1186
|
+
"kind": "LIST",
|
|
1187
|
+
"name": null,
|
|
1188
|
+
"ofType": {
|
|
1189
|
+
"kind": "OBJECT",
|
|
1190
|
+
"name": "DatadogUserOutput",
|
|
1191
|
+
"ofType": null
|
|
1192
|
+
}
|
|
1193
|
+
}
|
|
1194
|
+
},
|
|
1154
1195
|
{
|
|
1155
1196
|
"args": [
|
|
1156
1197
|
{
|
|
@@ -33929,6 +33970,61 @@
|
|
|
33929
33970
|
"name": "DatadogIntegrationOutput",
|
|
33930
33971
|
"possibleTypes": null
|
|
33931
33972
|
},
|
|
33973
|
+
{
|
|
33974
|
+
"description": "A Datadog user",
|
|
33975
|
+
"enumValues": null,
|
|
33976
|
+
"fields": [
|
|
33977
|
+
{
|
|
33978
|
+
"args": [],
|
|
33979
|
+
"deprecationReason": null,
|
|
33980
|
+
"description": "Datadog user id",
|
|
33981
|
+
"isDeprecated": false,
|
|
33982
|
+
"name": "id",
|
|
33983
|
+
"type": {
|
|
33984
|
+
"kind": "NON_NULL",
|
|
33985
|
+
"name": null,
|
|
33986
|
+
"ofType": {
|
|
33987
|
+
"kind": "SCALAR",
|
|
33988
|
+
"name": "String",
|
|
33989
|
+
"ofType": null
|
|
33990
|
+
}
|
|
33991
|
+
}
|
|
33992
|
+
},
|
|
33993
|
+
{
|
|
33994
|
+
"args": [],
|
|
33995
|
+
"deprecationReason": null,
|
|
33996
|
+
"description": "User email",
|
|
33997
|
+
"isDeprecated": false,
|
|
33998
|
+
"name": "email",
|
|
33999
|
+
"type": {
|
|
34000
|
+
"kind": "NON_NULL",
|
|
34001
|
+
"name": null,
|
|
34002
|
+
"ofType": {
|
|
34003
|
+
"kind": "SCALAR",
|
|
34004
|
+
"name": "String",
|
|
34005
|
+
"ofType": null
|
|
34006
|
+
}
|
|
34007
|
+
}
|
|
34008
|
+
},
|
|
34009
|
+
{
|
|
34010
|
+
"args": [],
|
|
34011
|
+
"deprecationReason": null,
|
|
34012
|
+
"description": "User name",
|
|
34013
|
+
"isDeprecated": false,
|
|
34014
|
+
"name": "name",
|
|
34015
|
+
"type": {
|
|
34016
|
+
"kind": "SCALAR",
|
|
34017
|
+
"name": "String",
|
|
34018
|
+
"ofType": null
|
|
34019
|
+
}
|
|
34020
|
+
}
|
|
34021
|
+
],
|
|
34022
|
+
"inputFields": null,
|
|
34023
|
+
"interfaces": [],
|
|
34024
|
+
"kind": "OBJECT",
|
|
34025
|
+
"name": "DatadogUserOutput",
|
|
34026
|
+
"possibleTypes": null
|
|
34027
|
+
},
|
|
33932
34028
|
{
|
|
33933
34029
|
"description": null,
|
|
33934
34030
|
"enumValues": null,
|
|
@@ -41681,6 +41777,18 @@
|
|
|
41681
41777
|
}
|
|
41682
41778
|
}
|
|
41683
41779
|
},
|
|
41780
|
+
{
|
|
41781
|
+
"args": [],
|
|
41782
|
+
"deprecationReason": null,
|
|
41783
|
+
"description": "UUID of the monitor this was migrated to, if applicable",
|
|
41784
|
+
"isDeprecated": false,
|
|
41785
|
+
"name": "migratedToUuid",
|
|
41786
|
+
"type": {
|
|
41787
|
+
"kind": "SCALAR",
|
|
41788
|
+
"name": "String",
|
|
41789
|
+
"ofType": null
|
|
41790
|
+
}
|
|
41791
|
+
},
|
|
41684
41792
|
{
|
|
41685
41793
|
"args": [],
|
|
41686
41794
|
"deprecationReason": null,
|
|
@@ -42938,6 +43046,18 @@
|
|
|
42938
43046
|
}
|
|
42939
43047
|
}
|
|
42940
43048
|
},
|
|
43049
|
+
{
|
|
43050
|
+
"args": [],
|
|
43051
|
+
"deprecationReason": null,
|
|
43052
|
+
"description": "UUID of the monitor this was migrated to, if applicable",
|
|
43053
|
+
"isDeprecated": false,
|
|
43054
|
+
"name": "migratedToUuid",
|
|
43055
|
+
"type": {
|
|
43056
|
+
"kind": "SCALAR",
|
|
43057
|
+
"name": "String",
|
|
43058
|
+
"ofType": null
|
|
43059
|
+
}
|
|
43060
|
+
},
|
|
42941
43061
|
{
|
|
42942
43062
|
"args": [],
|
|
42943
43063
|
"deprecationReason": null,
|
|
@@ -63096,6 +63216,50 @@
|
|
|
63096
63216
|
"ofType": null
|
|
63097
63217
|
}
|
|
63098
63218
|
},
|
|
63219
|
+
{
|
|
63220
|
+
"args": [],
|
|
63221
|
+
"deprecationReason": null,
|
|
63222
|
+
"description": "Datadog internal incident identifier",
|
|
63223
|
+
"isDeprecated": false,
|
|
63224
|
+
"name": "ddIncidentId",
|
|
63225
|
+
"type": {
|
|
63226
|
+
"kind": "NON_NULL",
|
|
63227
|
+
"name": null,
|
|
63228
|
+
"ofType": {
|
|
63229
|
+
"kind": "SCALAR",
|
|
63230
|
+
"name": "String",
|
|
63231
|
+
"ofType": null
|
|
63232
|
+
}
|
|
63233
|
+
}
|
|
63234
|
+
},
|
|
63235
|
+
{
|
|
63236
|
+
"args": [],
|
|
63237
|
+
"deprecationReason": null,
|
|
63238
|
+
"description": "Datadog public incident identifier",
|
|
63239
|
+
"isDeprecated": false,
|
|
63240
|
+
"name": "ddPublicId",
|
|
63241
|
+
"type": {
|
|
63242
|
+
"kind": "NON_NULL",
|
|
63243
|
+
"name": null,
|
|
63244
|
+
"ofType": {
|
|
63245
|
+
"kind": "SCALAR",
|
|
63246
|
+
"name": "String",
|
|
63247
|
+
"ofType": null
|
|
63248
|
+
}
|
|
63249
|
+
}
|
|
63250
|
+
},
|
|
63251
|
+
{
|
|
63252
|
+
"args": [],
|
|
63253
|
+
"deprecationReason": null,
|
|
63254
|
+
"description": "Incident title captured at creation time",
|
|
63255
|
+
"isDeprecated": false,
|
|
63256
|
+
"name": "incidentTitle",
|
|
63257
|
+
"type": {
|
|
63258
|
+
"kind": "SCALAR",
|
|
63259
|
+
"name": "String",
|
|
63260
|
+
"ofType": null
|
|
63261
|
+
}
|
|
63262
|
+
},
|
|
63099
63263
|
{
|
|
63100
63264
|
"args": [],
|
|
63101
63265
|
"deprecationReason": null,
|
|
@@ -83950,6 +84114,18 @@
|
|
|
83950
84114
|
"name": "MonitorBreachType",
|
|
83951
84115
|
"ofType": null
|
|
83952
84116
|
}
|
|
84117
|
+
},
|
|
84118
|
+
{
|
|
84119
|
+
"args": [],
|
|
84120
|
+
"deprecationReason": null,
|
|
84121
|
+
"description": "UUID of the monitor this was migrated to, if applicable",
|
|
84122
|
+
"isDeprecated": false,
|
|
84123
|
+
"name": "migratedToUuid",
|
|
84124
|
+
"type": {
|
|
84125
|
+
"kind": "SCALAR",
|
|
84126
|
+
"name": "String",
|
|
84127
|
+
"ofType": null
|
|
84128
|
+
}
|
|
83953
84129
|
}
|
|
83954
84130
|
],
|
|
83955
84131
|
"inputFields": null,
|
|
@@ -114630,6 +114806,18 @@
|
|
|
114630
114806
|
"ofType": null
|
|
114631
114807
|
}
|
|
114632
114808
|
},
|
|
114809
|
+
{
|
|
114810
|
+
"args": [],
|
|
114811
|
+
"deprecationReason": null,
|
|
114812
|
+
"description": "UUID of the rule this was migrated to, if applicable",
|
|
114813
|
+
"isDeprecated": false,
|
|
114814
|
+
"name": "migratedToUuid",
|
|
114815
|
+
"type": {
|
|
114816
|
+
"kind": "SCALAR",
|
|
114817
|
+
"name": "UUID",
|
|
114818
|
+
"ofType": null
|
|
114819
|
+
}
|
|
114820
|
+
},
|
|
114633
114821
|
{
|
|
114634
114822
|
"args": [],
|
|
114635
114823
|
"deprecationReason": null,
|
|
@@ -143288,6 +143476,191 @@
|
|
|
143288
143476
|
"ofType": null
|
|
143289
143477
|
}
|
|
143290
143478
|
},
|
|
143479
|
+
{
|
|
143480
|
+
"args": [
|
|
143481
|
+
{
|
|
143482
|
+
"defaultValue": null,
|
|
143483
|
+
"description": "ID of the alert",
|
|
143484
|
+
"name": "alertId",
|
|
143485
|
+
"type": {
|
|
143486
|
+
"kind": "NON_NULL",
|
|
143487
|
+
"name": null,
|
|
143488
|
+
"ofType": {
|
|
143489
|
+
"kind": "SCALAR",
|
|
143490
|
+
"name": "UUID",
|
|
143491
|
+
"ofType": null
|
|
143492
|
+
}
|
|
143493
|
+
}
|
|
143494
|
+
},
|
|
143495
|
+
{
|
|
143496
|
+
"defaultValue": null,
|
|
143497
|
+
"description": "Email of the incident commander to assign",
|
|
143498
|
+
"name": "commanderEmail",
|
|
143499
|
+
"type": {
|
|
143500
|
+
"kind": "SCALAR",
|
|
143501
|
+
"name": "String",
|
|
143502
|
+
"ofType": null
|
|
143503
|
+
}
|
|
143504
|
+
},
|
|
143505
|
+
{
|
|
143506
|
+
"defaultValue": null,
|
|
143507
|
+
"description": "Description of the incident",
|
|
143508
|
+
"name": "description",
|
|
143509
|
+
"type": {
|
|
143510
|
+
"kind": "SCALAR",
|
|
143511
|
+
"name": "String",
|
|
143512
|
+
"ofType": null
|
|
143513
|
+
}
|
|
143514
|
+
},
|
|
143515
|
+
{
|
|
143516
|
+
"defaultValue": null,
|
|
143517
|
+
"description": "ID of the Datadog integration",
|
|
143518
|
+
"name": "integrationId",
|
|
143519
|
+
"type": {
|
|
143520
|
+
"kind": "NON_NULL",
|
|
143521
|
+
"name": null,
|
|
143522
|
+
"ofType": {
|
|
143523
|
+
"kind": "SCALAR",
|
|
143524
|
+
"name": "UUID",
|
|
143525
|
+
"ofType": null
|
|
143526
|
+
}
|
|
143527
|
+
}
|
|
143528
|
+
},
|
|
143529
|
+
{
|
|
143530
|
+
"defaultValue": null,
|
|
143531
|
+
"description": "Title of the incident",
|
|
143532
|
+
"name": "title",
|
|
143533
|
+
"type": {
|
|
143534
|
+
"kind": "NON_NULL",
|
|
143535
|
+
"name": null,
|
|
143536
|
+
"ofType": {
|
|
143537
|
+
"kind": "SCALAR",
|
|
143538
|
+
"name": "String",
|
|
143539
|
+
"ofType": null
|
|
143540
|
+
}
|
|
143541
|
+
}
|
|
143542
|
+
}
|
|
143543
|
+
],
|
|
143544
|
+
"deprecationReason": null,
|
|
143545
|
+
"description": "(experimental) Create a Datadog incident for alert",
|
|
143546
|
+
"isDeprecated": false,
|
|
143547
|
+
"name": "createDatadogIncidentForAlert",
|
|
143548
|
+
"type": {
|
|
143549
|
+
"kind": "OBJECT",
|
|
143550
|
+
"name": "CreateDatadogIncidentForAlert",
|
|
143551
|
+
"ofType": null
|
|
143552
|
+
}
|
|
143553
|
+
},
|
|
143554
|
+
{
|
|
143555
|
+
"args": [
|
|
143556
|
+
{
|
|
143557
|
+
"defaultValue": null,
|
|
143558
|
+
"description": "ID of the alert",
|
|
143559
|
+
"name": "alertId",
|
|
143560
|
+
"type": {
|
|
143561
|
+
"kind": "NON_NULL",
|
|
143562
|
+
"name": null,
|
|
143563
|
+
"ofType": {
|
|
143564
|
+
"kind": "SCALAR",
|
|
143565
|
+
"name": "UUID",
|
|
143566
|
+
"ofType": null
|
|
143567
|
+
}
|
|
143568
|
+
}
|
|
143569
|
+
},
|
|
143570
|
+
{
|
|
143571
|
+
"defaultValue": null,
|
|
143572
|
+
"description": "Full Datadog incident URL (any site/region). Requires incident_read scope to resolve the incident UUID.",
|
|
143573
|
+
"name": "ddIncidentUrl",
|
|
143574
|
+
"type": {
|
|
143575
|
+
"kind": "NON_NULL",
|
|
143576
|
+
"name": null,
|
|
143577
|
+
"ofType": {
|
|
143578
|
+
"kind": "SCALAR",
|
|
143579
|
+
"name": "String",
|
|
143580
|
+
"ofType": null
|
|
143581
|
+
}
|
|
143582
|
+
}
|
|
143583
|
+
},
|
|
143584
|
+
{
|
|
143585
|
+
"defaultValue": null,
|
|
143586
|
+
"description": "ID of the Datadog integration",
|
|
143587
|
+
"name": "integrationId",
|
|
143588
|
+
"type": {
|
|
143589
|
+
"kind": "NON_NULL",
|
|
143590
|
+
"name": null,
|
|
143591
|
+
"ofType": {
|
|
143592
|
+
"kind": "SCALAR",
|
|
143593
|
+
"name": "UUID",
|
|
143594
|
+
"ofType": null
|
|
143595
|
+
}
|
|
143596
|
+
}
|
|
143597
|
+
}
|
|
143598
|
+
],
|
|
143599
|
+
"deprecationReason": null,
|
|
143600
|
+
"description": "(experimental) Link Datadog Incident for Alert",
|
|
143601
|
+
"isDeprecated": false,
|
|
143602
|
+
"name": "linkDatadogIncidentForAlert",
|
|
143603
|
+
"type": {
|
|
143604
|
+
"kind": "OBJECT",
|
|
143605
|
+
"name": "LinkDatadogIncidentForAlert",
|
|
143606
|
+
"ofType": null
|
|
143607
|
+
}
|
|
143608
|
+
},
|
|
143609
|
+
{
|
|
143610
|
+
"args": [
|
|
143611
|
+
{
|
|
143612
|
+
"defaultValue": null,
|
|
143613
|
+
"description": "ID of the alert",
|
|
143614
|
+
"name": "alertId",
|
|
143615
|
+
"type": {
|
|
143616
|
+
"kind": "NON_NULL",
|
|
143617
|
+
"name": null,
|
|
143618
|
+
"ofType": {
|
|
143619
|
+
"kind": "SCALAR",
|
|
143620
|
+
"name": "UUID",
|
|
143621
|
+
"ofType": null
|
|
143622
|
+
}
|
|
143623
|
+
}
|
|
143624
|
+
},
|
|
143625
|
+
{
|
|
143626
|
+
"defaultValue": null,
|
|
143627
|
+
"description": "Datadog internal incident id",
|
|
143628
|
+
"name": "ddIncidentId",
|
|
143629
|
+
"type": {
|
|
143630
|
+
"kind": "NON_NULL",
|
|
143631
|
+
"name": null,
|
|
143632
|
+
"ofType": {
|
|
143633
|
+
"kind": "SCALAR",
|
|
143634
|
+
"name": "String",
|
|
143635
|
+
"ofType": null
|
|
143636
|
+
}
|
|
143637
|
+
}
|
|
143638
|
+
},
|
|
143639
|
+
{
|
|
143640
|
+
"defaultValue": null,
|
|
143641
|
+
"description": "ID of the Datadog integration",
|
|
143642
|
+
"name": "integrationId",
|
|
143643
|
+
"type": {
|
|
143644
|
+
"kind": "NON_NULL",
|
|
143645
|
+
"name": null,
|
|
143646
|
+
"ofType": {
|
|
143647
|
+
"kind": "SCALAR",
|
|
143648
|
+
"name": "UUID",
|
|
143649
|
+
"ofType": null
|
|
143650
|
+
}
|
|
143651
|
+
}
|
|
143652
|
+
}
|
|
143653
|
+
],
|
|
143654
|
+
"deprecationReason": null,
|
|
143655
|
+
"description": "(experimental) Unlink Datadog Incident for Alert",
|
|
143656
|
+
"isDeprecated": false,
|
|
143657
|
+
"name": "unlinkDatadogIncidentForAlert",
|
|
143658
|
+
"type": {
|
|
143659
|
+
"kind": "OBJECT",
|
|
143660
|
+
"name": "UnlinkDatadogIncidentForAlert",
|
|
143661
|
+
"ofType": null
|
|
143662
|
+
}
|
|
143663
|
+
},
|
|
143291
143664
|
{
|
|
143292
143665
|
"args": [
|
|
143293
143666
|
{
|
|
@@ -168322,6 +168695,75 @@
|
|
|
168322
168695
|
"name": "DeleteDatadogIntegration",
|
|
168323
168696
|
"possibleTypes": null
|
|
168324
168697
|
},
|
|
168698
|
+
{
|
|
168699
|
+
"description": null,
|
|
168700
|
+
"enumValues": null,
|
|
168701
|
+
"fields": [
|
|
168702
|
+
{
|
|
168703
|
+
"args": [],
|
|
168704
|
+
"deprecationReason": null,
|
|
168705
|
+
"description": "The created Datadog incident",
|
|
168706
|
+
"isDeprecated": false,
|
|
168707
|
+
"name": "datadogIncident",
|
|
168708
|
+
"type": {
|
|
168709
|
+
"kind": "OBJECT",
|
|
168710
|
+
"name": "DatadogIncident",
|
|
168711
|
+
"ofType": null
|
|
168712
|
+
}
|
|
168713
|
+
}
|
|
168714
|
+
],
|
|
168715
|
+
"inputFields": null,
|
|
168716
|
+
"interfaces": [],
|
|
168717
|
+
"kind": "OBJECT",
|
|
168718
|
+
"name": "CreateDatadogIncidentForAlert",
|
|
168719
|
+
"possibleTypes": null
|
|
168720
|
+
},
|
|
168721
|
+
{
|
|
168722
|
+
"description": null,
|
|
168723
|
+
"enumValues": null,
|
|
168724
|
+
"fields": [
|
|
168725
|
+
{
|
|
168726
|
+
"args": [],
|
|
168727
|
+
"deprecationReason": null,
|
|
168728
|
+
"description": "The linked Datadog incident",
|
|
168729
|
+
"isDeprecated": false,
|
|
168730
|
+
"name": "datadogIncident",
|
|
168731
|
+
"type": {
|
|
168732
|
+
"kind": "OBJECT",
|
|
168733
|
+
"name": "DatadogIncident",
|
|
168734
|
+
"ofType": null
|
|
168735
|
+
}
|
|
168736
|
+
}
|
|
168737
|
+
],
|
|
168738
|
+
"inputFields": null,
|
|
168739
|
+
"interfaces": [],
|
|
168740
|
+
"kind": "OBJECT",
|
|
168741
|
+
"name": "LinkDatadogIncidentForAlert",
|
|
168742
|
+
"possibleTypes": null
|
|
168743
|
+
},
|
|
168744
|
+
{
|
|
168745
|
+
"description": null,
|
|
168746
|
+
"enumValues": null,
|
|
168747
|
+
"fields": [
|
|
168748
|
+
{
|
|
168749
|
+
"args": [],
|
|
168750
|
+
"deprecationReason": null,
|
|
168751
|
+
"description": "True if the incident was unlinked",
|
|
168752
|
+
"isDeprecated": false,
|
|
168753
|
+
"name": "unlinked",
|
|
168754
|
+
"type": {
|
|
168755
|
+
"kind": "SCALAR",
|
|
168756
|
+
"name": "Boolean",
|
|
168757
|
+
"ofType": null
|
|
168758
|
+
}
|
|
168759
|
+
}
|
|
168760
|
+
],
|
|
168761
|
+
"inputFields": null,
|
|
168762
|
+
"interfaces": [],
|
|
168763
|
+
"kind": "OBJECT",
|
|
168764
|
+
"name": "UnlinkDatadogIncidentForAlert",
|
|
168765
|
+
"possibleTypes": null
|
|
168766
|
+
},
|
|
168325
168767
|
{
|
|
168326
168768
|
"description": "Create or update a table monitor",
|
|
168327
168769
|
"enumValues": null,
|
|
@@ -10040,6 +10040,7 @@ class ICustomRulesMonitor(sgqlc.types.Interface):
|
|
|
10040
10040
|
"invalid_rows",
|
|
10041
10041
|
"alert_ids",
|
|
10042
10042
|
"breached",
|
|
10043
|
+
"migrated_to_uuid",
|
|
10043
10044
|
)
|
|
10044
10045
|
has_custom_rule_name = sgqlc.types.Field(
|
|
10045
10046
|
sgqlc.types.non_null(Boolean), graphql_name="hasCustomRuleName"
|
|
@@ -10102,6 +10103,9 @@ class ICustomRulesMonitor(sgqlc.types.Interface):
|
|
|
10102
10103
|
breached = sgqlc.types.Field(MonitorBreachType, graphql_name="breached")
|
|
10103
10104
|
"""Monitor breached status"""
|
|
10104
10105
|
|
|
10106
|
+
migrated_to_uuid = sgqlc.types.Field(String, graphql_name="migratedToUuid")
|
|
10107
|
+
"""UUID of the monitor this was migrated to, if applicable"""
|
|
10108
|
+
|
|
10105
10109
|
|
|
10106
10110
|
class IEtlAssetPerformanceSummary(sgqlc.types.Interface):
|
|
10107
10111
|
"""ETL asset performance summary (such as a job or a task)"""
|
|
@@ -10354,6 +10358,7 @@ class IMonitor(sgqlc.types.Interface):
|
|
|
10354
10358
|
"notify_rule_run_failure",
|
|
10355
10359
|
"is_snoozeable",
|
|
10356
10360
|
"is_paused",
|
|
10361
|
+
"migrated_to_uuid",
|
|
10357
10362
|
"is_template_managed",
|
|
10358
10363
|
"namespace",
|
|
10359
10364
|
"next_execution_time",
|
|
@@ -10473,6 +10478,9 @@ class IMonitor(sgqlc.types.Interface):
|
|
|
10473
10478
|
is_paused = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name="isPaused")
|
|
10474
10479
|
"""Whether the monitor is currently paused"""
|
|
10475
10480
|
|
|
10481
|
+
migrated_to_uuid = sgqlc.types.Field(String, graphql_name="migratedToUuid")
|
|
10482
|
+
"""UUID of the monitor this was migrated to, if applicable"""
|
|
10483
|
+
|
|
10476
10484
|
is_template_managed = sgqlc.types.Field(
|
|
10477
10485
|
sgqlc.types.non_null(Boolean), graphql_name="isTemplateManaged"
|
|
10478
10486
|
)
|
|
@@ -15517,6 +15525,13 @@ class CreateDatabricksSecret(sgqlc.types.Type):
|
|
|
15517
15525
|
"""Name of the secret that was created"""
|
|
15518
15526
|
|
|
15519
15527
|
|
|
15528
|
+
class CreateDatadogIncidentForAlert(sgqlc.types.Type):
|
|
15529
|
+
__schema__ = schema
|
|
15530
|
+
__field_names__ = ("datadog_incident",)
|
|
15531
|
+
datadog_incident = sgqlc.types.Field("DatadogIncident", graphql_name="datadogIncident")
|
|
15532
|
+
"""The created Datadog incident"""
|
|
15533
|
+
|
|
15534
|
+
|
|
15520
15535
|
class CreateDatadogIntegration(sgqlc.types.Type):
|
|
15521
15536
|
__schema__ = schema
|
|
15522
15537
|
__field_names__ = ("datadog_integration",)
|
|
@@ -17652,6 +17667,21 @@ class DatadogIntegrationOutput(sgqlc.types.Type):
|
|
|
17652
17667
|
"""Datadog site (e.g. datadoghq.com)"""
|
|
17653
17668
|
|
|
17654
17669
|
|
|
17670
|
+
class DatadogUserOutput(sgqlc.types.Type):
|
|
17671
|
+
"""A Datadog user"""
|
|
17672
|
+
|
|
17673
|
+
__schema__ = schema
|
|
17674
|
+
__field_names__ = ("id", "email", "name")
|
|
17675
|
+
id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="id")
|
|
17676
|
+
"""Datadog user id"""
|
|
17677
|
+
|
|
17678
|
+
email = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="email")
|
|
17679
|
+
"""User email"""
|
|
17680
|
+
|
|
17681
|
+
name = sgqlc.types.Field(String, graphql_name="name")
|
|
17682
|
+
"""User name"""
|
|
17683
|
+
|
|
17684
|
+
|
|
17655
17685
|
class DatasetConnection(sgqlc.types.relay.Connection):
|
|
17656
17686
|
__schema__ = schema
|
|
17657
17687
|
__field_names__ = ("page_info", "edges")
|
|
@@ -23046,6 +23076,13 @@ class LinkAzureDevopsInstallation(sgqlc.types.Type):
|
|
|
23046
23076
|
"""Updated Azure DevOps installation"""
|
|
23047
23077
|
|
|
23048
23078
|
|
|
23079
|
+
class LinkDatadogIncidentForAlert(sgqlc.types.Type):
|
|
23080
|
+
__schema__ = schema
|
|
23081
|
+
__field_names__ = ("datadog_incident",)
|
|
23082
|
+
datadog_incident = sgqlc.types.Field("DatadogIncident", graphql_name="datadogIncident")
|
|
23083
|
+
"""The linked Datadog incident"""
|
|
23084
|
+
|
|
23085
|
+
|
|
23049
23086
|
class LinkGithubAppInstallation(sgqlc.types.Type):
|
|
23050
23087
|
"""Called from the FE as part of the post-installation callback. The
|
|
23051
23088
|
"code" parameter is used to validate that the request is an
|
|
@@ -24418,6 +24455,9 @@ class Mutation(sgqlc.types.Type):
|
|
|
24418
24455
|
"create_datadog_integration",
|
|
24419
24456
|
"update_datadog_integration",
|
|
24420
24457
|
"delete_datadog_integration",
|
|
24458
|
+
"create_datadog_incident_for_alert",
|
|
24459
|
+
"link_datadog_incident_for_alert",
|
|
24460
|
+
"unlink_datadog_incident_for_alert",
|
|
24421
24461
|
"create_or_update_table_monitor",
|
|
24422
24462
|
"pause_table_monitor",
|
|
24423
24463
|
"delete_table_monitor",
|
|
@@ -25116,6 +25156,121 @@ class Mutation(sgqlc.types.Type):
|
|
|
25116
25156
|
* `integration_id` (`UUID!`): The integration ID
|
|
25117
25157
|
"""
|
|
25118
25158
|
|
|
25159
|
+
create_datadog_incident_for_alert = sgqlc.types.Field(
|
|
25160
|
+
CreateDatadogIncidentForAlert,
|
|
25161
|
+
graphql_name="createDatadogIncidentForAlert",
|
|
25162
|
+
args=sgqlc.types.ArgDict(
|
|
25163
|
+
(
|
|
25164
|
+
(
|
|
25165
|
+
"alert_id",
|
|
25166
|
+
sgqlc.types.Arg(
|
|
25167
|
+
sgqlc.types.non_null(UUID), graphql_name="alertId", default=None
|
|
25168
|
+
),
|
|
25169
|
+
),
|
|
25170
|
+
(
|
|
25171
|
+
"commander_email",
|
|
25172
|
+
sgqlc.types.Arg(String, graphql_name="commanderEmail", default=None),
|
|
25173
|
+
),
|
|
25174
|
+
("description", sgqlc.types.Arg(String, graphql_name="description", default=None)),
|
|
25175
|
+
(
|
|
25176
|
+
"integration_id",
|
|
25177
|
+
sgqlc.types.Arg(
|
|
25178
|
+
sgqlc.types.non_null(UUID), graphql_name="integrationId", default=None
|
|
25179
|
+
),
|
|
25180
|
+
),
|
|
25181
|
+
(
|
|
25182
|
+
"title",
|
|
25183
|
+
sgqlc.types.Arg(
|
|
25184
|
+
sgqlc.types.non_null(String), graphql_name="title", default=None
|
|
25185
|
+
),
|
|
25186
|
+
),
|
|
25187
|
+
)
|
|
25188
|
+
),
|
|
25189
|
+
)
|
|
25190
|
+
"""(experimental) Create a Datadog incident for alert
|
|
25191
|
+
|
|
25192
|
+
Arguments:
|
|
25193
|
+
|
|
25194
|
+
* `alert_id` (`UUID!`): ID of the alert
|
|
25195
|
+
* `commander_email` (`String`): Email of the incident commander to
|
|
25196
|
+
assign
|
|
25197
|
+
* `description` (`String`): Description of the incident
|
|
25198
|
+
* `integration_id` (`UUID!`): ID of the Datadog integration
|
|
25199
|
+
* `title` (`String!`): Title of the incident
|
|
25200
|
+
"""
|
|
25201
|
+
|
|
25202
|
+
link_datadog_incident_for_alert = sgqlc.types.Field(
|
|
25203
|
+
LinkDatadogIncidentForAlert,
|
|
25204
|
+
graphql_name="linkDatadogIncidentForAlert",
|
|
25205
|
+
args=sgqlc.types.ArgDict(
|
|
25206
|
+
(
|
|
25207
|
+
(
|
|
25208
|
+
"alert_id",
|
|
25209
|
+
sgqlc.types.Arg(
|
|
25210
|
+
sgqlc.types.non_null(UUID), graphql_name="alertId", default=None
|
|
25211
|
+
),
|
|
25212
|
+
),
|
|
25213
|
+
(
|
|
25214
|
+
"dd_incident_url",
|
|
25215
|
+
sgqlc.types.Arg(
|
|
25216
|
+
sgqlc.types.non_null(String), graphql_name="ddIncidentUrl", default=None
|
|
25217
|
+
),
|
|
25218
|
+
),
|
|
25219
|
+
(
|
|
25220
|
+
"integration_id",
|
|
25221
|
+
sgqlc.types.Arg(
|
|
25222
|
+
sgqlc.types.non_null(UUID), graphql_name="integrationId", default=None
|
|
25223
|
+
),
|
|
25224
|
+
),
|
|
25225
|
+
)
|
|
25226
|
+
),
|
|
25227
|
+
)
|
|
25228
|
+
"""(experimental) Link Datadog Incident for Alert
|
|
25229
|
+
|
|
25230
|
+
Arguments:
|
|
25231
|
+
|
|
25232
|
+
* `alert_id` (`UUID!`): ID of the alert
|
|
25233
|
+
* `dd_incident_url` (`String!`): Full Datadog incident URL (any
|
|
25234
|
+
site/region). Requires incident_read scope to resolve the
|
|
25235
|
+
incident UUID.
|
|
25236
|
+
* `integration_id` (`UUID!`): ID of the Datadog integration
|
|
25237
|
+
"""
|
|
25238
|
+
|
|
25239
|
+
unlink_datadog_incident_for_alert = sgqlc.types.Field(
|
|
25240
|
+
"UnlinkDatadogIncidentForAlert",
|
|
25241
|
+
graphql_name="unlinkDatadogIncidentForAlert",
|
|
25242
|
+
args=sgqlc.types.ArgDict(
|
|
25243
|
+
(
|
|
25244
|
+
(
|
|
25245
|
+
"alert_id",
|
|
25246
|
+
sgqlc.types.Arg(
|
|
25247
|
+
sgqlc.types.non_null(UUID), graphql_name="alertId", default=None
|
|
25248
|
+
),
|
|
25249
|
+
),
|
|
25250
|
+
(
|
|
25251
|
+
"dd_incident_id",
|
|
25252
|
+
sgqlc.types.Arg(
|
|
25253
|
+
sgqlc.types.non_null(String), graphql_name="ddIncidentId", default=None
|
|
25254
|
+
),
|
|
25255
|
+
),
|
|
25256
|
+
(
|
|
25257
|
+
"integration_id",
|
|
25258
|
+
sgqlc.types.Arg(
|
|
25259
|
+
sgqlc.types.non_null(UUID), graphql_name="integrationId", default=None
|
|
25260
|
+
),
|
|
25261
|
+
),
|
|
25262
|
+
)
|
|
25263
|
+
),
|
|
25264
|
+
)
|
|
25265
|
+
"""(experimental) Unlink Datadog Incident for Alert
|
|
25266
|
+
|
|
25267
|
+
Arguments:
|
|
25268
|
+
|
|
25269
|
+
* `alert_id` (`UUID!`): ID of the alert
|
|
25270
|
+
* `dd_incident_id` (`String!`): Datadog internal incident id
|
|
25271
|
+
* `integration_id` (`UUID!`): ID of the Datadog integration
|
|
25272
|
+
"""
|
|
25273
|
+
|
|
25119
25274
|
create_or_update_table_monitor = sgqlc.types.Field(
|
|
25120
25275
|
CreateOrUpdateTableMonitor,
|
|
25121
25276
|
graphql_name="createOrUpdateTableMonitor",
|
|
@@ -42542,6 +42697,7 @@ class Query(sgqlc.types.Type):
|
|
|
42542
42697
|
"get_default_monitor_configuration",
|
|
42543
42698
|
"test_datadog_credentials",
|
|
42544
42699
|
"get_datadog_integrations",
|
|
42700
|
+
"get_datadog_users",
|
|
42545
42701
|
"get_billing_credit_grants",
|
|
42546
42702
|
"get_contract_commits",
|
|
42547
42703
|
"get_billing_invoices",
|
|
@@ -43595,6 +43751,29 @@ class Query(sgqlc.types.Type):
|
|
|
43595
43751
|
* `integration_id` (`UUID`): Filter by integration ID
|
|
43596
43752
|
"""
|
|
43597
43753
|
|
|
43754
|
+
get_datadog_users = sgqlc.types.Field(
|
|
43755
|
+
sgqlc.types.list_of(DatadogUserOutput),
|
|
43756
|
+
graphql_name="getDatadogUsers",
|
|
43757
|
+
args=sgqlc.types.ArgDict(
|
|
43758
|
+
(
|
|
43759
|
+
(
|
|
43760
|
+
"integration_id",
|
|
43761
|
+
sgqlc.types.Arg(
|
|
43762
|
+
sgqlc.types.non_null(UUID), graphql_name="integrationId", default=None
|
|
43763
|
+
),
|
|
43764
|
+
),
|
|
43765
|
+
("query", sgqlc.types.Arg(String, graphql_name="query", default=None)),
|
|
43766
|
+
)
|
|
43767
|
+
),
|
|
43768
|
+
)
|
|
43769
|
+
"""(experimental) Get the list of Datadog users
|
|
43770
|
+
|
|
43771
|
+
Arguments:
|
|
43772
|
+
|
|
43773
|
+
* `integration_id` (`UUID!`): The integration ID
|
|
43774
|
+
* `query` (`String`): A query to filter users
|
|
43775
|
+
"""
|
|
43776
|
+
|
|
43598
43777
|
get_billing_credit_grants = sgqlc.types.Field(
|
|
43599
43778
|
BillingCreditGrantResults,
|
|
43600
43779
|
graphql_name="getBillingCreditGrants",
|
|
@@ -63677,6 +63856,13 @@ class UnknownVectorIndexMetadata(sgqlc.types.Type):
|
|
|
63677
63856
|
vector_db = sgqlc.types.Field(String, graphql_name="vectorDb")
|
|
63678
63857
|
|
|
63679
63858
|
|
|
63859
|
+
class UnlinkDatadogIncidentForAlert(sgqlc.types.Type):
|
|
63860
|
+
__schema__ = schema
|
|
63861
|
+
__field_names__ = ("unlinked",)
|
|
63862
|
+
unlinked = sgqlc.types.Field(Boolean, graphql_name="unlinked")
|
|
63863
|
+
"""True if the incident was unlinked"""
|
|
63864
|
+
|
|
63865
|
+
|
|
63680
63866
|
class UnlinkJiraTicketForAlert(sgqlc.types.Type):
|
|
63681
63867
|
__schema__ = schema
|
|
63682
63868
|
__field_names__ = ("unlinked",)
|
|
@@ -67938,6 +68124,7 @@ class CustomRule(sgqlc.types.Type, Node):
|
|
|
67938
68124
|
"data_collection_schedule_config",
|
|
67939
68125
|
"notification_settings",
|
|
67940
68126
|
"is_snoozed",
|
|
68127
|
+
"migrated_to_uuid",
|
|
67941
68128
|
"field_metric",
|
|
67942
68129
|
"field_query_parameters",
|
|
67943
68130
|
"query_template_id",
|
|
@@ -68179,6 +68366,9 @@ class CustomRule(sgqlc.types.Type, Node):
|
|
|
68179
68366
|
is_snoozed = sgqlc.types.Field(Boolean, graphql_name="isSnoozed")
|
|
68180
68367
|
"""True if rule is currently snoozed"""
|
|
68181
68368
|
|
|
68369
|
+
migrated_to_uuid = sgqlc.types.Field(UUID, graphql_name="migratedToUuid")
|
|
68370
|
+
"""UUID of the rule this was migrated to, if applicable"""
|
|
68371
|
+
|
|
68182
68372
|
field_metric = sgqlc.types.Field(FieldMetricOutput, graphql_name="fieldMetric")
|
|
68183
68373
|
"""Field quality rule parameters (if query generated by
|
|
68184
68374
|
getFieldMetricQuery)
|
|
@@ -69382,10 +69572,28 @@ class DatabricksTaskRun(sgqlc.types.Type, Node):
|
|
|
69382
69572
|
|
|
69383
69573
|
class DatadogIncident(sgqlc.types.Type, NodeWithUUID):
|
|
69384
69574
|
__schema__ = schema
|
|
69385
|
-
__field_names__ = (
|
|
69575
|
+
__field_names__ = (
|
|
69576
|
+
"created_by",
|
|
69577
|
+
"dd_incident_id",
|
|
69578
|
+
"dd_public_id",
|
|
69579
|
+
"incident_title",
|
|
69580
|
+
"display_name",
|
|
69581
|
+
"incident_url",
|
|
69582
|
+
"integration_id",
|
|
69583
|
+
"created_at",
|
|
69584
|
+
)
|
|
69386
69585
|
created_by = sgqlc.types.Field("User", graphql_name="createdBy")
|
|
69387
69586
|
"""Creator"""
|
|
69388
69587
|
|
|
69588
|
+
dd_incident_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="ddIncidentId")
|
|
69589
|
+
"""Datadog internal incident identifier"""
|
|
69590
|
+
|
|
69591
|
+
dd_public_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="ddPublicId")
|
|
69592
|
+
"""Datadog public incident identifier"""
|
|
69593
|
+
|
|
69594
|
+
incident_title = sgqlc.types.Field(String, graphql_name="incidentTitle")
|
|
69595
|
+
"""Incident title captured at creation time"""
|
|
69596
|
+
|
|
69389
69597
|
display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="displayName")
|
|
69390
69598
|
|
|
69391
69599
|
incident_url = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="incidentUrl")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycarlo-0.10.98 → pycarlo-0.10.100}/pycarlo/features/metadata/metadata_filters_container.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycarlo-0.10.98 → pycarlo-0.10.100}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.98 → pycarlo-0.10.100}/tests/features/pii/sample_events/sample_md_events_02.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|