pycarlo 0.10.198__py3-none-any.whl → 0.10.199__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 +70 -18
- pycarlo/lib/schema.py +48 -10
- {pycarlo-0.10.198.dist-info → pycarlo-0.10.199.dist-info}/METADATA +1 -1
- {pycarlo-0.10.198.dist-info → pycarlo-0.10.199.dist-info}/RECORD +7 -7
- {pycarlo-0.10.198.dist-info → pycarlo-0.10.199.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.198.dist-info → pycarlo-0.10.199.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.198.dist-info → pycarlo-0.10.199.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -1393,16 +1393,42 @@
|
|
|
1393
1393
|
"args": [
|
|
1394
1394
|
{
|
|
1395
1395
|
"defaultValue": null,
|
|
1396
|
-
"description": "The integration ID",
|
|
1396
|
+
"description": "The integration ID (required if not using direct credentials)",
|
|
1397
1397
|
"name": "integrationId",
|
|
1398
1398
|
"type": {
|
|
1399
|
-
"kind": "
|
|
1400
|
-
"name":
|
|
1401
|
-
"ofType":
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1399
|
+
"kind": "SCALAR",
|
|
1400
|
+
"name": "UUID",
|
|
1401
|
+
"ofType": null
|
|
1402
|
+
}
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"defaultValue": null,
|
|
1406
|
+
"description": "Datadog site (e.g. datadoghq.com) - for testing without integration",
|
|
1407
|
+
"name": "integrationSite",
|
|
1408
|
+
"type": {
|
|
1409
|
+
"kind": "SCALAR",
|
|
1410
|
+
"name": "String",
|
|
1411
|
+
"ofType": null
|
|
1412
|
+
}
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"defaultValue": null,
|
|
1416
|
+
"description": "Datadog API key - for testing without integration",
|
|
1417
|
+
"name": "integrationApiKey",
|
|
1418
|
+
"type": {
|
|
1419
|
+
"kind": "SCALAR",
|
|
1420
|
+
"name": "String",
|
|
1421
|
+
"ofType": null
|
|
1422
|
+
}
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"defaultValue": null,
|
|
1426
|
+
"description": "Datadog Application key - for testing without integration",
|
|
1427
|
+
"name": "integrationApplicationKey",
|
|
1428
|
+
"type": {
|
|
1429
|
+
"kind": "SCALAR",
|
|
1430
|
+
"name": "String",
|
|
1431
|
+
"ofType": null
|
|
1406
1432
|
}
|
|
1407
1433
|
},
|
|
1408
1434
|
{
|
|
@@ -1451,7 +1477,7 @@
|
|
|
1451
1477
|
}
|
|
1452
1478
|
],
|
|
1453
1479
|
"deprecationReason": null,
|
|
1454
|
-
"description": "(experimental) Get the list of Datadog incident teams",
|
|
1480
|
+
"description": "(experimental) Get the list of Datadog incident teams. Either provide integration_id OR (integration_site, integration_api_key, integration_application_key) for testing credentials.",
|
|
1455
1481
|
"isDeprecated": false,
|
|
1456
1482
|
"name": "getDatadogTeams",
|
|
1457
1483
|
"type": {
|
|
@@ -1468,16 +1494,42 @@
|
|
|
1468
1494
|
"args": [
|
|
1469
1495
|
{
|
|
1470
1496
|
"defaultValue": null,
|
|
1471
|
-
"description": "The integration ID",
|
|
1497
|
+
"description": "The integration ID (required if not using direct credentials)",
|
|
1472
1498
|
"name": "integrationId",
|
|
1473
1499
|
"type": {
|
|
1474
|
-
"kind": "
|
|
1475
|
-
"name":
|
|
1476
|
-
"ofType":
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1500
|
+
"kind": "SCALAR",
|
|
1501
|
+
"name": "UUID",
|
|
1502
|
+
"ofType": null
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"defaultValue": null,
|
|
1507
|
+
"description": "Datadog site (e.g. datadoghq.com) - for testing without integration",
|
|
1508
|
+
"name": "integrationSite",
|
|
1509
|
+
"type": {
|
|
1510
|
+
"kind": "SCALAR",
|
|
1511
|
+
"name": "String",
|
|
1512
|
+
"ofType": null
|
|
1513
|
+
}
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"defaultValue": null,
|
|
1517
|
+
"description": "Datadog API key - for testing without integration",
|
|
1518
|
+
"name": "integrationApiKey",
|
|
1519
|
+
"type": {
|
|
1520
|
+
"kind": "SCALAR",
|
|
1521
|
+
"name": "String",
|
|
1522
|
+
"ofType": null
|
|
1523
|
+
}
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"defaultValue": null,
|
|
1527
|
+
"description": "Datadog Application key - for testing without integration",
|
|
1528
|
+
"name": "integrationApplicationKey",
|
|
1529
|
+
"type": {
|
|
1530
|
+
"kind": "SCALAR",
|
|
1531
|
+
"name": "String",
|
|
1532
|
+
"ofType": null
|
|
1481
1533
|
}
|
|
1482
1534
|
},
|
|
1483
1535
|
{
|
|
@@ -1512,7 +1564,7 @@
|
|
|
1512
1564
|
}
|
|
1513
1565
|
],
|
|
1514
1566
|
"deprecationReason": null,
|
|
1515
|
-
"description": "(experimental) Get the list of Datadog incident services",
|
|
1567
|
+
"description": "(experimental) Get the list of Datadog incident services. Either provide integration_id OR (integration_site, integration_api_key, integration_application_key) for testing credentials.",
|
|
1516
1568
|
"isDeprecated": false,
|
|
1517
1569
|
"name": "getDatadogServices",
|
|
1518
1570
|
"type": {
|
pycarlo/lib/schema.py
CHANGED
|
@@ -45809,9 +45809,19 @@ class Query(sgqlc.types.Type):
|
|
|
45809
45809
|
(
|
|
45810
45810
|
(
|
|
45811
45811
|
"integration_id",
|
|
45812
|
-
sgqlc.types.Arg(
|
|
45813
|
-
|
|
45814
|
-
|
|
45812
|
+
sgqlc.types.Arg(UUID, graphql_name="integrationId", default=None),
|
|
45813
|
+
),
|
|
45814
|
+
(
|
|
45815
|
+
"integration_site",
|
|
45816
|
+
sgqlc.types.Arg(String, graphql_name="integrationSite", default=None),
|
|
45817
|
+
),
|
|
45818
|
+
(
|
|
45819
|
+
"integration_api_key",
|
|
45820
|
+
sgqlc.types.Arg(String, graphql_name="integrationApiKey", default=None),
|
|
45821
|
+
),
|
|
45822
|
+
(
|
|
45823
|
+
"integration_application_key",
|
|
45824
|
+
sgqlc.types.Arg(String, graphql_name="integrationApplicationKey", default=None),
|
|
45815
45825
|
),
|
|
45816
45826
|
("query", sgqlc.types.Arg(String, graphql_name="query", default=None)),
|
|
45817
45827
|
(
|
|
@@ -45823,11 +45833,20 @@ class Query(sgqlc.types.Type):
|
|
|
45823
45833
|
)
|
|
45824
45834
|
),
|
|
45825
45835
|
)
|
|
45826
|
-
"""(experimental) Get the list of Datadog incident teams
|
|
45836
|
+
"""(experimental) Get the list of Datadog incident teams. Either
|
|
45837
|
+
provide integration_id OR (integration_site, integration_api_key,
|
|
45838
|
+
integration_application_key) for testing credentials.
|
|
45827
45839
|
|
|
45828
45840
|
Arguments:
|
|
45829
45841
|
|
|
45830
|
-
* `integration_id` (`UUID
|
|
45842
|
+
* `integration_id` (`UUID`): The integration ID (required if not
|
|
45843
|
+
using direct credentials)
|
|
45844
|
+
* `integration_site` (`String`): Datadog site (e.g. datadoghq.com)
|
|
45845
|
+
- for testing without integration
|
|
45846
|
+
* `integration_api_key` (`String`): Datadog API key - for testing
|
|
45847
|
+
without integration
|
|
45848
|
+
* `integration_application_key` (`String`): Datadog Application
|
|
45849
|
+
key - for testing without integration
|
|
45831
45850
|
* `query` (`String`): A query to filter teams
|
|
45832
45851
|
* `ids` (`[String]`): List of team ids to filter by
|
|
45833
45852
|
* `page_number` (`Int`): Page number (default: 0)
|
|
@@ -45841,9 +45860,19 @@ class Query(sgqlc.types.Type):
|
|
|
45841
45860
|
(
|
|
45842
45861
|
(
|
|
45843
45862
|
"integration_id",
|
|
45844
|
-
sgqlc.types.Arg(
|
|
45845
|
-
|
|
45846
|
-
|
|
45863
|
+
sgqlc.types.Arg(UUID, graphql_name="integrationId", default=None),
|
|
45864
|
+
),
|
|
45865
|
+
(
|
|
45866
|
+
"integration_site",
|
|
45867
|
+
sgqlc.types.Arg(String, graphql_name="integrationSite", default=None),
|
|
45868
|
+
),
|
|
45869
|
+
(
|
|
45870
|
+
"integration_api_key",
|
|
45871
|
+
sgqlc.types.Arg(String, graphql_name="integrationApiKey", default=None),
|
|
45872
|
+
),
|
|
45873
|
+
(
|
|
45874
|
+
"integration_application_key",
|
|
45875
|
+
sgqlc.types.Arg(String, graphql_name="integrationApplicationKey", default=None),
|
|
45847
45876
|
),
|
|
45848
45877
|
("query", sgqlc.types.Arg(String, graphql_name="query", default=None)),
|
|
45849
45878
|
("page_number", sgqlc.types.Arg(Int, graphql_name="pageNumber", default=None)),
|
|
@@ -45851,11 +45880,20 @@ class Query(sgqlc.types.Type):
|
|
|
45851
45880
|
)
|
|
45852
45881
|
),
|
|
45853
45882
|
)
|
|
45854
|
-
"""(experimental) Get the list of Datadog incident services
|
|
45883
|
+
"""(experimental) Get the list of Datadog incident services. Either
|
|
45884
|
+
provide integration_id OR (integration_site, integration_api_key,
|
|
45885
|
+
integration_application_key) for testing credentials.
|
|
45855
45886
|
|
|
45856
45887
|
Arguments:
|
|
45857
45888
|
|
|
45858
|
-
* `integration_id` (`UUID
|
|
45889
|
+
* `integration_id` (`UUID`): The integration ID (required if not
|
|
45890
|
+
using direct credentials)
|
|
45891
|
+
* `integration_site` (`String`): Datadog site (e.g. datadoghq.com)
|
|
45892
|
+
- for testing without integration
|
|
45893
|
+
* `integration_api_key` (`String`): Datadog API key - for testing
|
|
45894
|
+
without integration
|
|
45895
|
+
* `integration_application_key` (`String`): Datadog Application
|
|
45896
|
+
key - for testing without integration
|
|
45859
45897
|
* `query` (`String`): A query to filter services
|
|
45860
45898
|
* `page_number` (`Int`): Page number (default: 0)
|
|
45861
45899
|
* `page_size` (`Int`): Page size (default: 100)
|
|
@@ -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=oxiRDjhfR-WYjlkUWo9H9d9aZP7vNNET455kd6O_9Z4,6348780
|
|
39
|
+
pycarlo/lib/schema.py,sha256=Txe5kqo6jHxN8yzPKs3R7t70DG47WM1UimFA90pdu5I,2765219
|
|
40
|
+
pycarlo-0.10.199.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.199.dist-info/METADATA,sha256=722-QVnXf1wwqC4hnM_lriKmqSuUVg_doGvjAp2qodU,8742
|
|
42
|
+
pycarlo-0.10.199.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.199.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.199.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|