pycarlo 0.10.75__py3-none-any.whl → 0.10.76__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 +919 -2
- pycarlo/lib/schema.py +324 -2
- {pycarlo-0.10.75.dist-info → pycarlo-0.10.76.dist-info}/METADATA +1 -1
- {pycarlo-0.10.75.dist-info → pycarlo-0.10.76.dist-info}/RECORD +7 -7
- {pycarlo-0.10.75.dist-info → pycarlo-0.10.76.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.75.dist-info → pycarlo-0.10.76.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.75.dist-info → pycarlo-0.10.76.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -8685,10 +8685,33 @@
|
|
|
8685
8685
|
}
|
|
8686
8686
|
},
|
|
8687
8687
|
{
|
|
8688
|
-
"args": [
|
|
8688
|
+
"args": [
|
|
8689
|
+
{
|
|
8690
|
+
"defaultValue": null,
|
|
8691
|
+
"description": "Type of env configuration to get the hosting information for (primary/secondary). If not specified, primary is assumed",
|
|
8692
|
+
"name": "envConfiguration",
|
|
8693
|
+
"type": {
|
|
8694
|
+
"kind": "ENUM",
|
|
8695
|
+
"name": "AwsEnvConfiguration",
|
|
8696
|
+
"ofType": null
|
|
8697
|
+
}
|
|
8698
|
+
}
|
|
8699
|
+
],
|
|
8689
8700
|
"deprecationReason": null,
|
|
8690
|
-
"description": "(general availability) Get the current
|
|
8701
|
+
"description": "(general availability) Get the current hosting environment information for the current\n authorized user",
|
|
8691
8702
|
"isDeprecated": false,
|
|
8703
|
+
"name": "getHostingInfo",
|
|
8704
|
+
"type": {
|
|
8705
|
+
"kind": "OBJECT",
|
|
8706
|
+
"name": "HostingInformation",
|
|
8707
|
+
"ofType": null
|
|
8708
|
+
}
|
|
8709
|
+
},
|
|
8710
|
+
{
|
|
8711
|
+
"args": [],
|
|
8712
|
+
"deprecationReason": "Use getDeploymentInfoV2 instead",
|
|
8713
|
+
"description": "(general availability) DEPRECATED. Get the current deployment environment information for the current\n authorized user",
|
|
8714
|
+
"isDeprecated": true,
|
|
8692
8715
|
"name": "getDeploymentInfo",
|
|
8693
8716
|
"type": {
|
|
8694
8717
|
"kind": "OBJECT",
|
|
@@ -104705,6 +104728,900 @@
|
|
|
104705
104728
|
"name": "ExecDashboardDataRow",
|
|
104706
104729
|
"possibleTypes": null
|
|
104707
104730
|
},
|
|
104731
|
+
{
|
|
104732
|
+
"description": "Hosting information",
|
|
104733
|
+
"enumValues": null,
|
|
104734
|
+
"fields": [
|
|
104735
|
+
{
|
|
104736
|
+
"args": [],
|
|
104737
|
+
"deprecationReason": null,
|
|
104738
|
+
"description": "Hosting domain information",
|
|
104739
|
+
"isDeprecated": false,
|
|
104740
|
+
"name": "domainDetails",
|
|
104741
|
+
"type": {
|
|
104742
|
+
"kind": "NON_NULL",
|
|
104743
|
+
"name": null,
|
|
104744
|
+
"ofType": {
|
|
104745
|
+
"kind": "OBJECT",
|
|
104746
|
+
"name": "HostingDomainDetails",
|
|
104747
|
+
"ofType": null
|
|
104748
|
+
}
|
|
104749
|
+
}
|
|
104750
|
+
},
|
|
104751
|
+
{
|
|
104752
|
+
"args": [],
|
|
104753
|
+
"deprecationReason": null,
|
|
104754
|
+
"description": "Login information",
|
|
104755
|
+
"isDeprecated": false,
|
|
104756
|
+
"name": "loginDetails",
|
|
104757
|
+
"type": {
|
|
104758
|
+
"kind": "NON_NULL",
|
|
104759
|
+
"name": null,
|
|
104760
|
+
"ofType": {
|
|
104761
|
+
"kind": "OBJECT",
|
|
104762
|
+
"name": "LoginDetails",
|
|
104763
|
+
"ofType": null
|
|
104764
|
+
}
|
|
104765
|
+
}
|
|
104766
|
+
},
|
|
104767
|
+
{
|
|
104768
|
+
"args": [],
|
|
104769
|
+
"deprecationReason": null,
|
|
104770
|
+
"description": "Infrastructure information",
|
|
104771
|
+
"isDeprecated": false,
|
|
104772
|
+
"name": "infrastructureDetails",
|
|
104773
|
+
"type": {
|
|
104774
|
+
"kind": "NON_NULL",
|
|
104775
|
+
"name": null,
|
|
104776
|
+
"ofType": {
|
|
104777
|
+
"kind": "OBJECT",
|
|
104778
|
+
"name": "InfrastructureDetails",
|
|
104779
|
+
"ofType": null
|
|
104780
|
+
}
|
|
104781
|
+
}
|
|
104782
|
+
},
|
|
104783
|
+
{
|
|
104784
|
+
"args": [],
|
|
104785
|
+
"deprecationReason": null,
|
|
104786
|
+
"description": "Network information",
|
|
104787
|
+
"isDeprecated": false,
|
|
104788
|
+
"name": "networkDetails",
|
|
104789
|
+
"type": {
|
|
104790
|
+
"kind": "NON_NULL",
|
|
104791
|
+
"name": null,
|
|
104792
|
+
"ofType": {
|
|
104793
|
+
"kind": "OBJECT",
|
|
104794
|
+
"name": "NetworkDetails",
|
|
104795
|
+
"ofType": null
|
|
104796
|
+
}
|
|
104797
|
+
}
|
|
104798
|
+
},
|
|
104799
|
+
{
|
|
104800
|
+
"args": [],
|
|
104801
|
+
"deprecationReason": null,
|
|
104802
|
+
"description": "Collection platform information",
|
|
104803
|
+
"isDeprecated": false,
|
|
104804
|
+
"name": "collectionDetails",
|
|
104805
|
+
"type": {
|
|
104806
|
+
"kind": "OBJECT",
|
|
104807
|
+
"name": "CollectionDetails",
|
|
104808
|
+
"ofType": null
|
|
104809
|
+
}
|
|
104810
|
+
}
|
|
104811
|
+
],
|
|
104812
|
+
"inputFields": null,
|
|
104813
|
+
"interfaces": [],
|
|
104814
|
+
"kind": "OBJECT",
|
|
104815
|
+
"name": "HostingInformation",
|
|
104816
|
+
"possibleTypes": null
|
|
104817
|
+
},
|
|
104818
|
+
{
|
|
104819
|
+
"description": "Hosting domain information",
|
|
104820
|
+
"enumValues": null,
|
|
104821
|
+
"fields": [
|
|
104822
|
+
{
|
|
104823
|
+
"args": [],
|
|
104824
|
+
"deprecationReason": null,
|
|
104825
|
+
"description": "Frontend URL",
|
|
104826
|
+
"isDeprecated": false,
|
|
104827
|
+
"name": "ui",
|
|
104828
|
+
"type": {
|
|
104829
|
+
"kind": "NON_NULL",
|
|
104830
|
+
"name": null,
|
|
104831
|
+
"ofType": {
|
|
104832
|
+
"kind": "SCALAR",
|
|
104833
|
+
"name": "String",
|
|
104834
|
+
"ofType": null
|
|
104835
|
+
}
|
|
104836
|
+
}
|
|
104837
|
+
},
|
|
104838
|
+
{
|
|
104839
|
+
"args": [],
|
|
104840
|
+
"deprecationReason": null,
|
|
104841
|
+
"description": "GraphQL API URL",
|
|
104842
|
+
"isDeprecated": false,
|
|
104843
|
+
"name": "api",
|
|
104844
|
+
"type": {
|
|
104845
|
+
"kind": "NON_NULL",
|
|
104846
|
+
"name": null,
|
|
104847
|
+
"ofType": {
|
|
104848
|
+
"kind": "SCALAR",
|
|
104849
|
+
"name": "String",
|
|
104850
|
+
"ofType": null
|
|
104851
|
+
}
|
|
104852
|
+
}
|
|
104853
|
+
},
|
|
104854
|
+
{
|
|
104855
|
+
"args": [],
|
|
104856
|
+
"deprecationReason": null,
|
|
104857
|
+
"description": "Integrations Gateway URL",
|
|
104858
|
+
"isDeprecated": false,
|
|
104859
|
+
"name": "integrations",
|
|
104860
|
+
"type": {
|
|
104861
|
+
"kind": "NON_NULL",
|
|
104862
|
+
"name": null,
|
|
104863
|
+
"ofType": {
|
|
104864
|
+
"kind": "SCALAR",
|
|
104865
|
+
"name": "String",
|
|
104866
|
+
"ofType": null
|
|
104867
|
+
}
|
|
104868
|
+
}
|
|
104869
|
+
}
|
|
104870
|
+
],
|
|
104871
|
+
"inputFields": null,
|
|
104872
|
+
"interfaces": [],
|
|
104873
|
+
"kind": "OBJECT",
|
|
104874
|
+
"name": "HostingDomainDetails",
|
|
104875
|
+
"possibleTypes": null
|
|
104876
|
+
},
|
|
104877
|
+
{
|
|
104878
|
+
"description": "Login information",
|
|
104879
|
+
"enumValues": null,
|
|
104880
|
+
"fields": [
|
|
104881
|
+
{
|
|
104882
|
+
"args": [],
|
|
104883
|
+
"deprecationReason": null,
|
|
104884
|
+
"description": "SSO information",
|
|
104885
|
+
"isDeprecated": false,
|
|
104886
|
+
"name": "sso",
|
|
104887
|
+
"type": {
|
|
104888
|
+
"kind": "NON_NULL",
|
|
104889
|
+
"name": null,
|
|
104890
|
+
"ofType": {
|
|
104891
|
+
"kind": "OBJECT",
|
|
104892
|
+
"name": "SsoDetails",
|
|
104893
|
+
"ofType": null
|
|
104894
|
+
}
|
|
104895
|
+
}
|
|
104896
|
+
}
|
|
104897
|
+
],
|
|
104898
|
+
"inputFields": null,
|
|
104899
|
+
"interfaces": [],
|
|
104900
|
+
"kind": "OBJECT",
|
|
104901
|
+
"name": "LoginDetails",
|
|
104902
|
+
"possibleTypes": null
|
|
104903
|
+
},
|
|
104904
|
+
{
|
|
104905
|
+
"description": "SSO information",
|
|
104906
|
+
"enumValues": null,
|
|
104907
|
+
"fields": [
|
|
104908
|
+
{
|
|
104909
|
+
"args": [],
|
|
104910
|
+
"deprecationReason": null,
|
|
104911
|
+
"description": "SSO Entity ID",
|
|
104912
|
+
"isDeprecated": false,
|
|
104913
|
+
"name": "entityId",
|
|
104914
|
+
"type": {
|
|
104915
|
+
"kind": "NON_NULL",
|
|
104916
|
+
"name": null,
|
|
104917
|
+
"ofType": {
|
|
104918
|
+
"kind": "SCALAR",
|
|
104919
|
+
"name": "String",
|
|
104920
|
+
"ofType": null
|
|
104921
|
+
}
|
|
104922
|
+
}
|
|
104923
|
+
},
|
|
104924
|
+
{
|
|
104925
|
+
"args": [],
|
|
104926
|
+
"deprecationReason": null,
|
|
104927
|
+
"description": "ACS endpoint URL / SSO URL",
|
|
104928
|
+
"isDeprecated": false,
|
|
104929
|
+
"name": "ssoUrl",
|
|
104930
|
+
"type": {
|
|
104931
|
+
"kind": "NON_NULL",
|
|
104932
|
+
"name": null,
|
|
104933
|
+
"ofType": {
|
|
104934
|
+
"kind": "SCALAR",
|
|
104935
|
+
"name": "String",
|
|
104936
|
+
"ofType": null
|
|
104937
|
+
}
|
|
104938
|
+
}
|
|
104939
|
+
}
|
|
104940
|
+
],
|
|
104941
|
+
"inputFields": null,
|
|
104942
|
+
"interfaces": [],
|
|
104943
|
+
"kind": "OBJECT",
|
|
104944
|
+
"name": "SsoDetails",
|
|
104945
|
+
"possibleTypes": null
|
|
104946
|
+
},
|
|
104947
|
+
{
|
|
104948
|
+
"description": "Infrastructure information",
|
|
104949
|
+
"enumValues": null,
|
|
104950
|
+
"fields": [
|
|
104951
|
+
{
|
|
104952
|
+
"args": [],
|
|
104953
|
+
"deprecationReason": null,
|
|
104954
|
+
"description": "Cloud Designation",
|
|
104955
|
+
"isDeprecated": false,
|
|
104956
|
+
"name": "cloudDesignation",
|
|
104957
|
+
"type": {
|
|
104958
|
+
"kind": "NON_NULL",
|
|
104959
|
+
"name": null,
|
|
104960
|
+
"ofType": {
|
|
104961
|
+
"kind": "SCALAR",
|
|
104962
|
+
"name": "String",
|
|
104963
|
+
"ofType": null
|
|
104964
|
+
}
|
|
104965
|
+
}
|
|
104966
|
+
},
|
|
104967
|
+
{
|
|
104968
|
+
"args": [],
|
|
104969
|
+
"deprecationReason": null,
|
|
104970
|
+
"description": "Tenant ID",
|
|
104971
|
+
"isDeprecated": false,
|
|
104972
|
+
"name": "tenantId",
|
|
104973
|
+
"type": {
|
|
104974
|
+
"kind": "NON_NULL",
|
|
104975
|
+
"name": null,
|
|
104976
|
+
"ofType": {
|
|
104977
|
+
"kind": "SCALAR",
|
|
104978
|
+
"name": "String",
|
|
104979
|
+
"ofType": null
|
|
104980
|
+
}
|
|
104981
|
+
}
|
|
104982
|
+
},
|
|
104983
|
+
{
|
|
104984
|
+
"args": [],
|
|
104985
|
+
"deprecationReason": null,
|
|
104986
|
+
"description": "Environment Hosting Type",
|
|
104987
|
+
"isDeprecated": false,
|
|
104988
|
+
"name": "hostingType",
|
|
104989
|
+
"type": {
|
|
104990
|
+
"kind": "NON_NULL",
|
|
104991
|
+
"name": null,
|
|
104992
|
+
"ofType": {
|
|
104993
|
+
"kind": "SCALAR",
|
|
104994
|
+
"name": "String",
|
|
104995
|
+
"ofType": null
|
|
104996
|
+
}
|
|
104997
|
+
}
|
|
104998
|
+
},
|
|
104999
|
+
{
|
|
105000
|
+
"args": [],
|
|
105001
|
+
"deprecationReason": null,
|
|
105002
|
+
"description": "AWS information",
|
|
105003
|
+
"isDeprecated": false,
|
|
105004
|
+
"name": "aws",
|
|
105005
|
+
"type": {
|
|
105006
|
+
"kind": "NON_NULL",
|
|
105007
|
+
"name": null,
|
|
105008
|
+
"ofType": {
|
|
105009
|
+
"kind": "OBJECT",
|
|
105010
|
+
"name": "AwsInformation",
|
|
105011
|
+
"ofType": null
|
|
105012
|
+
}
|
|
105013
|
+
}
|
|
105014
|
+
},
|
|
105015
|
+
{
|
|
105016
|
+
"args": [],
|
|
105017
|
+
"deprecationReason": null,
|
|
105018
|
+
"description": "Azure information",
|
|
105019
|
+
"isDeprecated": false,
|
|
105020
|
+
"name": "azure",
|
|
105021
|
+
"type": {
|
|
105022
|
+
"kind": "OBJECT",
|
|
105023
|
+
"name": "AzureInformation",
|
|
105024
|
+
"ofType": null
|
|
105025
|
+
}
|
|
105026
|
+
}
|
|
105027
|
+
],
|
|
105028
|
+
"inputFields": null,
|
|
105029
|
+
"interfaces": [],
|
|
105030
|
+
"kind": "OBJECT",
|
|
105031
|
+
"name": "InfrastructureDetails",
|
|
105032
|
+
"possibleTypes": null
|
|
105033
|
+
},
|
|
105034
|
+
{
|
|
105035
|
+
"description": "AWS information",
|
|
105036
|
+
"enumValues": null,
|
|
105037
|
+
"fields": [
|
|
105038
|
+
{
|
|
105039
|
+
"args": [],
|
|
105040
|
+
"deprecationReason": null,
|
|
105041
|
+
"description": "AWS Account ID",
|
|
105042
|
+
"isDeprecated": false,
|
|
105043
|
+
"name": "accountId",
|
|
105044
|
+
"type": {
|
|
105045
|
+
"kind": "NON_NULL",
|
|
105046
|
+
"name": null,
|
|
105047
|
+
"ofType": {
|
|
105048
|
+
"kind": "SCALAR",
|
|
105049
|
+
"name": "String",
|
|
105050
|
+
"ofType": null
|
|
105051
|
+
}
|
|
105052
|
+
}
|
|
105053
|
+
},
|
|
105054
|
+
{
|
|
105055
|
+
"args": [],
|
|
105056
|
+
"deprecationReason": null,
|
|
105057
|
+
"description": "AWS Region",
|
|
105058
|
+
"isDeprecated": false,
|
|
105059
|
+
"name": "region",
|
|
105060
|
+
"type": {
|
|
105061
|
+
"kind": "NON_NULL",
|
|
105062
|
+
"name": null,
|
|
105063
|
+
"ofType": {
|
|
105064
|
+
"kind": "SCALAR",
|
|
105065
|
+
"name": "String",
|
|
105066
|
+
"ofType": null
|
|
105067
|
+
}
|
|
105068
|
+
}
|
|
105069
|
+
},
|
|
105070
|
+
{
|
|
105071
|
+
"args": [],
|
|
105072
|
+
"deprecationReason": null,
|
|
105073
|
+
"description": "AWS Secondary Region",
|
|
105074
|
+
"isDeprecated": false,
|
|
105075
|
+
"name": "secondaryRegion",
|
|
105076
|
+
"type": {
|
|
105077
|
+
"kind": "SCALAR",
|
|
105078
|
+
"name": "String",
|
|
105079
|
+
"ofType": null
|
|
105080
|
+
}
|
|
105081
|
+
},
|
|
105082
|
+
{
|
|
105083
|
+
"args": [],
|
|
105084
|
+
"deprecationReason": null,
|
|
105085
|
+
"description": "Is this the Secondary Region?",
|
|
105086
|
+
"isDeprecated": false,
|
|
105087
|
+
"name": "isSecondary",
|
|
105088
|
+
"type": {
|
|
105089
|
+
"kind": "NON_NULL",
|
|
105090
|
+
"name": null,
|
|
105091
|
+
"ofType": {
|
|
105092
|
+
"kind": "SCALAR",
|
|
105093
|
+
"name": "Boolean",
|
|
105094
|
+
"ofType": null
|
|
105095
|
+
}
|
|
105096
|
+
}
|
|
105097
|
+
},
|
|
105098
|
+
{
|
|
105099
|
+
"args": [],
|
|
105100
|
+
"deprecationReason": null,
|
|
105101
|
+
"description": "Active AWS Environment Configuration",
|
|
105102
|
+
"isDeprecated": false,
|
|
105103
|
+
"name": "envConfiguration",
|
|
105104
|
+
"type": {
|
|
105105
|
+
"kind": "NON_NULL",
|
|
105106
|
+
"name": null,
|
|
105107
|
+
"ofType": {
|
|
105108
|
+
"kind": "ENUM",
|
|
105109
|
+
"name": "AwsEnvConfiguration",
|
|
105110
|
+
"ofType": null
|
|
105111
|
+
}
|
|
105112
|
+
}
|
|
105113
|
+
}
|
|
105114
|
+
],
|
|
105115
|
+
"inputFields": null,
|
|
105116
|
+
"interfaces": [],
|
|
105117
|
+
"kind": "OBJECT",
|
|
105118
|
+
"name": "AwsInformation",
|
|
105119
|
+
"possibleTypes": null
|
|
105120
|
+
},
|
|
105121
|
+
{
|
|
105122
|
+
"description": null,
|
|
105123
|
+
"enumValues": [
|
|
105124
|
+
{
|
|
105125
|
+
"deprecationReason": null,
|
|
105126
|
+
"description": null,
|
|
105127
|
+
"isDeprecated": false,
|
|
105128
|
+
"name": "primary"
|
|
105129
|
+
},
|
|
105130
|
+
{
|
|
105131
|
+
"deprecationReason": null,
|
|
105132
|
+
"description": null,
|
|
105133
|
+
"isDeprecated": false,
|
|
105134
|
+
"name": "secondary"
|
|
105135
|
+
}
|
|
105136
|
+
],
|
|
105137
|
+
"fields": null,
|
|
105138
|
+
"inputFields": null,
|
|
105139
|
+
"interfaces": null,
|
|
105140
|
+
"kind": "ENUM",
|
|
105141
|
+
"name": "AwsEnvConfiguration",
|
|
105142
|
+
"possibleTypes": null
|
|
105143
|
+
},
|
|
105144
|
+
{
|
|
105145
|
+
"description": "Azure information",
|
|
105146
|
+
"enumValues": null,
|
|
105147
|
+
"fields": [
|
|
105148
|
+
{
|
|
105149
|
+
"args": [],
|
|
105150
|
+
"deprecationReason": null,
|
|
105151
|
+
"description": "Azure Subscription ID",
|
|
105152
|
+
"isDeprecated": false,
|
|
105153
|
+
"name": "subscriptionId",
|
|
105154
|
+
"type": {
|
|
105155
|
+
"kind": "NON_NULL",
|
|
105156
|
+
"name": null,
|
|
105157
|
+
"ofType": {
|
|
105158
|
+
"kind": "SCALAR",
|
|
105159
|
+
"name": "String",
|
|
105160
|
+
"ofType": null
|
|
105161
|
+
}
|
|
105162
|
+
}
|
|
105163
|
+
},
|
|
105164
|
+
{
|
|
105165
|
+
"args": [],
|
|
105166
|
+
"deprecationReason": null,
|
|
105167
|
+
"description": "Azure Region",
|
|
105168
|
+
"isDeprecated": false,
|
|
105169
|
+
"name": "primaryRegion",
|
|
105170
|
+
"type": {
|
|
105171
|
+
"kind": "NON_NULL",
|
|
105172
|
+
"name": null,
|
|
105173
|
+
"ofType": {
|
|
105174
|
+
"kind": "SCALAR",
|
|
105175
|
+
"name": "String",
|
|
105176
|
+
"ofType": null
|
|
105177
|
+
}
|
|
105178
|
+
}
|
|
105179
|
+
},
|
|
105180
|
+
{
|
|
105181
|
+
"args": [],
|
|
105182
|
+
"deprecationReason": null,
|
|
105183
|
+
"description": "Azure Secondary Region",
|
|
105184
|
+
"isDeprecated": false,
|
|
105185
|
+
"name": "secondaryRegion",
|
|
105186
|
+
"type": {
|
|
105187
|
+
"kind": "SCALAR",
|
|
105188
|
+
"name": "String",
|
|
105189
|
+
"ofType": null
|
|
105190
|
+
}
|
|
105191
|
+
}
|
|
105192
|
+
],
|
|
105193
|
+
"inputFields": null,
|
|
105194
|
+
"interfaces": [],
|
|
105195
|
+
"kind": "OBJECT",
|
|
105196
|
+
"name": "AzureInformation",
|
|
105197
|
+
"possibleTypes": null
|
|
105198
|
+
},
|
|
105199
|
+
{
|
|
105200
|
+
"description": "Network information",
|
|
105201
|
+
"enumValues": null,
|
|
105202
|
+
"fields": [
|
|
105203
|
+
{
|
|
105204
|
+
"args": [],
|
|
105205
|
+
"deprecationReason": null,
|
|
105206
|
+
"description": "List of public IP addresses used by the collection platform",
|
|
105207
|
+
"isDeprecated": false,
|
|
105208
|
+
"name": "collectionPublicIpAddresses",
|
|
105209
|
+
"type": {
|
|
105210
|
+
"kind": "NON_NULL",
|
|
105211
|
+
"name": null,
|
|
105212
|
+
"ofType": {
|
|
105213
|
+
"kind": "LIST",
|
|
105214
|
+
"name": null,
|
|
105215
|
+
"ofType": {
|
|
105216
|
+
"kind": "SCALAR",
|
|
105217
|
+
"name": "String",
|
|
105218
|
+
"ofType": null
|
|
105219
|
+
}
|
|
105220
|
+
}
|
|
105221
|
+
}
|
|
105222
|
+
},
|
|
105223
|
+
{
|
|
105224
|
+
"args": [],
|
|
105225
|
+
"deprecationReason": null,
|
|
105226
|
+
"description": "List of public IP addresses used by the SaaS platform",
|
|
105227
|
+
"isDeprecated": false,
|
|
105228
|
+
"name": "saasPublicIpAddresses",
|
|
105229
|
+
"type": {
|
|
105230
|
+
"kind": "NON_NULL",
|
|
105231
|
+
"name": null,
|
|
105232
|
+
"ofType": {
|
|
105233
|
+
"kind": "LIST",
|
|
105234
|
+
"name": null,
|
|
105235
|
+
"ofType": {
|
|
105236
|
+
"kind": "SCALAR",
|
|
105237
|
+
"name": "String",
|
|
105238
|
+
"ofType": null
|
|
105239
|
+
}
|
|
105240
|
+
}
|
|
105241
|
+
}
|
|
105242
|
+
},
|
|
105243
|
+
{
|
|
105244
|
+
"args": [],
|
|
105245
|
+
"deprecationReason": null,
|
|
105246
|
+
"description": "List of public IP addresses used by the webhooks",
|
|
105247
|
+
"isDeprecated": false,
|
|
105248
|
+
"name": "externalWebhookPublicIpAddresses",
|
|
105249
|
+
"type": {
|
|
105250
|
+
"kind": "NON_NULL",
|
|
105251
|
+
"name": null,
|
|
105252
|
+
"ofType": {
|
|
105253
|
+
"kind": "LIST",
|
|
105254
|
+
"name": null,
|
|
105255
|
+
"ofType": {
|
|
105256
|
+
"kind": "SCALAR",
|
|
105257
|
+
"name": "String",
|
|
105258
|
+
"ofType": null
|
|
105259
|
+
}
|
|
105260
|
+
}
|
|
105261
|
+
}
|
|
105262
|
+
},
|
|
105263
|
+
{
|
|
105264
|
+
"args": [],
|
|
105265
|
+
"deprecationReason": null,
|
|
105266
|
+
"description": "List of public IP addresses used by the data platform",
|
|
105267
|
+
"isDeprecated": false,
|
|
105268
|
+
"name": "dataPlatformPublicIpAddresses",
|
|
105269
|
+
"type": {
|
|
105270
|
+
"kind": "NON_NULL",
|
|
105271
|
+
"name": null,
|
|
105272
|
+
"ofType": {
|
|
105273
|
+
"kind": "LIST",
|
|
105274
|
+
"name": null,
|
|
105275
|
+
"ofType": {
|
|
105276
|
+
"kind": "SCALAR",
|
|
105277
|
+
"name": "String",
|
|
105278
|
+
"ofType": null
|
|
105279
|
+
}
|
|
105280
|
+
}
|
|
105281
|
+
}
|
|
105282
|
+
}
|
|
105283
|
+
],
|
|
105284
|
+
"inputFields": null,
|
|
105285
|
+
"interfaces": [],
|
|
105286
|
+
"kind": "OBJECT",
|
|
105287
|
+
"name": "NetworkDetails",
|
|
105288
|
+
"possibleTypes": null
|
|
105289
|
+
},
|
|
105290
|
+
{
|
|
105291
|
+
"description": "Collection platform information",
|
|
105292
|
+
"enumValues": null,
|
|
105293
|
+
"fields": [
|
|
105294
|
+
{
|
|
105295
|
+
"args": [],
|
|
105296
|
+
"deprecationReason": null,
|
|
105297
|
+
"description": "Private Link information",
|
|
105298
|
+
"isDeprecated": false,
|
|
105299
|
+
"name": "privateLinkDetails",
|
|
105300
|
+
"type": {
|
|
105301
|
+
"kind": "OBJECT",
|
|
105302
|
+
"name": "PrivateLinkDetails",
|
|
105303
|
+
"ofType": null
|
|
105304
|
+
}
|
|
105305
|
+
},
|
|
105306
|
+
{
|
|
105307
|
+
"args": [],
|
|
105308
|
+
"deprecationReason": null,
|
|
105309
|
+
"description": "List of active nodes",
|
|
105310
|
+
"isDeprecated": false,
|
|
105311
|
+
"name": "activeNodeDetails",
|
|
105312
|
+
"type": {
|
|
105313
|
+
"kind": "LIST",
|
|
105314
|
+
"name": null,
|
|
105315
|
+
"ofType": {
|
|
105316
|
+
"kind": "OBJECT",
|
|
105317
|
+
"name": "ActiveNodeDetails",
|
|
105318
|
+
"ofType": null
|
|
105319
|
+
}
|
|
105320
|
+
}
|
|
105321
|
+
}
|
|
105322
|
+
],
|
|
105323
|
+
"inputFields": null,
|
|
105324
|
+
"interfaces": [],
|
|
105325
|
+
"kind": "OBJECT",
|
|
105326
|
+
"name": "CollectionDetails",
|
|
105327
|
+
"possibleTypes": null
|
|
105328
|
+
},
|
|
105329
|
+
{
|
|
105330
|
+
"description": "Private Link information",
|
|
105331
|
+
"enumValues": null,
|
|
105332
|
+
"fields": [
|
|
105333
|
+
{
|
|
105334
|
+
"args": [],
|
|
105335
|
+
"deprecationReason": null,
|
|
105336
|
+
"description": "AWS Private Link information",
|
|
105337
|
+
"isDeprecated": false,
|
|
105338
|
+
"name": "aws",
|
|
105339
|
+
"type": {
|
|
105340
|
+
"kind": "NON_NULL",
|
|
105341
|
+
"name": null,
|
|
105342
|
+
"ofType": {
|
|
105343
|
+
"kind": "OBJECT",
|
|
105344
|
+
"name": "AwsPrivateLinkDetails",
|
|
105345
|
+
"ofType": null
|
|
105346
|
+
}
|
|
105347
|
+
}
|
|
105348
|
+
}
|
|
105349
|
+
],
|
|
105350
|
+
"inputFields": null,
|
|
105351
|
+
"interfaces": [],
|
|
105352
|
+
"kind": "OBJECT",
|
|
105353
|
+
"name": "PrivateLinkDetails",
|
|
105354
|
+
"possibleTypes": null
|
|
105355
|
+
},
|
|
105356
|
+
{
|
|
105357
|
+
"description": "AWS Private Link information",
|
|
105358
|
+
"enumValues": null,
|
|
105359
|
+
"fields": [
|
|
105360
|
+
{
|
|
105361
|
+
"args": [],
|
|
105362
|
+
"deprecationReason": null,
|
|
105363
|
+
"description": "AWS Account ID",
|
|
105364
|
+
"isDeprecated": false,
|
|
105365
|
+
"name": "accountId",
|
|
105366
|
+
"type": {
|
|
105367
|
+
"kind": "NON_NULL",
|
|
105368
|
+
"name": null,
|
|
105369
|
+
"ofType": {
|
|
105370
|
+
"kind": "SCALAR",
|
|
105371
|
+
"name": "String",
|
|
105372
|
+
"ofType": null
|
|
105373
|
+
}
|
|
105374
|
+
}
|
|
105375
|
+
},
|
|
105376
|
+
{
|
|
105377
|
+
"args": [],
|
|
105378
|
+
"deprecationReason": null,
|
|
105379
|
+
"description": "MCD Principal",
|
|
105380
|
+
"isDeprecated": false,
|
|
105381
|
+
"name": "mcdPrincipal",
|
|
105382
|
+
"type": {
|
|
105383
|
+
"kind": "NON_NULL",
|
|
105384
|
+
"name": null,
|
|
105385
|
+
"ofType": {
|
|
105386
|
+
"kind": "SCALAR",
|
|
105387
|
+
"name": "String",
|
|
105388
|
+
"ofType": null
|
|
105389
|
+
}
|
|
105390
|
+
}
|
|
105391
|
+
},
|
|
105392
|
+
{
|
|
105393
|
+
"args": [],
|
|
105394
|
+
"deprecationReason": null,
|
|
105395
|
+
"description": "List of AWS Private Link regions",
|
|
105396
|
+
"isDeprecated": false,
|
|
105397
|
+
"name": "regions",
|
|
105398
|
+
"type": {
|
|
105399
|
+
"kind": "NON_NULL",
|
|
105400
|
+
"name": null,
|
|
105401
|
+
"ofType": {
|
|
105402
|
+
"kind": "LIST",
|
|
105403
|
+
"name": null,
|
|
105404
|
+
"ofType": {
|
|
105405
|
+
"kind": "OBJECT",
|
|
105406
|
+
"name": "AwsPrivateLinkRegionDetails",
|
|
105407
|
+
"ofType": null
|
|
105408
|
+
}
|
|
105409
|
+
}
|
|
105410
|
+
}
|
|
105411
|
+
}
|
|
105412
|
+
],
|
|
105413
|
+
"inputFields": null,
|
|
105414
|
+
"interfaces": [],
|
|
105415
|
+
"kind": "OBJECT",
|
|
105416
|
+
"name": "AwsPrivateLinkDetails",
|
|
105417
|
+
"possibleTypes": null
|
|
105418
|
+
},
|
|
105419
|
+
{
|
|
105420
|
+
"description": "AWS Private Link region information",
|
|
105421
|
+
"enumValues": null,
|
|
105422
|
+
"fields": [
|
|
105423
|
+
{
|
|
105424
|
+
"args": [],
|
|
105425
|
+
"deprecationReason": null,
|
|
105426
|
+
"description": "AWS Region",
|
|
105427
|
+
"isDeprecated": false,
|
|
105428
|
+
"name": "region",
|
|
105429
|
+
"type": {
|
|
105430
|
+
"kind": "NON_NULL",
|
|
105431
|
+
"name": null,
|
|
105432
|
+
"ofType": {
|
|
105433
|
+
"kind": "SCALAR",
|
|
105434
|
+
"name": "String",
|
|
105435
|
+
"ofType": null
|
|
105436
|
+
}
|
|
105437
|
+
}
|
|
105438
|
+
},
|
|
105439
|
+
{
|
|
105440
|
+
"args": [],
|
|
105441
|
+
"deprecationReason": null,
|
|
105442
|
+
"description": "Connection VPC ID",
|
|
105443
|
+
"isDeprecated": false,
|
|
105444
|
+
"name": "connectionVpcId",
|
|
105445
|
+
"type": {
|
|
105446
|
+
"kind": "NON_NULL",
|
|
105447
|
+
"name": null,
|
|
105448
|
+
"ofType": {
|
|
105449
|
+
"kind": "SCALAR",
|
|
105450
|
+
"name": "String",
|
|
105451
|
+
"ofType": null
|
|
105452
|
+
}
|
|
105453
|
+
}
|
|
105454
|
+
},
|
|
105455
|
+
{
|
|
105456
|
+
"args": [],
|
|
105457
|
+
"deprecationReason": null,
|
|
105458
|
+
"description": "Data Store VPC Endpoint ID",
|
|
105459
|
+
"isDeprecated": false,
|
|
105460
|
+
"name": "dataStoreVpcEndpointId",
|
|
105461
|
+
"type": {
|
|
105462
|
+
"kind": "NON_NULL",
|
|
105463
|
+
"name": null,
|
|
105464
|
+
"ofType": {
|
|
105465
|
+
"kind": "SCALAR",
|
|
105466
|
+
"name": "String",
|
|
105467
|
+
"ofType": null
|
|
105468
|
+
}
|
|
105469
|
+
}
|
|
105470
|
+
},
|
|
105471
|
+
{
|
|
105472
|
+
"args": [],
|
|
105473
|
+
"deprecationReason": null,
|
|
105474
|
+
"description": "Agent VPC Endpoint ID",
|
|
105475
|
+
"isDeprecated": false,
|
|
105476
|
+
"name": "agentVpcEndpointId",
|
|
105477
|
+
"type": {
|
|
105478
|
+
"kind": "NON_NULL",
|
|
105479
|
+
"name": null,
|
|
105480
|
+
"ofType": {
|
|
105481
|
+
"kind": "SCALAR",
|
|
105482
|
+
"name": "String",
|
|
105483
|
+
"ofType": null
|
|
105484
|
+
}
|
|
105485
|
+
}
|
|
105486
|
+
}
|
|
105487
|
+
],
|
|
105488
|
+
"inputFields": null,
|
|
105489
|
+
"interfaces": [],
|
|
105490
|
+
"kind": "OBJECT",
|
|
105491
|
+
"name": "AwsPrivateLinkRegionDetails",
|
|
105492
|
+
"possibleTypes": null
|
|
105493
|
+
},
|
|
105494
|
+
{
|
|
105495
|
+
"description": "Active node information",
|
|
105496
|
+
"enumValues": null,
|
|
105497
|
+
"fields": [
|
|
105498
|
+
{
|
|
105499
|
+
"args": [],
|
|
105500
|
+
"deprecationReason": null,
|
|
105501
|
+
"description": "Node Name",
|
|
105502
|
+
"isDeprecated": false,
|
|
105503
|
+
"name": "name",
|
|
105504
|
+
"type": {
|
|
105505
|
+
"kind": "NON_NULL",
|
|
105506
|
+
"name": null,
|
|
105507
|
+
"ofType": {
|
|
105508
|
+
"kind": "SCALAR",
|
|
105509
|
+
"name": "String",
|
|
105510
|
+
"ofType": null
|
|
105511
|
+
}
|
|
105512
|
+
}
|
|
105513
|
+
},
|
|
105514
|
+
{
|
|
105515
|
+
"args": [],
|
|
105516
|
+
"deprecationReason": null,
|
|
105517
|
+
"description": "Stack ARN",
|
|
105518
|
+
"isDeprecated": false,
|
|
105519
|
+
"name": "stackArn",
|
|
105520
|
+
"type": {
|
|
105521
|
+
"kind": "NON_NULL",
|
|
105522
|
+
"name": null,
|
|
105523
|
+
"ofType": {
|
|
105524
|
+
"kind": "SCALAR",
|
|
105525
|
+
"name": "String",
|
|
105526
|
+
"ofType": null
|
|
105527
|
+
}
|
|
105528
|
+
}
|
|
105529
|
+
},
|
|
105530
|
+
{
|
|
105531
|
+
"args": [],
|
|
105532
|
+
"deprecationReason": null,
|
|
105533
|
+
"description": "Node UUID",
|
|
105534
|
+
"isDeprecated": false,
|
|
105535
|
+
"name": "uuid",
|
|
105536
|
+
"type": {
|
|
105537
|
+
"kind": "NON_NULL",
|
|
105538
|
+
"name": null,
|
|
105539
|
+
"ofType": {
|
|
105540
|
+
"kind": "SCALAR",
|
|
105541
|
+
"name": "UUID",
|
|
105542
|
+
"ofType": null
|
|
105543
|
+
}
|
|
105544
|
+
}
|
|
105545
|
+
},
|
|
105546
|
+
{
|
|
105547
|
+
"args": [],
|
|
105548
|
+
"deprecationReason": null,
|
|
105549
|
+
"description": "Code Version",
|
|
105550
|
+
"isDeprecated": false,
|
|
105551
|
+
"name": "codeVersion",
|
|
105552
|
+
"type": {
|
|
105553
|
+
"kind": "NON_NULL",
|
|
105554
|
+
"name": null,
|
|
105555
|
+
"ofType": {
|
|
105556
|
+
"kind": "SCALAR",
|
|
105557
|
+
"name": "String",
|
|
105558
|
+
"ofType": null
|
|
105559
|
+
}
|
|
105560
|
+
}
|
|
105561
|
+
},
|
|
105562
|
+
{
|
|
105563
|
+
"args": [],
|
|
105564
|
+
"deprecationReason": null,
|
|
105565
|
+
"description": "Template Version",
|
|
105566
|
+
"isDeprecated": false,
|
|
105567
|
+
"name": "templateVersion",
|
|
105568
|
+
"type": {
|
|
105569
|
+
"kind": "NON_NULL",
|
|
105570
|
+
"name": null,
|
|
105571
|
+
"ofType": {
|
|
105572
|
+
"kind": "SCALAR",
|
|
105573
|
+
"name": "String",
|
|
105574
|
+
"ofType": null
|
|
105575
|
+
}
|
|
105576
|
+
}
|
|
105577
|
+
},
|
|
105578
|
+
{
|
|
105579
|
+
"args": [],
|
|
105580
|
+
"deprecationReason": null,
|
|
105581
|
+
"description": "Private CIDR",
|
|
105582
|
+
"isDeprecated": false,
|
|
105583
|
+
"name": "privateCidr",
|
|
105584
|
+
"type": {
|
|
105585
|
+
"kind": "NON_NULL",
|
|
105586
|
+
"name": null,
|
|
105587
|
+
"ofType": {
|
|
105588
|
+
"kind": "LIST",
|
|
105589
|
+
"name": null,
|
|
105590
|
+
"ofType": {
|
|
105591
|
+
"kind": "SCALAR",
|
|
105592
|
+
"name": "String",
|
|
105593
|
+
"ofType": null
|
|
105594
|
+
}
|
|
105595
|
+
}
|
|
105596
|
+
}
|
|
105597
|
+
},
|
|
105598
|
+
{
|
|
105599
|
+
"args": [],
|
|
105600
|
+
"deprecationReason": null,
|
|
105601
|
+
"description": "List of Private IP addresses",
|
|
105602
|
+
"isDeprecated": false,
|
|
105603
|
+
"name": "privateIpAddresses",
|
|
105604
|
+
"type": {
|
|
105605
|
+
"kind": "NON_NULL",
|
|
105606
|
+
"name": null,
|
|
105607
|
+
"ofType": {
|
|
105608
|
+
"kind": "LIST",
|
|
105609
|
+
"name": null,
|
|
105610
|
+
"ofType": {
|
|
105611
|
+
"kind": "SCALAR",
|
|
105612
|
+
"name": "String",
|
|
105613
|
+
"ofType": null
|
|
105614
|
+
}
|
|
105615
|
+
}
|
|
105616
|
+
}
|
|
105617
|
+
}
|
|
105618
|
+
],
|
|
105619
|
+
"inputFields": null,
|
|
105620
|
+
"interfaces": [],
|
|
105621
|
+
"kind": "OBJECT",
|
|
105622
|
+
"name": "ActiveNodeDetails",
|
|
105623
|
+
"possibleTypes": null
|
|
105624
|
+
},
|
|
104708
105625
|
{
|
|
104709
105626
|
"description": "Deployment environment information",
|
|
104710
105627
|
"enumValues": null,
|
pycarlo/lib/schema.py
CHANGED
|
@@ -735,6 +735,17 @@ class AutoOperator(sgqlc.types.Enum):
|
|
|
735
735
|
__choices__ = ("AUTO", "AUTO_HIGH", "AUTO_LOW")
|
|
736
736
|
|
|
737
737
|
|
|
738
|
+
class AwsEnvConfiguration(sgqlc.types.Enum):
|
|
739
|
+
"""Enumeration Choices:
|
|
740
|
+
|
|
741
|
+
* `primary`None
|
|
742
|
+
* `secondary`None
|
|
743
|
+
"""
|
|
744
|
+
|
|
745
|
+
__schema__ = schema
|
|
746
|
+
__choices__ = ("primary", "secondary")
|
|
747
|
+
|
|
748
|
+
|
|
738
749
|
class BiContainerModelType(sgqlc.types.Enum):
|
|
739
750
|
"""Enumeration Choices:
|
|
740
751
|
|
|
@@ -11800,6 +11811,47 @@ class AccountUsageObject(sgqlc.types.Type):
|
|
|
11800
11811
|
"""Timestamp of the usage record."""
|
|
11801
11812
|
|
|
11802
11813
|
|
|
11814
|
+
class ActiveNodeDetails(sgqlc.types.Type):
|
|
11815
|
+
"""Active node information"""
|
|
11816
|
+
|
|
11817
|
+
__schema__ = schema
|
|
11818
|
+
__field_names__ = (
|
|
11819
|
+
"name",
|
|
11820
|
+
"stack_arn",
|
|
11821
|
+
"uuid",
|
|
11822
|
+
"code_version",
|
|
11823
|
+
"template_version",
|
|
11824
|
+
"private_cidr",
|
|
11825
|
+
"private_ip_addresses",
|
|
11826
|
+
)
|
|
11827
|
+
name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="name")
|
|
11828
|
+
"""Node Name"""
|
|
11829
|
+
|
|
11830
|
+
stack_arn = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="stackArn")
|
|
11831
|
+
"""Stack ARN"""
|
|
11832
|
+
|
|
11833
|
+
uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="uuid")
|
|
11834
|
+
"""Node UUID"""
|
|
11835
|
+
|
|
11836
|
+
code_version = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="codeVersion")
|
|
11837
|
+
"""Code Version"""
|
|
11838
|
+
|
|
11839
|
+
template_version = sgqlc.types.Field(
|
|
11840
|
+
sgqlc.types.non_null(String), graphql_name="templateVersion"
|
|
11841
|
+
)
|
|
11842
|
+
"""Template Version"""
|
|
11843
|
+
|
|
11844
|
+
private_cidr = sgqlc.types.Field(
|
|
11845
|
+
sgqlc.types.non_null(sgqlc.types.list_of(String)), graphql_name="privateCidr"
|
|
11846
|
+
)
|
|
11847
|
+
"""Private CIDR"""
|
|
11848
|
+
|
|
11849
|
+
private_ip_addresses = sgqlc.types.Field(
|
|
11850
|
+
sgqlc.types.non_null(sgqlc.types.list_of(String)), graphql_name="privateIpAddresses"
|
|
11851
|
+
)
|
|
11852
|
+
"""List of Private IP addresses"""
|
|
11853
|
+
|
|
11854
|
+
|
|
11803
11855
|
class AddAllowListEntry(sgqlc.types.Type):
|
|
11804
11856
|
__schema__ = schema
|
|
11805
11857
|
__field_names__ = ("success", "project_name", "dataset")
|
|
@@ -13298,6 +13350,82 @@ class AwsAgentUpgradeLogEntry(sgqlc.types.Type):
|
|
|
13298
13350
|
"""Resource type, for example: 'AWS::Lambda::Function'."""
|
|
13299
13351
|
|
|
13300
13352
|
|
|
13353
|
+
class AwsInformation(sgqlc.types.Type):
|
|
13354
|
+
"""AWS information"""
|
|
13355
|
+
|
|
13356
|
+
__schema__ = schema
|
|
13357
|
+
__field_names__ = (
|
|
13358
|
+
"account_id",
|
|
13359
|
+
"region",
|
|
13360
|
+
"secondary_region",
|
|
13361
|
+
"is_secondary",
|
|
13362
|
+
"env_configuration",
|
|
13363
|
+
)
|
|
13364
|
+
account_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="accountId")
|
|
13365
|
+
"""AWS Account ID"""
|
|
13366
|
+
|
|
13367
|
+
region = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="region")
|
|
13368
|
+
"""AWS Region"""
|
|
13369
|
+
|
|
13370
|
+
secondary_region = sgqlc.types.Field(String, graphql_name="secondaryRegion")
|
|
13371
|
+
"""AWS Secondary Region"""
|
|
13372
|
+
|
|
13373
|
+
is_secondary = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name="isSecondary")
|
|
13374
|
+
"""Is this the Secondary Region?"""
|
|
13375
|
+
|
|
13376
|
+
env_configuration = sgqlc.types.Field(
|
|
13377
|
+
sgqlc.types.non_null(AwsEnvConfiguration), graphql_name="envConfiguration"
|
|
13378
|
+
)
|
|
13379
|
+
"""Active AWS Environment Configuration"""
|
|
13380
|
+
|
|
13381
|
+
|
|
13382
|
+
class AwsPrivateLinkDetails(sgqlc.types.Type):
|
|
13383
|
+
"""AWS Private Link information"""
|
|
13384
|
+
|
|
13385
|
+
__schema__ = schema
|
|
13386
|
+
__field_names__ = ("account_id", "mcd_principal", "regions")
|
|
13387
|
+
account_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="accountId")
|
|
13388
|
+
"""AWS Account ID"""
|
|
13389
|
+
|
|
13390
|
+
mcd_principal = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="mcdPrincipal")
|
|
13391
|
+
"""MCD Principal"""
|
|
13392
|
+
|
|
13393
|
+
regions = sgqlc.types.Field(
|
|
13394
|
+
sgqlc.types.non_null(sgqlc.types.list_of("AwsPrivateLinkRegionDetails")),
|
|
13395
|
+
graphql_name="regions",
|
|
13396
|
+
)
|
|
13397
|
+
"""List of AWS Private Link regions"""
|
|
13398
|
+
|
|
13399
|
+
|
|
13400
|
+
class AwsPrivateLinkRegionDetails(sgqlc.types.Type):
|
|
13401
|
+
"""AWS Private Link region information"""
|
|
13402
|
+
|
|
13403
|
+
__schema__ = schema
|
|
13404
|
+
__field_names__ = (
|
|
13405
|
+
"region",
|
|
13406
|
+
"connection_vpc_id",
|
|
13407
|
+
"data_store_vpc_endpoint_id",
|
|
13408
|
+
"agent_vpc_endpoint_id",
|
|
13409
|
+
)
|
|
13410
|
+
region = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="region")
|
|
13411
|
+
"""AWS Region"""
|
|
13412
|
+
|
|
13413
|
+
connection_vpc_id = sgqlc.types.Field(
|
|
13414
|
+
sgqlc.types.non_null(String), graphql_name="connectionVpcId"
|
|
13415
|
+
)
|
|
13416
|
+
"""Connection VPC ID"""
|
|
13417
|
+
|
|
13418
|
+
data_store_vpc_endpoint_id = sgqlc.types.Field(
|
|
13419
|
+
sgqlc.types.non_null(String), graphql_name="dataStoreVpcEndpointId"
|
|
13420
|
+
)
|
|
13421
|
+
"""Data Store VPC Endpoint ID"""
|
|
13422
|
+
|
|
13423
|
+
agent_vpc_endpoint_id = sgqlc.types.Field(
|
|
13424
|
+
sgqlc.types.non_null(String), graphql_name="agentVpcEndpointId"
|
|
13425
|
+
)
|
|
13426
|
+
"""Agent VPC Endpoint ID"""
|
|
13427
|
+
|
|
13428
|
+
|
|
13301
13429
|
class AzureAgentCleanupTasks(sgqlc.types.Type):
|
|
13302
13430
|
__schema__ = schema
|
|
13303
13431
|
__field_names__ = ("deleted_instances",)
|
|
@@ -13439,6 +13567,21 @@ class AzureDevopsSourceSelection(sgqlc.types.Type):
|
|
|
13439
13567
|
repository_id = sgqlc.types.Field(String, graphql_name="repositoryId")
|
|
13440
13568
|
|
|
13441
13569
|
|
|
13570
|
+
class AzureInformation(sgqlc.types.Type):
|
|
13571
|
+
"""Azure information"""
|
|
13572
|
+
|
|
13573
|
+
__schema__ = schema
|
|
13574
|
+
__field_names__ = ("subscription_id", "primary_region", "secondary_region")
|
|
13575
|
+
subscription_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="subscriptionId")
|
|
13576
|
+
"""Azure Subscription ID"""
|
|
13577
|
+
|
|
13578
|
+
primary_region = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="primaryRegion")
|
|
13579
|
+
"""Azure Region"""
|
|
13580
|
+
|
|
13581
|
+
secondary_region = sgqlc.types.Field(String, graphql_name="secondaryRegion")
|
|
13582
|
+
"""Azure Secondary Region"""
|
|
13583
|
+
|
|
13584
|
+
|
|
13442
13585
|
class BiContainer(sgqlc.types.Type):
|
|
13443
13586
|
__schema__ = schema
|
|
13444
13587
|
__field_names__ = ("id", "account", "uuid", "data_collector", "type", "name", "connections")
|
|
@@ -14492,6 +14635,22 @@ class CollectionDataSetEdge(sgqlc.types.Type):
|
|
|
14492
14635
|
"""A cursor for use in pagination"""
|
|
14493
14636
|
|
|
14494
14637
|
|
|
14638
|
+
class CollectionDetails(sgqlc.types.Type):
|
|
14639
|
+
"""Collection platform information"""
|
|
14640
|
+
|
|
14641
|
+
__schema__ = schema
|
|
14642
|
+
__field_names__ = ("private_link_details", "active_node_details")
|
|
14643
|
+
private_link_details = sgqlc.types.Field(
|
|
14644
|
+
"PrivateLinkDetails", graphql_name="privateLinkDetails"
|
|
14645
|
+
)
|
|
14646
|
+
"""Private Link information"""
|
|
14647
|
+
|
|
14648
|
+
active_node_details = sgqlc.types.Field(
|
|
14649
|
+
sgqlc.types.list_of(ActiveNodeDetails), graphql_name="activeNodeDetails"
|
|
14650
|
+
)
|
|
14651
|
+
"""List of active nodes"""
|
|
14652
|
+
|
|
14653
|
+
|
|
14495
14654
|
class CollectionNode(sgqlc.types.Type):
|
|
14496
14655
|
__schema__ = schema
|
|
14497
14656
|
__field_names__ = ("id", "status", "stack_arn", "assigned_on", "resources")
|
|
@@ -20965,6 +21124,56 @@ class HolidayName(sgqlc.types.Type):
|
|
|
20965
21124
|
"""Textual description of when the holiday occurs"""
|
|
20966
21125
|
|
|
20967
21126
|
|
|
21127
|
+
class HostingDomainDetails(sgqlc.types.Type):
|
|
21128
|
+
"""Hosting domain information"""
|
|
21129
|
+
|
|
21130
|
+
__schema__ = schema
|
|
21131
|
+
__field_names__ = ("ui", "api", "integrations")
|
|
21132
|
+
ui = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="ui")
|
|
21133
|
+
"""Frontend URL"""
|
|
21134
|
+
|
|
21135
|
+
api = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="api")
|
|
21136
|
+
"""GraphQL API URL"""
|
|
21137
|
+
|
|
21138
|
+
integrations = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="integrations")
|
|
21139
|
+
"""Integrations Gateway URL"""
|
|
21140
|
+
|
|
21141
|
+
|
|
21142
|
+
class HostingInformation(sgqlc.types.Type):
|
|
21143
|
+
"""Hosting information"""
|
|
21144
|
+
|
|
21145
|
+
__schema__ = schema
|
|
21146
|
+
__field_names__ = (
|
|
21147
|
+
"domain_details",
|
|
21148
|
+
"login_details",
|
|
21149
|
+
"infrastructure_details",
|
|
21150
|
+
"network_details",
|
|
21151
|
+
"collection_details",
|
|
21152
|
+
)
|
|
21153
|
+
domain_details = sgqlc.types.Field(
|
|
21154
|
+
sgqlc.types.non_null(HostingDomainDetails), graphql_name="domainDetails"
|
|
21155
|
+
)
|
|
21156
|
+
"""Hosting domain information"""
|
|
21157
|
+
|
|
21158
|
+
login_details = sgqlc.types.Field(
|
|
21159
|
+
sgqlc.types.non_null("LoginDetails"), graphql_name="loginDetails"
|
|
21160
|
+
)
|
|
21161
|
+
"""Login information"""
|
|
21162
|
+
|
|
21163
|
+
infrastructure_details = sgqlc.types.Field(
|
|
21164
|
+
sgqlc.types.non_null("InfrastructureDetails"), graphql_name="infrastructureDetails"
|
|
21165
|
+
)
|
|
21166
|
+
"""Infrastructure information"""
|
|
21167
|
+
|
|
21168
|
+
network_details = sgqlc.types.Field(
|
|
21169
|
+
sgqlc.types.non_null("NetworkDetails"), graphql_name="networkDetails"
|
|
21170
|
+
)
|
|
21171
|
+
"""Network information"""
|
|
21172
|
+
|
|
21173
|
+
collection_details = sgqlc.types.Field(CollectionDetails, graphql_name="collectionDetails")
|
|
21174
|
+
"""Collection platform information"""
|
|
21175
|
+
|
|
21176
|
+
|
|
20968
21177
|
class IncidentCategoryCount(sgqlc.types.Type):
|
|
20969
21178
|
__schema__ = schema
|
|
20970
21179
|
__field_names__ = ("incident_category", "category_count")
|
|
@@ -21302,6 +21511,29 @@ class IndexedFieldSpecType(sgqlc.types.Type):
|
|
|
21302
21511
|
)
|
|
21303
21512
|
|
|
21304
21513
|
|
|
21514
|
+
class InfrastructureDetails(sgqlc.types.Type):
|
|
21515
|
+
"""Infrastructure information"""
|
|
21516
|
+
|
|
21517
|
+
__schema__ = schema
|
|
21518
|
+
__field_names__ = ("cloud_designation", "tenant_id", "hosting_type", "aws", "azure")
|
|
21519
|
+
cloud_designation = sgqlc.types.Field(
|
|
21520
|
+
sgqlc.types.non_null(String), graphql_name="cloudDesignation"
|
|
21521
|
+
)
|
|
21522
|
+
"""Cloud Designation"""
|
|
21523
|
+
|
|
21524
|
+
tenant_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="tenantId")
|
|
21525
|
+
"""Tenant ID"""
|
|
21526
|
+
|
|
21527
|
+
hosting_type = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="hostingType")
|
|
21528
|
+
"""Environment Hosting Type"""
|
|
21529
|
+
|
|
21530
|
+
aws = sgqlc.types.Field(sgqlc.types.non_null(AwsInformation), graphql_name="aws")
|
|
21531
|
+
"""AWS information"""
|
|
21532
|
+
|
|
21533
|
+
azure = sgqlc.types.Field(AzureInformation, graphql_name="azure")
|
|
21534
|
+
"""Azure information"""
|
|
21535
|
+
|
|
21536
|
+
|
|
21305
21537
|
class Insight(sgqlc.types.Type):
|
|
21306
21538
|
"""Available data on a specific element of the system created by DS"""
|
|
21307
21539
|
|
|
@@ -22837,6 +23069,15 @@ class ListTagsOutput(sgqlc.types.Type):
|
|
|
22837
23069
|
"""Tags list."""
|
|
22838
23070
|
|
|
22839
23071
|
|
|
23072
|
+
class LoginDetails(sgqlc.types.Type):
|
|
23073
|
+
"""Login information"""
|
|
23074
|
+
|
|
23075
|
+
__schema__ = schema
|
|
23076
|
+
__field_names__ = ("sso",)
|
|
23077
|
+
sso = sgqlc.types.Field(sgqlc.types.non_null("SsoDetails"), graphql_name="sso")
|
|
23078
|
+
"""SSO information"""
|
|
23079
|
+
|
|
23080
|
+
|
|
22840
23081
|
class LogsIntegrationOutput(sgqlc.types.Type):
|
|
22841
23082
|
"""A Logs integration (for monitor execution logging)"""
|
|
22842
23083
|
|
|
@@ -40625,6 +40866,40 @@ class NestedHighlightSnippets(sgqlc.types.Type):
|
|
|
40625
40866
|
"""Highlighted snippet of inner hit"""
|
|
40626
40867
|
|
|
40627
40868
|
|
|
40869
|
+
class NetworkDetails(sgqlc.types.Type):
|
|
40870
|
+
"""Network information"""
|
|
40871
|
+
|
|
40872
|
+
__schema__ = schema
|
|
40873
|
+
__field_names__ = (
|
|
40874
|
+
"collection_public_ip_addresses",
|
|
40875
|
+
"saas_public_ip_addresses",
|
|
40876
|
+
"external_webhook_public_ip_addresses",
|
|
40877
|
+
"data_platform_public_ip_addresses",
|
|
40878
|
+
)
|
|
40879
|
+
collection_public_ip_addresses = sgqlc.types.Field(
|
|
40880
|
+
sgqlc.types.non_null(sgqlc.types.list_of(String)),
|
|
40881
|
+
graphql_name="collectionPublicIpAddresses",
|
|
40882
|
+
)
|
|
40883
|
+
"""List of public IP addresses used by the collection platform"""
|
|
40884
|
+
|
|
40885
|
+
saas_public_ip_addresses = sgqlc.types.Field(
|
|
40886
|
+
sgqlc.types.non_null(sgqlc.types.list_of(String)), graphql_name="saasPublicIpAddresses"
|
|
40887
|
+
)
|
|
40888
|
+
"""List of public IP addresses used by the SaaS platform"""
|
|
40889
|
+
|
|
40890
|
+
external_webhook_public_ip_addresses = sgqlc.types.Field(
|
|
40891
|
+
sgqlc.types.non_null(sgqlc.types.list_of(String)),
|
|
40892
|
+
graphql_name="externalWebhookPublicIpAddresses",
|
|
40893
|
+
)
|
|
40894
|
+
"""List of public IP addresses used by the webhooks"""
|
|
40895
|
+
|
|
40896
|
+
data_platform_public_ip_addresses = sgqlc.types.Field(
|
|
40897
|
+
sgqlc.types.non_null(sgqlc.types.list_of(String)),
|
|
40898
|
+
graphql_name="dataPlatformPublicIpAddresses",
|
|
40899
|
+
)
|
|
40900
|
+
"""List of public IP addresses used by the data platform"""
|
|
40901
|
+
|
|
40902
|
+
|
|
40628
40903
|
class NextPageInfo(sgqlc.types.Type):
|
|
40629
40904
|
__schema__ = schema
|
|
40630
40905
|
__field_names__ = ("has_next_page", "end_cursor")
|
|
@@ -41962,6 +42237,15 @@ class PrimaryRcaData(sgqlc.types.Type):
|
|
|
41962
42237
|
rca_uuid = sgqlc.types.Field(UUID, graphql_name="rcaUuid")
|
|
41963
42238
|
|
|
41964
42239
|
|
|
42240
|
+
class PrivateLinkDetails(sgqlc.types.Type):
|
|
42241
|
+
"""Private Link information"""
|
|
42242
|
+
|
|
42243
|
+
__schema__ = schema
|
|
42244
|
+
__field_names__ = ("aws",)
|
|
42245
|
+
aws = sgqlc.types.Field(sgqlc.types.non_null(AwsPrivateLinkDetails), graphql_name="aws")
|
|
42246
|
+
"""AWS Private Link information"""
|
|
42247
|
+
|
|
42248
|
+
|
|
41965
42249
|
class ProjectAllowType(sgqlc.types.Type):
|
|
41966
42250
|
__schema__ = schema
|
|
41967
42251
|
__field_names__ = ("project_name", "datasets")
|
|
@@ -42255,6 +42539,7 @@ class Query(sgqlc.types.Type):
|
|
|
42255
42539
|
"get_dbt_job_executions",
|
|
42256
42540
|
"get_exec_dashboard_metrics",
|
|
42257
42541
|
"get_exec_dashboard_tables",
|
|
42542
|
+
"get_hosting_info",
|
|
42258
42543
|
"get_deployment_info",
|
|
42259
42544
|
"get_custom_users",
|
|
42260
42545
|
"get_unified_users",
|
|
@@ -47347,9 +47632,34 @@ class Query(sgqlc.types.Type):
|
|
|
47347
47632
|
* `audience_ids` (`[UUID]`): Audience UUIDs.
|
|
47348
47633
|
"""
|
|
47349
47634
|
|
|
47350
|
-
|
|
47351
|
-
|
|
47635
|
+
get_hosting_info = sgqlc.types.Field(
|
|
47636
|
+
HostingInformation,
|
|
47637
|
+
graphql_name="getHostingInfo",
|
|
47638
|
+
args=sgqlc.types.ArgDict(
|
|
47639
|
+
(
|
|
47640
|
+
(
|
|
47641
|
+
"env_configuration",
|
|
47642
|
+
sgqlc.types.Arg(
|
|
47643
|
+
AwsEnvConfiguration, graphql_name="envConfiguration", default=None
|
|
47644
|
+
),
|
|
47645
|
+
),
|
|
47646
|
+
)
|
|
47647
|
+
),
|
|
47648
|
+
)
|
|
47649
|
+
"""(general availability) Get the current hosting environment
|
|
47352
47650
|
information for the current authorized user
|
|
47651
|
+
|
|
47652
|
+
Arguments:
|
|
47653
|
+
|
|
47654
|
+
* `env_configuration` (`AwsEnvConfiguration`): Type of env
|
|
47655
|
+
configuration to get the hosting information for
|
|
47656
|
+
(primary/secondary). If not specified, primary is assumed
|
|
47657
|
+
"""
|
|
47658
|
+
|
|
47659
|
+
get_deployment_info = sgqlc.types.Field(DeploymentInfo, graphql_name="getDeploymentInfo")
|
|
47660
|
+
"""(general availability) DEPRECATED. Get the current deployment
|
|
47661
|
+
environment information for the current authorized
|
|
47662
|
+
user
|
|
47353
47663
|
"""
|
|
47354
47664
|
|
|
47355
47665
|
get_custom_users = sgqlc.types.Field(
|
|
@@ -60102,6 +60412,18 @@ class SqlQueryTable(sgqlc.types.Type):
|
|
|
60102
60412
|
"""MCONs of the table"""
|
|
60103
60413
|
|
|
60104
60414
|
|
|
60415
|
+
class SsoDetails(sgqlc.types.Type):
|
|
60416
|
+
"""SSO information"""
|
|
60417
|
+
|
|
60418
|
+
__schema__ = schema
|
|
60419
|
+
__field_names__ = ("entity_id", "sso_url")
|
|
60420
|
+
entity_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="entityId")
|
|
60421
|
+
"""SSO Entity ID"""
|
|
60422
|
+
|
|
60423
|
+
sso_url = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="ssoUrl")
|
|
60424
|
+
"""ACS endpoint URL / SSO URL"""
|
|
60425
|
+
|
|
60426
|
+
|
|
60105
60427
|
class StartDatabricksCluster(sgqlc.types.Type):
|
|
60106
60428
|
"""Start Databricks Cluster."""
|
|
60107
60429
|
|
|
@@ -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=QB6jjG2OnaqXJ32SeLydo_t2PuKsXL34X5Rp74Y1CB8,6005210
|
|
39
|
+
pycarlo/lib/schema.py,sha256=ik2h44dmoIeBcdE0c9r3ke5TjH-BJXD0PfCRc3CynXQ,2593114
|
|
40
|
+
pycarlo-0.10.76.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.76.dist-info/METADATA,sha256=AsTbBNe-uYB4b1p6lnVo5DjMEsnySZhKHEazhA1hk8k,8741
|
|
42
|
+
pycarlo-0.10.76.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.76.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.76.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|