pycarlo 0.10.95__py3-none-any.whl → 0.10.97__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 +142 -36
- pycarlo/lib/schema.py +31 -11
- {pycarlo-0.10.95.dist-info → pycarlo-0.10.97.dist-info}/METADATA +1 -1
- {pycarlo-0.10.95.dist-info → pycarlo-0.10.97.dist-info}/RECORD +7 -7
- {pycarlo-0.10.95.dist-info → pycarlo-0.10.97.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.95.dist-info → pycarlo-0.10.97.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.95.dist-info → pycarlo-0.10.97.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -61884,6 +61884,22 @@
|
|
|
61884
61884
|
}
|
|
61885
61885
|
}
|
|
61886
61886
|
},
|
|
61887
|
+
{
|
|
61888
|
+
"args": [],
|
|
61889
|
+
"deprecationReason": null,
|
|
61890
|
+
"description": "Datadog incidents associated with the alert",
|
|
61891
|
+
"isDeprecated": false,
|
|
61892
|
+
"name": "datadogIncidents",
|
|
61893
|
+
"type": {
|
|
61894
|
+
"kind": "LIST",
|
|
61895
|
+
"name": null,
|
|
61896
|
+
"ofType": {
|
|
61897
|
+
"kind": "OBJECT",
|
|
61898
|
+
"name": "DatadogIncident",
|
|
61899
|
+
"ofType": null
|
|
61900
|
+
}
|
|
61901
|
+
}
|
|
61902
|
+
},
|
|
61887
61903
|
{
|
|
61888
61904
|
"args": [],
|
|
61889
61905
|
"deprecationReason": null,
|
|
@@ -62015,6 +62031,11 @@
|
|
|
62015
62031
|
"name": "OpsgenieIncident",
|
|
62016
62032
|
"ofType": null
|
|
62017
62033
|
},
|
|
62034
|
+
{
|
|
62035
|
+
"kind": "OBJECT",
|
|
62036
|
+
"name": "DatadogIncident",
|
|
62037
|
+
"ofType": null
|
|
62038
|
+
},
|
|
62018
62039
|
{
|
|
62019
62040
|
"kind": "OBJECT",
|
|
62020
62041
|
"name": "MergedAlert",
|
|
@@ -63059,6 +63080,111 @@
|
|
|
63059
63080
|
"name": "OpsgenieIncident",
|
|
63060
63081
|
"possibleTypes": null
|
|
63061
63082
|
},
|
|
63083
|
+
{
|
|
63084
|
+
"description": null,
|
|
63085
|
+
"enumValues": null,
|
|
63086
|
+
"fields": [
|
|
63087
|
+
{
|
|
63088
|
+
"args": [],
|
|
63089
|
+
"deprecationReason": null,
|
|
63090
|
+
"description": "Creator",
|
|
63091
|
+
"isDeprecated": false,
|
|
63092
|
+
"name": "createdBy",
|
|
63093
|
+
"type": {
|
|
63094
|
+
"kind": "OBJECT",
|
|
63095
|
+
"name": "User",
|
|
63096
|
+
"ofType": null
|
|
63097
|
+
}
|
|
63098
|
+
},
|
|
63099
|
+
{
|
|
63100
|
+
"args": [],
|
|
63101
|
+
"deprecationReason": null,
|
|
63102
|
+
"description": null,
|
|
63103
|
+
"isDeprecated": false,
|
|
63104
|
+
"name": "id",
|
|
63105
|
+
"type": {
|
|
63106
|
+
"kind": "NON_NULL",
|
|
63107
|
+
"name": null,
|
|
63108
|
+
"ofType": {
|
|
63109
|
+
"kind": "SCALAR",
|
|
63110
|
+
"name": "UUID",
|
|
63111
|
+
"ofType": null
|
|
63112
|
+
}
|
|
63113
|
+
}
|
|
63114
|
+
},
|
|
63115
|
+
{
|
|
63116
|
+
"args": [],
|
|
63117
|
+
"deprecationReason": null,
|
|
63118
|
+
"description": null,
|
|
63119
|
+
"isDeprecated": false,
|
|
63120
|
+
"name": "displayName",
|
|
63121
|
+
"type": {
|
|
63122
|
+
"kind": "NON_NULL",
|
|
63123
|
+
"name": null,
|
|
63124
|
+
"ofType": {
|
|
63125
|
+
"kind": "SCALAR",
|
|
63126
|
+
"name": "String",
|
|
63127
|
+
"ofType": null
|
|
63128
|
+
}
|
|
63129
|
+
}
|
|
63130
|
+
},
|
|
63131
|
+
{
|
|
63132
|
+
"args": [],
|
|
63133
|
+
"deprecationReason": null,
|
|
63134
|
+
"description": "Datadog incident URL",
|
|
63135
|
+
"isDeprecated": false,
|
|
63136
|
+
"name": "incidentUrl",
|
|
63137
|
+
"type": {
|
|
63138
|
+
"kind": "NON_NULL",
|
|
63139
|
+
"name": null,
|
|
63140
|
+
"ofType": {
|
|
63141
|
+
"kind": "SCALAR",
|
|
63142
|
+
"name": "String",
|
|
63143
|
+
"ofType": null
|
|
63144
|
+
}
|
|
63145
|
+
}
|
|
63146
|
+
},
|
|
63147
|
+
{
|
|
63148
|
+
"args": [],
|
|
63149
|
+
"deprecationReason": null,
|
|
63150
|
+
"description": "Datadog integration ID",
|
|
63151
|
+
"isDeprecated": false,
|
|
63152
|
+
"name": "integrationId",
|
|
63153
|
+
"type": {
|
|
63154
|
+
"kind": "SCALAR",
|
|
63155
|
+
"name": "UUID",
|
|
63156
|
+
"ofType": null
|
|
63157
|
+
}
|
|
63158
|
+
},
|
|
63159
|
+
{
|
|
63160
|
+
"args": [],
|
|
63161
|
+
"deprecationReason": null,
|
|
63162
|
+
"description": null,
|
|
63163
|
+
"isDeprecated": false,
|
|
63164
|
+
"name": "createdAt",
|
|
63165
|
+
"type": {
|
|
63166
|
+
"kind": "NON_NULL",
|
|
63167
|
+
"name": null,
|
|
63168
|
+
"ofType": {
|
|
63169
|
+
"kind": "SCALAR",
|
|
63170
|
+
"name": "DateTime",
|
|
63171
|
+
"ofType": null
|
|
63172
|
+
}
|
|
63173
|
+
}
|
|
63174
|
+
}
|
|
63175
|
+
],
|
|
63176
|
+
"inputFields": null,
|
|
63177
|
+
"interfaces": [
|
|
63178
|
+
{
|
|
63179
|
+
"kind": "INTERFACE",
|
|
63180
|
+
"name": "NodeWithUUID",
|
|
63181
|
+
"ofType": null
|
|
63182
|
+
}
|
|
63183
|
+
],
|
|
63184
|
+
"kind": "OBJECT",
|
|
63185
|
+
"name": "DatadogIncident",
|
|
63186
|
+
"possibleTypes": null
|
|
63187
|
+
},
|
|
63062
63188
|
{
|
|
63063
63189
|
"description": null,
|
|
63064
63190
|
"enumValues": null,
|
|
@@ -110988,18 +111114,6 @@
|
|
|
110988
111114
|
"ofType": null
|
|
110989
111115
|
}
|
|
110990
111116
|
},
|
|
110991
|
-
{
|
|
110992
|
-
"args": [],
|
|
110993
|
-
"deprecationReason": null,
|
|
110994
|
-
"description": "",
|
|
110995
|
-
"isDeprecated": false,
|
|
110996
|
-
"name": "notifyRuleRunFailure",
|
|
110997
|
-
"type": {
|
|
110998
|
-
"kind": "SCALAR",
|
|
110999
|
-
"name": "Boolean",
|
|
111000
|
-
"ofType": null
|
|
111001
|
-
}
|
|
111002
|
-
},
|
|
111003
111117
|
{
|
|
111004
111118
|
"args": [],
|
|
111005
111119
|
"deprecationReason": null,
|
|
@@ -112340,18 +112454,6 @@
|
|
|
112340
112454
|
"ofType": null
|
|
112341
112455
|
}
|
|
112342
112456
|
},
|
|
112343
|
-
{
|
|
112344
|
-
"args": [],
|
|
112345
|
-
"deprecationReason": null,
|
|
112346
|
-
"description": "DEPRECATED: Not used for anything.",
|
|
112347
|
-
"isDeprecated": false,
|
|
112348
|
-
"name": "notifyRuleRunFailure",
|
|
112349
|
-
"type": {
|
|
112350
|
-
"kind": "SCALAR",
|
|
112351
|
-
"name": "Boolean",
|
|
112352
|
-
"ofType": null
|
|
112353
|
-
}
|
|
112354
|
-
},
|
|
112355
112457
|
{
|
|
112356
112458
|
"args": [],
|
|
112357
112459
|
"deprecationReason": null,
|
|
@@ -114086,18 +114188,6 @@
|
|
|
114086
114188
|
"ofType": null
|
|
114087
114189
|
}
|
|
114088
114190
|
},
|
|
114089
|
-
{
|
|
114090
|
-
"args": [],
|
|
114091
|
-
"deprecationReason": null,
|
|
114092
|
-
"description": "DEPRECATED: Not used for anything",
|
|
114093
|
-
"isDeprecated": false,
|
|
114094
|
-
"name": "notifyRuleRunFailure",
|
|
114095
|
-
"type": {
|
|
114096
|
-
"kind": "SCALAR",
|
|
114097
|
-
"name": "Boolean",
|
|
114098
|
-
"ofType": null
|
|
114099
|
-
}
|
|
114100
|
-
},
|
|
114101
114191
|
{
|
|
114102
114192
|
"args": [],
|
|
114103
114193
|
"deprecationReason": null,
|
|
@@ -140642,6 +140732,16 @@
|
|
|
140642
140732
|
"ofType": null
|
|
140643
140733
|
}
|
|
140644
140734
|
},
|
|
140735
|
+
{
|
|
140736
|
+
"defaultValue": null,
|
|
140737
|
+
"description": "If true, return only alerts with Datadog incidents. If false, return only alerts without any Datadog incidents.",
|
|
140738
|
+
"name": "hasDatadogIncidents",
|
|
140739
|
+
"type": {
|
|
140740
|
+
"kind": "SCALAR",
|
|
140741
|
+
"name": "Boolean",
|
|
140742
|
+
"ofType": null
|
|
140743
|
+
}
|
|
140744
|
+
},
|
|
140645
140745
|
{
|
|
140646
140746
|
"defaultValue": null,
|
|
140647
140747
|
"description": "If true, return only alerts associated with key assets.If false, return only alerts not associated with any key assets.",
|
|
@@ -141048,6 +141148,12 @@
|
|
|
141048
141148
|
"isDeprecated": false,
|
|
141049
141149
|
"name": "HAS_OPSGENIE_INCIDENTS"
|
|
141050
141150
|
},
|
|
141151
|
+
{
|
|
141152
|
+
"deprecationReason": null,
|
|
141153
|
+
"description": null,
|
|
141154
|
+
"isDeprecated": false,
|
|
141155
|
+
"name": "HAS_DATADOG_INCIDENTS"
|
|
141156
|
+
},
|
|
141051
141157
|
{
|
|
141052
141158
|
"deprecationReason": null,
|
|
141053
141159
|
"description": null,
|
pycarlo/lib/schema.py
CHANGED
|
@@ -572,6 +572,7 @@ class AlertsFilterFieldName(sgqlc.types.Enum):
|
|
|
572
572
|
* `AUDIENCE`None
|
|
573
573
|
* `DATABASE`None
|
|
574
574
|
* `DOMAIN`None
|
|
575
|
+
* `HAS_DATADOG_INCIDENTS`None
|
|
575
576
|
* `HAS_JIRA_TICKETS`None
|
|
576
577
|
* `HAS_KEY_ASSETS`None
|
|
577
578
|
* `HAS_OPSGENIE_INCIDENTS`None
|
|
@@ -593,6 +594,7 @@ class AlertsFilterFieldName(sgqlc.types.Enum):
|
|
|
593
594
|
"AUDIENCE",
|
|
594
595
|
"DATABASE",
|
|
595
596
|
"DOMAIN",
|
|
597
|
+
"HAS_DATADOG_INCIDENTS",
|
|
596
598
|
"HAS_JIRA_TICKETS",
|
|
597
599
|
"HAS_KEY_ASSETS",
|
|
598
600
|
"HAS_OPSGENIE_INCIDENTS",
|
|
@@ -5553,6 +5555,7 @@ class AlertsFilterCriteriaInput(sgqlc.types.Input):
|
|
|
5553
5555
|
"has_jira_tickets",
|
|
5554
5556
|
"has_service_now_incidents",
|
|
5555
5557
|
"has_opsgenie_incidents",
|
|
5558
|
+
"has_datadog_incidents",
|
|
5556
5559
|
"has_key_assets",
|
|
5557
5560
|
"tags",
|
|
5558
5561
|
"audience_ids",
|
|
@@ -5635,6 +5638,11 @@ class AlertsFilterCriteriaInput(sgqlc.types.Input):
|
|
|
5635
5638
|
return only alerts without any Opsgenie incidents.
|
|
5636
5639
|
"""
|
|
5637
5640
|
|
|
5641
|
+
has_datadog_incidents = sgqlc.types.Field(Boolean, graphql_name="hasDatadogIncidents")
|
|
5642
|
+
"""If true, return only alerts with Datadog incidents. If false,
|
|
5643
|
+
return only alerts without any Datadog incidents.
|
|
5644
|
+
"""
|
|
5645
|
+
|
|
5638
5646
|
has_key_assets = sgqlc.types.Field(Boolean, graphql_name="hasKeyAssets")
|
|
5639
5647
|
"""If true, return only alerts associated with key assets.If false,
|
|
5640
5648
|
return only alerts not associated with any key assets.
|
|
@@ -66274,6 +66282,7 @@ class Alert(sgqlc.types.Type, NodeWithUUID):
|
|
|
66274
66282
|
"jira_tickets",
|
|
66275
66283
|
"service_now_incidents",
|
|
66276
66284
|
"opsgenie_incidents",
|
|
66285
|
+
"datadog_incidents",
|
|
66277
66286
|
"created_time",
|
|
66278
66287
|
"updated_time",
|
|
66279
66288
|
"feedback",
|
|
@@ -66320,6 +66329,11 @@ class Alert(sgqlc.types.Type, NodeWithUUID):
|
|
|
66320
66329
|
)
|
|
66321
66330
|
"""Opsgenie incidents associated with the alert"""
|
|
66322
66331
|
|
|
66332
|
+
datadog_incidents = sgqlc.types.Field(
|
|
66333
|
+
sgqlc.types.list_of("DatadogIncident"), graphql_name="datadogIncidents"
|
|
66334
|
+
)
|
|
66335
|
+
"""Datadog incidents associated with the alert"""
|
|
66336
|
+
|
|
66323
66337
|
created_time = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name="createdTime")
|
|
66324
66338
|
|
|
66325
66339
|
updated_time = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name="updatedTime")
|
|
@@ -67901,7 +67915,6 @@ class CustomRule(sgqlc.types.Type, Node):
|
|
|
67901
67915
|
"conditional_snooze",
|
|
67902
67916
|
"event_rollup_until_changed",
|
|
67903
67917
|
"event_rollup_count",
|
|
67904
|
-
"notify_rule_run_failure",
|
|
67905
67918
|
"schedule",
|
|
67906
67919
|
"dc_schedule_uuid",
|
|
67907
67920
|
"data_collection_dc_schedule_uuid",
|
|
@@ -68041,9 +68054,6 @@ class CustomRule(sgqlc.types.Type, Node):
|
|
|
68041
68054
|
event_rollup_count = sgqlc.types.Field(Int, graphql_name="eventRollupCount")
|
|
68042
68055
|
"""The number of events to roll up into a single incident"""
|
|
68043
68056
|
|
|
68044
|
-
notify_rule_run_failure = sgqlc.types.Field(Boolean, graphql_name="notifyRuleRunFailure")
|
|
68045
|
-
"""DEPRECATED: Not used for anything"""
|
|
68046
|
-
|
|
68047
68057
|
schedule = sgqlc.types.Field(DataCollectorSchedule, graphql_name="schedule")
|
|
68048
68058
|
|
|
68049
68059
|
dc_schedule_uuid = sgqlc.types.Field(UUID, graphql_name="dcScheduleUuid")
|
|
@@ -69370,6 +69380,23 @@ class DatabricksTaskRun(sgqlc.types.Type, Node):
|
|
|
69370
69380
|
"""MCON of Job for provided job_id"""
|
|
69371
69381
|
|
|
69372
69382
|
|
|
69383
|
+
class DatadogIncident(sgqlc.types.Type, NodeWithUUID):
|
|
69384
|
+
__schema__ = schema
|
|
69385
|
+
__field_names__ = ("created_by", "display_name", "incident_url", "integration_id", "created_at")
|
|
69386
|
+
created_by = sgqlc.types.Field("User", graphql_name="createdBy")
|
|
69387
|
+
"""Creator"""
|
|
69388
|
+
|
|
69389
|
+
display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="displayName")
|
|
69390
|
+
|
|
69391
|
+
incident_url = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="incidentUrl")
|
|
69392
|
+
"""Datadog incident URL"""
|
|
69393
|
+
|
|
69394
|
+
integration_id = sgqlc.types.Field(UUID, graphql_name="integrationId")
|
|
69395
|
+
"""Datadog integration ID"""
|
|
69396
|
+
|
|
69397
|
+
created_at = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name="createdAt")
|
|
69398
|
+
|
|
69399
|
+
|
|
69373
69400
|
class Dataset(sgqlc.types.Type, Node):
|
|
69374
69401
|
__schema__ = schema
|
|
69375
69402
|
__field_names__ = (
|
|
@@ -71222,7 +71249,6 @@ class MetricMonitoring(sgqlc.types.Type, Node):
|
|
|
71222
71249
|
"schedule",
|
|
71223
71250
|
"monitor_name",
|
|
71224
71251
|
"is_paused",
|
|
71225
|
-
"notify_rule_run_failure",
|
|
71226
71252
|
"disable_look_back_bootstrap",
|
|
71227
71253
|
"high_segment_count",
|
|
71228
71254
|
"segment_count_hint",
|
|
@@ -71354,9 +71380,6 @@ class MetricMonitoring(sgqlc.types.Type, Node):
|
|
|
71354
71380
|
is_paused = sgqlc.types.Field(Boolean, graphql_name="isPaused")
|
|
71355
71381
|
"""Is this monitor paused?"""
|
|
71356
71382
|
|
|
71357
|
-
notify_rule_run_failure = sgqlc.types.Field(Boolean, graphql_name="notifyRuleRunFailure")
|
|
71358
|
-
"""DEPRECATED: Not used for anything."""
|
|
71359
|
-
|
|
71360
71383
|
disable_look_back_bootstrap = sgqlc.types.Field(
|
|
71361
71384
|
Boolean, graphql_name="disableLookBackBootstrap"
|
|
71362
71385
|
)
|
|
@@ -73683,7 +73706,6 @@ class UserDefinedMonitorV2(sgqlc.types.Type, Node):
|
|
|
73683
73706
|
"last_update_time",
|
|
73684
73707
|
"schedule_type",
|
|
73685
73708
|
"last_run",
|
|
73686
|
-
"notify_rule_run_failure",
|
|
73687
73709
|
"interval_in_seconds",
|
|
73688
73710
|
"prev_execution_time",
|
|
73689
73711
|
"next_execution_time",
|
|
@@ -73793,8 +73815,6 @@ class UserDefinedMonitorV2(sgqlc.types.Type, Node):
|
|
|
73793
73815
|
|
|
73794
73816
|
last_run = sgqlc.types.Field(DateTime, graphql_name="lastRun")
|
|
73795
73817
|
|
|
73796
|
-
notify_rule_run_failure = sgqlc.types.Field(Boolean, graphql_name="notifyRuleRunFailure")
|
|
73797
|
-
|
|
73798
73818
|
interval_in_seconds = sgqlc.types.Field(Int, graphql_name="intervalInSeconds")
|
|
73799
73819
|
|
|
73800
73820
|
prev_execution_time = sgqlc.types.Field(DateTime, graphql_name="prevExecutionTime")
|
|
@@ -35,10 +35,10 @@ pycarlo/features/user/queries.py,sha256=m97RvM0oiBlrU5xmOwe_JJ5N0G0NG5hIOeyQqN2O
|
|
|
35
35
|
pycarlo/features/user/service.py,sha256=DHkhuonySaHro07NTd0YNe3cNkDk62CiRTY77dhVaMs,2890
|
|
36
36
|
pycarlo/lib/README.md,sha256=QGNeUefPzLKGyZqn5aITpcFgkC9WQTNS292BGisRFHk,139
|
|
37
37
|
pycarlo/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
|
-
pycarlo/lib/schema.json,sha256=
|
|
39
|
-
pycarlo/lib/schema.py,sha256=
|
|
40
|
-
pycarlo-0.10.
|
|
41
|
-
pycarlo-0.10.
|
|
42
|
-
pycarlo-0.10.
|
|
43
|
-
pycarlo-0.10.
|
|
44
|
-
pycarlo-0.10.
|
|
38
|
+
pycarlo/lib/schema.json,sha256=iYN1HDCmXiQiV3ZfvJQ6Et0YDhDvzOmn3gRNvs2U1EQ,6027473
|
|
39
|
+
pycarlo/lib/schema.py,sha256=cyODoLnI1J9mhDucFECS6AClvdUrM1BjAHNvZP-xsUE,2602597
|
|
40
|
+
pycarlo-0.10.97.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.97.dist-info/METADATA,sha256=rVQf9hJNmDvByBh0M_hfKitsS9z8sAB3t8-hYr0JTp4,8741
|
|
42
|
+
pycarlo-0.10.97.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.97.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.97.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|