pycarlo 0.10.176__py3-none-any.whl → 0.10.178__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 +96 -7
- pycarlo/lib/schema.py +28 -5
- {pycarlo-0.10.176.dist-info → pycarlo-0.10.178.dist-info}/METADATA +1 -1
- {pycarlo-0.10.176.dist-info → pycarlo-0.10.178.dist-info}/RECORD +7 -7
- {pycarlo-0.10.176.dist-info → pycarlo-0.10.178.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.176.dist-info → pycarlo-0.10.178.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.176.dist-info → pycarlo-0.10.178.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -28427,13 +28427,9 @@
|
|
|
28427
28427
|
"description": "DC UUID. To disambiguate accounts with multiple collectors.",
|
|
28428
28428
|
"name": "dcId",
|
|
28429
28429
|
"type": {
|
|
28430
|
-
"kind": "
|
|
28431
|
-
"name":
|
|
28432
|
-
"ofType":
|
|
28433
|
-
"kind": "SCALAR",
|
|
28434
|
-
"name": "UUID",
|
|
28435
|
-
"ofType": null
|
|
28436
|
-
}
|
|
28430
|
+
"kind": "SCALAR",
|
|
28431
|
+
"name": "UUID",
|
|
28432
|
+
"ofType": null
|
|
28437
28433
|
}
|
|
28438
28434
|
},
|
|
28439
28435
|
{
|
|
@@ -53529,6 +53525,12 @@
|
|
|
53529
53525
|
"description": "Datadog",
|
|
53530
53526
|
"isDeprecated": false,
|
|
53531
53527
|
"name": "DATADOG"
|
|
53528
|
+
},
|
|
53529
|
+
{
|
|
53530
|
+
"deprecationReason": null,
|
|
53531
|
+
"description": "Azure Devops",
|
|
53532
|
+
"isDeprecated": false,
|
|
53533
|
+
"name": "AZURE_DEVOPS"
|
|
53532
53534
|
}
|
|
53533
53535
|
],
|
|
53534
53536
|
"fields": null,
|
|
@@ -64093,6 +64095,26 @@
|
|
|
64093
64095
|
"ofType": null
|
|
64094
64096
|
}
|
|
64095
64097
|
},
|
|
64098
|
+
{
|
|
64099
|
+
"args": [],
|
|
64100
|
+
"deprecationReason": null,
|
|
64101
|
+
"description": "Evaluation details for the fields associated with the event, for agent monitors",
|
|
64102
|
+
"isDeprecated": false,
|
|
64103
|
+
"name": "evaluations",
|
|
64104
|
+
"type": {
|
|
64105
|
+
"kind": "LIST",
|
|
64106
|
+
"name": null,
|
|
64107
|
+
"ofType": {
|
|
64108
|
+
"kind": "NON_NULL",
|
|
64109
|
+
"name": null,
|
|
64110
|
+
"ofType": {
|
|
64111
|
+
"kind": "OBJECT",
|
|
64112
|
+
"name": "EventEvaluation",
|
|
64113
|
+
"ofType": null
|
|
64114
|
+
}
|
|
64115
|
+
}
|
|
64116
|
+
}
|
|
64117
|
+
},
|
|
64096
64118
|
{
|
|
64097
64119
|
"args": [],
|
|
64098
64120
|
"deprecationReason": null,
|
|
@@ -67490,6 +67512,73 @@
|
|
|
67490
67512
|
"name": "TableStats",
|
|
67491
67513
|
"possibleTypes": null
|
|
67492
67514
|
},
|
|
67515
|
+
{
|
|
67516
|
+
"description": null,
|
|
67517
|
+
"enumValues": null,
|
|
67518
|
+
"fields": [
|
|
67519
|
+
{
|
|
67520
|
+
"args": [],
|
|
67521
|
+
"deprecationReason": null,
|
|
67522
|
+
"description": "Field evaluated",
|
|
67523
|
+
"isDeprecated": false,
|
|
67524
|
+
"name": "field",
|
|
67525
|
+
"type": {
|
|
67526
|
+
"kind": "NON_NULL",
|
|
67527
|
+
"name": null,
|
|
67528
|
+
"ofType": {
|
|
67529
|
+
"kind": "SCALAR",
|
|
67530
|
+
"name": "String",
|
|
67531
|
+
"ofType": null
|
|
67532
|
+
}
|
|
67533
|
+
}
|
|
67534
|
+
},
|
|
67535
|
+
{
|
|
67536
|
+
"args": [],
|
|
67537
|
+
"deprecationReason": null,
|
|
67538
|
+
"description": "Function used in the evaluation",
|
|
67539
|
+
"isDeprecated": false,
|
|
67540
|
+
"name": "function",
|
|
67541
|
+
"type": {
|
|
67542
|
+
"kind": "NON_NULL",
|
|
67543
|
+
"name": null,
|
|
67544
|
+
"ofType": {
|
|
67545
|
+
"kind": "SCALAR",
|
|
67546
|
+
"name": "String",
|
|
67547
|
+
"ofType": null
|
|
67548
|
+
}
|
|
67549
|
+
}
|
|
67550
|
+
},
|
|
67551
|
+
{
|
|
67552
|
+
"args": [],
|
|
67553
|
+
"deprecationReason": null,
|
|
67554
|
+
"description": "Prompt used in the evaluation",
|
|
67555
|
+
"isDeprecated": false,
|
|
67556
|
+
"name": "prompt",
|
|
67557
|
+
"type": {
|
|
67558
|
+
"kind": "SCALAR",
|
|
67559
|
+
"name": "String",
|
|
67560
|
+
"ofType": null
|
|
67561
|
+
}
|
|
67562
|
+
},
|
|
67563
|
+
{
|
|
67564
|
+
"args": [],
|
|
67565
|
+
"deprecationReason": null,
|
|
67566
|
+
"description": "Output type used in the evaluation",
|
|
67567
|
+
"isDeprecated": false,
|
|
67568
|
+
"name": "outputType",
|
|
67569
|
+
"type": {
|
|
67570
|
+
"kind": "SCALAR",
|
|
67571
|
+
"name": "String",
|
|
67572
|
+
"ofType": null
|
|
67573
|
+
}
|
|
67574
|
+
}
|
|
67575
|
+
],
|
|
67576
|
+
"inputFields": null,
|
|
67577
|
+
"interfaces": [],
|
|
67578
|
+
"kind": "OBJECT",
|
|
67579
|
+
"name": "EventEvaluation",
|
|
67580
|
+
"possibleTypes": null
|
|
67581
|
+
},
|
|
67493
67582
|
{
|
|
67494
67583
|
"description": null,
|
|
67495
67584
|
"enumValues": null,
|
pycarlo/lib/schema.py
CHANGED
|
@@ -67,6 +67,7 @@ class AccountNotificationSettingsModelType(sgqlc.types.Enum):
|
|
|
67
67
|
"""Enumeration Choices:
|
|
68
68
|
|
|
69
69
|
* `ALATION`: Alation
|
|
70
|
+
* `AZURE_DEVOPS`: Azure Devops
|
|
70
71
|
* `DATADOG`: Datadog
|
|
71
72
|
* `EMAIL`: Email
|
|
72
73
|
* `GOOGLE_CHAT`: Google Chat
|
|
@@ -86,6 +87,7 @@ class AccountNotificationSettingsModelType(sgqlc.types.Enum):
|
|
|
86
87
|
__schema__ = schema
|
|
87
88
|
__choices__ = (
|
|
88
89
|
"ALATION",
|
|
90
|
+
"AZURE_DEVOPS",
|
|
89
91
|
"DATADOG",
|
|
90
92
|
"EMAIL",
|
|
91
93
|
"GOOGLE_CHAT",
|
|
@@ -20209,6 +20211,22 @@ class EventEdge(sgqlc.types.Type):
|
|
|
20209
20211
|
"""A cursor for use in pagination"""
|
|
20210
20212
|
|
|
20211
20213
|
|
|
20214
|
+
class EventEvaluation(sgqlc.types.Type):
|
|
20215
|
+
__schema__ = schema
|
|
20216
|
+
__field_names__ = ("field", "function", "prompt", "output_type")
|
|
20217
|
+
field = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="field")
|
|
20218
|
+
"""Field evaluated"""
|
|
20219
|
+
|
|
20220
|
+
function = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="function")
|
|
20221
|
+
"""Function used in the evaluation"""
|
|
20222
|
+
|
|
20223
|
+
prompt = sgqlc.types.Field(String, graphql_name="prompt")
|
|
20224
|
+
"""Prompt used in the evaluation"""
|
|
20225
|
+
|
|
20226
|
+
output_type = sgqlc.types.Field(String, graphql_name="outputType")
|
|
20227
|
+
"""Output type used in the evaluation"""
|
|
20228
|
+
|
|
20229
|
+
|
|
20212
20230
|
class EventGroup(sgqlc.types.Type):
|
|
20213
20231
|
__schema__ = schema
|
|
20214
20232
|
__field_names__ = ("group_key", "group_metadata", "group_events")
|
|
@@ -59689,10 +59707,7 @@ class Query(sgqlc.types.Type):
|
|
|
59689
59707
|
graphql_name="getSupportedValidationsV2",
|
|
59690
59708
|
args=sgqlc.types.ArgDict(
|
|
59691
59709
|
(
|
|
59692
|
-
(
|
|
59693
|
-
"dc_id",
|
|
59694
|
-
sgqlc.types.Arg(sgqlc.types.non_null(UUID), graphql_name="dcId", default=None),
|
|
59695
|
-
),
|
|
59710
|
+
("dc_id", sgqlc.types.Arg(UUID, graphql_name="dcId", default=None)),
|
|
59696
59711
|
(
|
|
59697
59712
|
"connection_type",
|
|
59698
59713
|
sgqlc.types.Arg(
|
|
@@ -59705,7 +59720,7 @@ class Query(sgqlc.types.Type):
|
|
|
59705
59720
|
)
|
|
59706
59721
|
"""Arguments:
|
|
59707
59722
|
|
|
59708
|
-
* `dc_id` (`UUID
|
|
59723
|
+
* `dc_id` (`UUID`): DC UUID. To disambiguate accounts with
|
|
59709
59724
|
multiple collectors.
|
|
59710
59725
|
* `connection_type` (`String!`): The type of connection to query
|
|
59711
59726
|
supported validations for.
|
|
@@ -73653,6 +73668,7 @@ class Event(sgqlc.types.Type, Node):
|
|
|
73653
73668
|
"mc_sql",
|
|
73654
73669
|
"source_sql",
|
|
73655
73670
|
"custom_sql",
|
|
73671
|
+
"evaluations",
|
|
73656
73672
|
"is_merged",
|
|
73657
73673
|
"description",
|
|
73658
73674
|
"mentioned_users",
|
|
@@ -73786,6 +73802,13 @@ class Event(sgqlc.types.Type, Node):
|
|
|
73786
73802
|
custom_sql = sgqlc.types.Field(String, graphql_name="customSql")
|
|
73787
73803
|
"""Custom SQL for custom SQL monitors"""
|
|
73788
73804
|
|
|
73805
|
+
evaluations = sgqlc.types.Field(
|
|
73806
|
+
sgqlc.types.list_of(sgqlc.types.non_null(EventEvaluation)), graphql_name="evaluations"
|
|
73807
|
+
)
|
|
73808
|
+
"""Evaluation details for the fields associated with the event, for
|
|
73809
|
+
agent monitors
|
|
73810
|
+
"""
|
|
73811
|
+
|
|
73789
73812
|
is_merged = sgqlc.types.Field(Boolean, graphql_name="isMerged")
|
|
73790
73813
|
"""Whether the event originally belonged to another alert which was
|
|
73791
73814
|
merged into the alert currently associated to this event.
|
|
@@ -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=WZfta2YhjGDJpbTVFxjfkpRqEift0qJUDUcCp75Q57s,6275862
|
|
39
|
+
pycarlo/lib/schema.py,sha256=OFEj9-hwvUSzZz6CB2LrboYcML10OjHO5-GmTwSQi3A,2728078
|
|
40
|
+
pycarlo-0.10.178.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.178.dist-info/METADATA,sha256=AkCGPLGnaiFdOcEe3QpXaCvxl1PFRtVzPA2lHBcHBS4,8742
|
|
42
|
+
pycarlo-0.10.178.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.178.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.178.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|