catocli 2.1.4__py3-none-any.whl → 2.1.6__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 catocli might be problematic. Click here for more details.
- catocli/Utils/clidriver.py +10 -8
- catocli/Utils/cliutils.py +45 -4
- catocli/__init__.py +2 -2
- catocli/clisettings.json +35 -0
- catocli/parsers/custom/export_sites/__init__.py +14 -3
- catocli/parsers/custom/export_sites/export_sites.py +635 -5
- catocli/parsers/custom/import_sites_to_tf/__init__.py +44 -16
- catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +732 -395
- catocli/parsers/mutation_licensing/__init__.py +24 -0
- catocli/parsers/mutation_licensing_updateCommercialLicense/README.md +19 -0
- catocli/parsers/mutation_policy/__init__.py +509 -509
- catocli/parsers/query_devices/README.md +1 -1
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_policy/__init__.py +55 -55
- {catocli-2.1.4.dist-info → catocli-2.1.6.dist-info}/METADATA +1 -1
- {catocli-2.1.4.dist-info → catocli-2.1.6.dist-info}/RECORD +25 -21
- models/mutation.licensing.updateCommercialLicense.json +931 -0
- models/query.devices.json +199 -60
- models/query.events.json +216 -0
- models/query.eventsFeed.json +48 -0
- models/query.eventsTimeSeries.json +144 -0
- {catocli-2.1.4.dist-info → catocli-2.1.6.dist-info}/WHEEL +0 -0
- {catocli-2.1.4.dist-info → catocli-2.1.6.dist-info}/entry_points.txt +0 -0
- {catocli-2.1.4.dist-info → catocli-2.1.6.dist-info}/licenses/LICENSE +0 -0
- {catocli-2.1.4.dist-info → catocli-2.1.6.dist-info}/top_level.txt +0 -0
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
`catocli query devices "$(cat < query.devices.json)"`
|
|
12
12
|
|
|
13
|
-
`catocli query devices '{"deviceAttributeCatalogInput":{"pagingInput":{"from":1,"limit":1},"sortOrderInput":{"direction":"ASC","priority":1},"stringFilterInput":{"eq":"string","in":["string1","string2"],"neq":"string","nin":["string1","string2"]}},"deviceV2Input":{"deviceSortInput":{"category":{"direction":"ASC","priority":1},"confidence":{"direction":"ASC","priority":1},"firstSeen":{"direction":"ASC","priority":1},"hw":{"manufacturer":{"direction":"ASC","priority":1},"model":{"direction":"ASC","priority":1},"type":{"direction":"ASC","priority":1}},"id":{"direction":"ASC","priority":1},"ip":{"direction":"ASC","priority":1},"lastSeen":{"direction":"ASC","priority":1},"name":{"direction":"ASC","priority":1},"network":{"networkName":{"direction":"ASC","priority":1},"subnet":{"direction":"ASC","priority":1}},"nic":{"macAddress":{"direction":"ASC","priority":1},"vendor":{"direction":"ASC","priority":1}},"os":{"product":{"direction":"ASC","priority":1},"vendor":{"direction":"ASC","priority":1},"version":{"direction":"ASC","priority":1}},"riskScore":{"direction":"ASC","priority":1},"site":{"id":{"direction":"ASC","priority":1},"name":{"direction":"ASC","priority":1}},"user":{"id":{"direction":"ASC","priority":1},"name":{"direction":"ASC","priority":1}}},"deviceV2FilterInput":{"category":{"eq":"string","in":["string1","string2"],"neq":"string","nin":["string1","string2"]},"confidence":{"eq":"LOW","in":"LOW","neq":"LOW","nin":"LOW"},"firstSeen":{"between":["example1","example2"],"eq":"example_value","gt":"example_value","gte":"example_value","in":["example1","example2"],"lt":"example_value","lte":"example_value","neq":"example_value","nin":["example1","example2"]},"hw":{"manufacturer":{"eq":"string","in":["string1","string2"],"neq":"string","nin":["string1","string2"]},"model":{"eq":"string","in":["string1","string2"],"neq":"string","nin":["string1","string2"]},"type":{"eq":"string","in":["string1","string2"],"neq":"string","nin":["string1","string2"]}},"id":{"eq":"id","in":["id1","id2"],"neq":"id","nin":["id1","id2"]},"
|
|
13
|
+
`catocli query devices '{"deviceAttributeCatalogInput":{"pagingInput":{"from":1,"limit":1},"sortOrderInput":{"direction":"ASC","priority":1},"stringFilterInput":{"eq":"string","in":["string1","string2"],"neq":"string","nin":["string1","string2"]}},"deviceV2Input":{"deviceSortInput":{"category":{"direction":"ASC","priority":1},"confidence":{"direction":"ASC","priority":1},"firstSeen":{"direction":"ASC","priority":1},"hw":{"manufacturer":{"direction":"ASC","priority":1},"model":{"direction":"ASC","priority":1},"type":{"direction":"ASC","priority":1}},"id":{"direction":"ASC","priority":1},"ip":{"direction":"ASC","priority":1},"lastSeen":{"direction":"ASC","priority":1},"name":{"direction":"ASC","priority":1},"network":{"networkName":{"direction":"ASC","priority":1},"subnet":{"direction":"ASC","priority":1}},"nic":{"macAddress":{"direction":"ASC","priority":1},"vendor":{"direction":"ASC","priority":1}},"os":{"product":{"direction":"ASC","priority":1},"vendor":{"direction":"ASC","priority":1},"version":{"direction":"ASC","priority":1}},"riskScore":{"direction":"ASC","priority":1},"site":{"id":{"direction":"ASC","priority":1},"name":{"direction":"ASC","priority":1}},"user":{"id":{"direction":"ASC","priority":1},"name":{"direction":"ASC","priority":1}}},"deviceV2FilterInput":{"category":{"eq":"string","in":["string1","string2"],"neq":"string","nin":["string1","string2"]},"confidence":{"eq":"LOW","in":"LOW","neq":"LOW","nin":"LOW"},"firstSeen":{"between":["example1","example2"],"eq":"example_value","gt":"example_value","gte":"example_value","in":["example1","example2"],"lt":"example_value","lte":"example_value","neq":"example_value","nin":["example1","example2"]},"hw":{"manufacturer":{"eq":"string","in":["string1","string2"],"neq":"string","nin":["string1","string2"]},"model":{"eq":"string","in":["string1","string2"],"neq":"string","nin":["string1","string2"]},"type":{"eq":"string","in":["string1","string2"],"neq":"string","nin":["string1","string2"]}},"id":{"eq":"id","in":["id1","id2"],"neq":"id","nin":["id1","id2"]},"ipAddress":{"between":["example1","example2"],"eq":"example_value","in":["example1","example2"],"neq":"example_value","nin":["example1","example2"],"nwithin":"example_value","within":"example_value"},"isManaged":{"eq":true,"neq":true},"lastSeen":{"between":["example1","example2"],"eq":"example_value","gt":"example_value","gte":"example_value","in":["example1","example2"],"lt":"example_value","lte":"example_value","neq":"example_value","nin":["example1","example2"]},"name":{"eq":"string","in":["string1","string2"],"neq":"string","nin":["string1","string2"]},"network":{"networkName":{"eq":"string","in":["string1","string2"],"neq":"string","nin":["string1","string2"]},"subnet":{"eq":"string","in":["string1","string2"],"neq":"string","nin":["string1","string2"]}},"nic":{"macAddress":{"eq":"example_value","in":["example1","example2"],"neq":"example_value","nin":["example1","example2"]},"vendor":{"eq":"string","in":["string1","string2"],"neq":"string","nin":["string1","string2"]}},"os":{"product":{"eq":"string","in":["string1","string2"],"neq":"string","nin":["string1","string2"]},"vendor":{"eq":"string","in":["string1","string2"],"neq":"string","nin":["string1","string2"]},"version":{"eq":"string","in":["string1","string2"],"neq":"string","nin":["string1","string2"]}},"riskScore":{"between":[1,2],"eq":1,"gt":1,"gte":1,"in":[1,2],"lt":1,"lte":1,"neq":1,"nin":[1,2]},"site":{"eq":{"by":"ID","input":"string"},"in":{"by":"ID","input":"string"},"neq":{"by":"ID","input":"string"},"nin":{"by":"ID","input":"string"}},"user":{"eq":{"by":"ID","input":"string"},"in":{"by":"ID","input":"string"},"neq":{"by":"ID","input":"string"},"nin":{"by":"ID","input":"string"}}},"pagingInput":{"from":1,"limit":1}},"jobId":"id","sortOrderInput":{"direction":"ASC","priority":1}}'`
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
#### Operation Arguments for query.devices ####
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
|
|
18
18
|
`accountIDs` [ID[]] - (required) List of Unique Account Identifiers.
|
|
19
19
|
`eventFeedFieldFilterInput` [EventFeedFieldFilterInput[]] - (required) N/A
|
|
20
|
-
`fieldNames` [EventFieldName[]] - (required) N/A Default Value: ['access_method', 'account_id', 'action', 'actions_taken', 'ad_name', 'alert_id', 'always_on_configuration', 'analyst_verdict', 'api_name', 'api_type', 'app_activity', 'app_activity_category', 'app_activity_type', 'app_stack', 'application_id', 'application_name', 'application_risk', 'auth_method', 'authentication_type', 'bgp_cato_asn', 'bgp_cato_ip', 'bgp_error_code', 'bgp_peer_asn', 'bgp_peer_ip', 'bgp_route_cidr', 'bgp_suberror_code', 'bypass_duration_sec', 'bypass_method', 'bypass_reason', 'categories', 'cato_app', 'classification', 'client_cert_expires', 'client_cert_name', 'client_class', 'client_version', 'collaborator_name', 'collaborators', 'confidence_level', 'configured_host_name', 'congestion_algorithm', 'connect_on_boot', 'connection_origin', 'connector_name', 'connector_status', 'connector_type', 'container_name', 'correlation_id', 'criticality', 'custom_category_id', 'custom_category_name', 'dest_country', 'dest_country_code', 'dest_group_id', 'dest_group_name', 'dest_ip', 'dest_is_site_or_vpn', 'dest_pid', 'dest_port', 'dest_process_cmdline', 'dest_process_parent_path', 'dest_process_parent_pid', 'dest_process_path', 'dest_site_id', 'dest_site_name', 'detection_name', 'detection_stage', 'device_categories', 'device_certificate', 'device_id', 'device_manufacturer', 'device_model', 'device_name', 'device_os_type', 'device_posture_profile', 'device_type', 'directory_host_name', 'directory_ip', 'directory_sync_result', 'directory_sync_type', 'disinfect_result', 'dlp_fail_mode', 'dlp_profiles', 'dlp_scan_types', 'dns_protection_category', 'dns_query', 'domain_name', 'egress_pop_name', 'egress_site_name', 'email_subject', 'endpoint_id', 'engine_type', 'epp_engine_type', 'epp_profile', 'event_count', 'event_id', 'event_message', 'event_sub_type', 'event_type', 'failure_reason', 'file_hash', 'file_name', 'file_operation', 'file_size', 'file_type', 'final_object_status', 'flows_cardinality', 'full_path_url', 'guest_user', 'host_ip', 'host_mac', 'http_request_method', 'incident_aggregation', 'incident_id', 'indication', 'indicator', 'initial_object_status', 'internalId', 'ip_protocol', 'is_admin', 'is_admin_activity', 'is_compliant', 'is_managed', 'is_sanctioned_app', 'is_sinkhole', 'ISP_name', 'key_name', 'labels', 'link_health_is_congested', 'link_health_jitter', 'link_health_latency', 'link_health_pkt_loss', 'link_type', 'logged_in_user', 'login_type', 'matched_data_types', 'mitre_attack_subtechniques', 'mitre_attack_tactics', 'mitre_attack_techniques', 'network_access', 'network_rule', 'notification_api_error', 'notification_description', 'object_id', 'object_name', 'object_type', 'office_mode', 'os_type', 'os_version', 'out_of_band_access', 'owner', 'pac_file', 'parent_connector_name', 'pop_name', 'precedence', 'processes_count', 'producer', 'projects', 'prompt_action', 'provider_name', 'public_ip', 'qos_priority', 'qos_reported_time', 'quarantine_folder_path', 'quarantine_uuid', 'raw_data', 'recommended_actions', 'reference_url', 'referer_url', 'region_name', 'registration_code', 'resource_id', 'risk_level', 'rule_id', 'rule_name', 'severity', 'sharing_scope', 'sign_in_event_types', 'signature_id', 'socket_interface', 'socket_interface_id', 'socket_new_version', 'socket_old_version', 'socket_reset', 'socket_role', 'socket_serial', 'socket_version', 'split_tunnel_configuration', 'src_country', 'src_country_code', 'src_ip', 'src_is_site_or_vpn', 'src_isp_ip', 'src_pid', 'src_port', 'src_process_cmdline', 'src_process_parent_path', 'src_process_parent_pid', 'src_process_path', 'src_site_id', 'src_site_name', 'static_host', 'status', 'story_id', 'subnet_name', 'subscription_name', 'targets_cardinality', 'tcp_acceleration', 'tenant_id', 'tenant_name', 'tenant_restriction_rule_name', 'threat_confidence', 'threat_name', 'threat_reference', 'threat_score', 'threat_type', 'threat_verdict', 'time', 'time_str', 'title', 'tls_certificate_error', 'tls_error_description', 'tls_error_type', 'tls_inspection', 'tls_rule_name', 'tls_version', 'traffic_direction', 'translated_client_ip', 'translated_server_ip', 'trigger', 'trust_type', 'trusted_networks', 'tunnel_ip_protocol', 'tunnel_protocol', 'upgrade_end_time', 'upgrade_initiated_by', 'upgrade_start_time', 'url', 'user_agent', 'user_awareness_method', 'user_id', 'user_name', 'user_reference_id', 'user_risk_level', 'vendor', 'vendor_collaborator_id', 'vendor_device_id', 'vendor_device_name', 'vendor_event_id', 'vendor_user_id', 'visible_device_id', 'vpn_lan_access', 'vpn_user_email', 'windows_domain_name', 'xff']
|
|
20
|
+
`fieldNames` [EventFieldName[]] - (required) N/A Default Value: ['access_method', 'account_id', 'action', 'actions_taken', 'ad_name', 'alert_id', 'always_on_configuration', 'analyst_verdict', 'api_name', 'api_type', 'app_activity', 'app_activity_category', 'app_activity_type', 'app_stack', 'application_id', 'application_name', 'application_risk', 'auth_method', 'authentication_type', 'bgp_cato_asn', 'bgp_cato_ip', 'bgp_error_code', 'bgp_peer_asn', 'bgp_peer_ip', 'bgp_route_cidr', 'bgp_suberror_code', 'bypass_duration_sec', 'bypass_method', 'bypass_reason', 'categories', 'cato_app', 'classification', 'client_cert_expires', 'client_cert_name', 'client_class', 'client_version', 'collaborator_name', 'collaborators', 'confidence_level', 'configured_host_name', 'congestion_algorithm', 'connect_on_boot', 'connection_origin', 'connector_name', 'connector_status', 'connector_type', 'container_name', 'correlation_id', 'criticality', 'custom_category_id', 'custom_category_name', 'dest_country', 'dest_country_code', 'dest_group_id', 'dest_group_name', 'dest_ip', 'dest_is_site_or_vpn', 'dest_pid', 'dest_port', 'dest_process_cmdline', 'dest_process_parent_path', 'dest_process_parent_pid', 'dest_process_path', 'dest_site_id', 'dest_site_name', 'detection_name', 'detection_stage', 'device_categories', 'device_certificate', 'device_id', 'device_manufacturer', 'device_model', 'device_name', 'device_os_type', 'device_posture_profile', 'device_type', 'directory_host_name', 'directory_ip', 'directory_sync_result', 'directory_sync_type', 'disinfect_result', 'dlp_fail_mode', 'dlp_profiles', 'dlp_scan_types', 'dns_protection_category', 'dns_query', 'domain_name', 'egress_pop_name', 'egress_site_name', 'email_subject', 'endpoint_id', 'engine_type', 'epp_engine_type', 'epp_profile', 'event_count', 'event_id', 'event_message', 'event_sub_type', 'event_type', 'failure_reason', 'file_hash', 'file_name', 'file_operation', 'file_size', 'file_type', 'final_object_status', 'flows_cardinality', 'full_path_url', 'guest_user', 'host_ip', 'host_mac', 'http_request_method', 'incident_aggregation', 'incident_id', 'indication', 'indicator', 'initial_object_status', 'internalId', 'ip_protocol', 'is_admin', 'is_admin_activity', 'is_compliant', 'is_managed', 'is_sanctioned_app', 'is_sinkhole', 'ISP_name', 'key_name', 'labels', 'link_health_is_congested', 'link_health_jitter', 'link_health_latency', 'link_health_pkt_loss', 'link_type', 'logged_in_user', 'login_type', 'matched_data_types', 'mitre_attack_subtechniques', 'mitre_attack_tactics', 'mitre_attack_techniques', 'network_access', 'network_rule', 'notification_api_error', 'notification_description', 'object_id', 'object_name', 'object_type', 'office_mode', 'os_type', 'os_version', 'out_of_band_access', 'owner', 'pac_file', 'parent_connector_name', 'pop_name', 'precedence', 'processes_count', 'producer', 'projects', 'prompt_action', 'provider_name', 'public_ip', 'qos_priority', 'qos_reported_time', 'quarantine_folder_path', 'quarantine_uuid', 'raw_data', 'recommended_actions', 'reference_url', 'referer_url', 'region_name', 'registration_code', 'resource_id', 'risk_level', 'rule_id', 'rule_name', 'service_name', 'severity', 'sharing_scope', 'sign_in_event_types', 'signature_id', 'socket_interface', 'socket_interface_id', 'socket_new_version', 'socket_old_version', 'socket_reset', 'socket_role', 'socket_serial', 'socket_version', 'split_tunnel_configuration', 'src_country', 'src_country_code', 'src_ip', 'src_is_site_or_vpn', 'src_isp_ip', 'src_pid', 'src_port', 'src_process_cmdline', 'src_process_parent_path', 'src_process_parent_pid', 'src_process_path', 'src_site_id', 'src_site_name', 'static_host', 'status', 'story_id', 'subnet_name', 'subscription_name', 'targets_cardinality', 'tcp_acceleration', 'tenant_id', 'tenant_name', 'tenant_restriction_rule_name', 'threat_confidence', 'threat_name', 'threat_reference', 'threat_score', 'threat_type', 'threat_verdict', 'time', 'time_str', 'title', 'tls_certificate_error', 'tls_error_description', 'tls_error_type', 'tls_inspection', 'tls_rule_name', 'tls_version', 'traffic_direction', 'translated_client_ip', 'translated_server_ip', 'trigger', 'trust_type', 'trusted_networks', 'tunnel_ip_protocol', 'tunnel_protocol', 'upgrade_end_time', 'upgrade_initiated_by', 'upgrade_start_time', 'url', 'user_agent', 'user_awareness_method', 'user_id', 'user_name', 'user_reference_id', 'user_risk_level', 'vendor', 'vendor_collaborator_id', 'vendor_device_id', 'vendor_device_name', 'vendor_event_id', 'vendor_policy_description', 'vendor_policy_id', 'vendor_policy_name', 'vendor_user_id', 'visible_device_id', 'vpn_lan_access', 'vpn_user_email', 'windows_domain_name', 'xff']
|
|
21
21
|
`marker` [String] - (required) Marker to use to get results from
|
|
@@ -8,27 +8,6 @@ def query_policy_parse(query_subparsers):
|
|
|
8
8
|
|
|
9
9
|
query_policy_subparsers = query_policy_parser.add_subparsers()
|
|
10
10
|
|
|
11
|
-
query_policy_appTenantRestriction_parser = query_policy_subparsers.add_parser('appTenantRestriction',
|
|
12
|
-
help='appTenantRestriction() policy operation',
|
|
13
|
-
usage=get_help("query_policy_appTenantRestriction"))
|
|
14
|
-
|
|
15
|
-
query_policy_appTenantRestriction_subparsers = query_policy_appTenantRestriction_parser.add_subparsers()
|
|
16
|
-
|
|
17
|
-
query_policy_appTenantRestriction_policy_parser = query_policy_appTenantRestriction_subparsers.add_parser('policy',
|
|
18
|
-
help='policy() appTenantRestriction operation',
|
|
19
|
-
usage=get_help("query_policy_appTenantRestriction_policy"))
|
|
20
|
-
|
|
21
|
-
query_policy_appTenantRestriction_policy_parser.add_argument('json', nargs='?', default='{}', help='Variables in JSON format (defaults to empty object if not provided).')
|
|
22
|
-
query_policy_appTenantRestriction_policy_parser.add_argument('-accountID', help='The cato account ID to use for this operation. Overrides the account_id value in the profile setting. This is use for reseller and MSP accounts to run queries against cato sub accounts from the parent account.')
|
|
23
|
-
query_policy_appTenantRestriction_policy_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print GraphQL query without sending API call')
|
|
24
|
-
query_policy_appTenantRestriction_policy_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
25
|
-
query_policy_appTenantRestriction_policy_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
26
|
-
query_policy_appTenantRestriction_policy_parser.add_argument('-n', '--stream-events', dest='stream_events', help='Send events over network to host:port TCP')
|
|
27
|
-
query_policy_appTenantRestriction_policy_parser.add_argument('-z', '--sentinel', dest='sentinel', help='Send events to Sentinel customerid:sharedkey')
|
|
28
|
-
query_policy_appTenantRestriction_policy_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
29
|
-
query_policy_appTenantRestriction_policy_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
30
|
-
query_policy_appTenantRestriction_policy_parser.set_defaults(func=createRequest,operation_name='query.policy.appTenantRestriction.policy')
|
|
31
|
-
|
|
32
11
|
query_policy_antiMalwareFileHash_parser = query_policy_subparsers.add_parser('antiMalwareFileHash',
|
|
33
12
|
help='antiMalwareFileHash() policy operation',
|
|
34
13
|
usage=get_help("query_policy_antiMalwareFileHash"))
|
|
@@ -134,26 +113,47 @@ def query_policy_parse(query_subparsers):
|
|
|
134
113
|
query_policy_wanNetwork_policy_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
135
114
|
query_policy_wanNetwork_policy_parser.set_defaults(func=createRequest,operation_name='query.policy.wanNetwork.policy')
|
|
136
115
|
|
|
137
|
-
|
|
138
|
-
help='
|
|
139
|
-
usage=get_help("
|
|
116
|
+
query_policy_appTenantRestriction_parser = query_policy_subparsers.add_parser('appTenantRestriction',
|
|
117
|
+
help='appTenantRestriction() policy operation',
|
|
118
|
+
usage=get_help("query_policy_appTenantRestriction"))
|
|
140
119
|
|
|
141
|
-
|
|
120
|
+
query_policy_appTenantRestriction_subparsers = query_policy_appTenantRestriction_parser.add_subparsers()
|
|
142
121
|
|
|
143
|
-
|
|
144
|
-
help='policy()
|
|
145
|
-
usage=get_help("
|
|
122
|
+
query_policy_appTenantRestriction_policy_parser = query_policy_appTenantRestriction_subparsers.add_parser('policy',
|
|
123
|
+
help='policy() appTenantRestriction operation',
|
|
124
|
+
usage=get_help("query_policy_appTenantRestriction_policy"))
|
|
146
125
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
126
|
+
query_policy_appTenantRestriction_policy_parser.add_argument('json', nargs='?', default='{}', help='Variables in JSON format (defaults to empty object if not provided).')
|
|
127
|
+
query_policy_appTenantRestriction_policy_parser.add_argument('-accountID', help='The cato account ID to use for this operation. Overrides the account_id value in the profile setting. This is use for reseller and MSP accounts to run queries against cato sub accounts from the parent account.')
|
|
128
|
+
query_policy_appTenantRestriction_policy_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print GraphQL query without sending API call')
|
|
129
|
+
query_policy_appTenantRestriction_policy_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
130
|
+
query_policy_appTenantRestriction_policy_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
131
|
+
query_policy_appTenantRestriction_policy_parser.add_argument('-n', '--stream-events', dest='stream_events', help='Send events over network to host:port TCP')
|
|
132
|
+
query_policy_appTenantRestriction_policy_parser.add_argument('-z', '--sentinel', dest='sentinel', help='Send events to Sentinel customerid:sharedkey')
|
|
133
|
+
query_policy_appTenantRestriction_policy_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
134
|
+
query_policy_appTenantRestriction_policy_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
135
|
+
query_policy_appTenantRestriction_policy_parser.set_defaults(func=createRequest,operation_name='query.policy.appTenantRestriction.policy')
|
|
136
|
+
|
|
137
|
+
query_policy_internetFirewall_parser = query_policy_subparsers.add_parser('internetFirewall',
|
|
138
|
+
help='internetFirewall() policy operation',
|
|
139
|
+
usage=get_help("query_policy_internetFirewall"))
|
|
140
|
+
|
|
141
|
+
query_policy_internetFirewall_subparsers = query_policy_internetFirewall_parser.add_subparsers()
|
|
142
|
+
|
|
143
|
+
query_policy_internetFirewall_policy_parser = query_policy_internetFirewall_subparsers.add_parser('policy',
|
|
144
|
+
help='policy() internetFirewall operation',
|
|
145
|
+
usage=get_help("query_policy_internetFirewall_policy"))
|
|
146
|
+
|
|
147
|
+
query_policy_internetFirewall_policy_parser.add_argument('json', nargs='?', default='{}', help='Variables in JSON format (defaults to empty object if not provided).')
|
|
148
|
+
query_policy_internetFirewall_policy_parser.add_argument('-accountID', help='The cato account ID to use for this operation. Overrides the account_id value in the profile setting. This is use for reseller and MSP accounts to run queries against cato sub accounts from the parent account.')
|
|
149
|
+
query_policy_internetFirewall_policy_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print GraphQL query without sending API call')
|
|
150
|
+
query_policy_internetFirewall_policy_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
151
|
+
query_policy_internetFirewall_policy_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
152
|
+
query_policy_internetFirewall_policy_parser.add_argument('-n', '--stream-events', dest='stream_events', help='Send events over network to host:port TCP')
|
|
153
|
+
query_policy_internetFirewall_policy_parser.add_argument('-z', '--sentinel', dest='sentinel', help='Send events to Sentinel customerid:sharedkey')
|
|
154
|
+
query_policy_internetFirewall_policy_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
155
|
+
query_policy_internetFirewall_policy_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
156
|
+
query_policy_internetFirewall_policy_parser.set_defaults(func=createRequest,operation_name='query.policy.internetFirewall.policy')
|
|
157
157
|
|
|
158
158
|
query_policy_remotePortFwd_parser = query_policy_subparsers.add_parser('remotePortFwd',
|
|
159
159
|
help='remotePortFwd() policy operation',
|
|
@@ -176,23 +176,23 @@ def query_policy_parse(query_subparsers):
|
|
|
176
176
|
query_policy_remotePortFwd_policy_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
177
177
|
query_policy_remotePortFwd_policy_parser.set_defaults(func=createRequest,operation_name='query.policy.remotePortFwd.policy')
|
|
178
178
|
|
|
179
|
-
|
|
180
|
-
help='
|
|
181
|
-
usage=get_help("
|
|
179
|
+
query_policy_wanFirewall_parser = query_policy_subparsers.add_parser('wanFirewall',
|
|
180
|
+
help='wanFirewall() policy operation',
|
|
181
|
+
usage=get_help("query_policy_wanFirewall"))
|
|
182
182
|
|
|
183
|
-
|
|
183
|
+
query_policy_wanFirewall_subparsers = query_policy_wanFirewall_parser.add_subparsers()
|
|
184
184
|
|
|
185
|
-
|
|
186
|
-
help='policy()
|
|
187
|
-
usage=get_help("
|
|
185
|
+
query_policy_wanFirewall_policy_parser = query_policy_wanFirewall_subparsers.add_parser('policy',
|
|
186
|
+
help='policy() wanFirewall operation',
|
|
187
|
+
usage=get_help("query_policy_wanFirewall_policy"))
|
|
188
188
|
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
189
|
+
query_policy_wanFirewall_policy_parser.add_argument('json', nargs='?', default='{}', help='Variables in JSON format (defaults to empty object if not provided).')
|
|
190
|
+
query_policy_wanFirewall_policy_parser.add_argument('-accountID', help='The cato account ID to use for this operation. Overrides the account_id value in the profile setting. This is use for reseller and MSP accounts to run queries against cato sub accounts from the parent account.')
|
|
191
|
+
query_policy_wanFirewall_policy_parser.add_argument('-t', const=True, default=False, nargs='?', help='Print GraphQL query without sending API call')
|
|
192
|
+
query_policy_wanFirewall_policy_parser.add_argument('-v', const=True, default=False, nargs='?', help='Verbose output')
|
|
193
|
+
query_policy_wanFirewall_policy_parser.add_argument('-p', const=True, default=False, nargs='?', help='Pretty print')
|
|
194
|
+
query_policy_wanFirewall_policy_parser.add_argument('-n', '--stream-events', dest='stream_events', help='Send events over network to host:port TCP')
|
|
195
|
+
query_policy_wanFirewall_policy_parser.add_argument('-z', '--sentinel', dest='sentinel', help='Send events to Sentinel customerid:sharedkey')
|
|
196
|
+
query_policy_wanFirewall_policy_parser.add_argument('-H', '--header', action='append', dest='headers', help='Add custom headers in "Key: Value" format. Can be used multiple times.')
|
|
197
|
+
query_policy_wanFirewall_policy_parser.add_argument('--headers-file', dest='headers_file', help='Load headers from a file. Each line should contain a header in "Key: Value" format.')
|
|
198
|
+
query_policy_wanFirewall_policy_parser.set_defaults(func=createRequest,operation_name='query.policy.wanFirewall.policy')
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
catocli/__init__.py,sha256=
|
|
1
|
+
catocli/__init__.py,sha256=VG2jsKAa0bPnfVUC7WJE8-vjFBVX26ASFCoPra0SxJU,84
|
|
2
2
|
catocli/__main__.py,sha256=6Z0ns_k_kUcz1Qtrn1u7UyUnqB-3e85jM_nppOwFsv4,217
|
|
3
|
-
catocli/
|
|
4
|
-
catocli/Utils/
|
|
3
|
+
catocli/clisettings.json,sha256=Xxdm9qaeKQaK2hk35PeV5OljSYOJylqJfsgPzaj0D2s,1029
|
|
4
|
+
catocli/Utils/clidriver.py,sha256=29H5qNLW6JUi4jJbGvdr06QihC4n7yr0s7fGpLY8S4c,15965
|
|
5
|
+
catocli/Utils/cliutils.py,sha256=ulXjQJHVHH-JFAAN7q6HkAa1EH8vvKX2IGp6dZKwUtQ,6784
|
|
5
6
|
catocli/Utils/csv_formatter.py,sha256=4MnFlsau-KfeflJGTBAZ98wFt0QKWpAKsIPNeFV3rzk,23038
|
|
6
7
|
catocli/Utils/profile_manager.py,sha256=Stch-cU2rLA7r07hETIRsvG_JxpQx3Q42QwpfD7Qd2I,6379
|
|
7
8
|
catocli/Utils/version_checker.py,sha256=tCtsCn7xxMIxOm6cWJSA_yPt0j4mNMK4iWSJej0yM6A,6696
|
|
@@ -13,12 +14,12 @@ catocli/parsers/custom/__init__.py,sha256=HUI8WSjPs_GAN3ZtOQMtzK68-018zoe8qACt0y
|
|
|
13
14
|
catocli/parsers/custom/customLib.py,sha256=Nv-agL_ewpe1x6GbwWCRb_Ey-NVW_w9L6qWwEYMf284,24098
|
|
14
15
|
catocli/parsers/custom/export_rules/__init__.py,sha256=vst8auriTCLwy5AT2_ySM2puq3PIg920ZWa5yy03K_8,1813
|
|
15
16
|
catocli/parsers/custom/export_rules/export_rules.py,sha256=gXig4NC29yC5nW48ri-j0FEnaTz_kxKiuLF5y-5fZ_4,15646
|
|
16
|
-
catocli/parsers/custom/export_sites/__init__.py,sha256=
|
|
17
|
-
catocli/parsers/custom/export_sites/export_sites.py,sha256=
|
|
17
|
+
catocli/parsers/custom/export_sites/__init__.py,sha256=z8K5IIq2N-muOTuDfEEE4pUiOaITEvhfKCLzB9e5Rok,2140
|
|
18
|
+
catocli/parsers/custom/export_sites/export_sites.py,sha256=OR2rJ7a75ks1FX1ZcKLf9NACZOujIoEV1zUlaXiJh8U,66583
|
|
18
19
|
catocli/parsers/custom/import_rules_to_tf/__init__.py,sha256=jFCFceFv8zDW7nGLZOXkFE6NXAMPYRwKQwTbhSawYdM,3908
|
|
19
20
|
catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py,sha256=WlyTDxUtWchu9CDs73ILHDfNXCAh7jFARBEKk5WWhwM,18714
|
|
20
|
-
catocli/parsers/custom/import_sites_to_tf/__init__.py,sha256=
|
|
21
|
-
catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py,sha256=
|
|
21
|
+
catocli/parsers/custom/import_sites_to_tf/__init__.py,sha256=1ayoaaKIxWf5JBN62CO9F7-yaP9MqizTBCedqCyEc4k,4339
|
|
22
|
+
catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py,sha256=Z1arOwrSnl64SayRBy_hQNDmKSJgAbIRK7JPXK7Svjw,70998
|
|
22
23
|
catocli/parsers/custom_private/__init__.py,sha256=yJ8N7xXga2zTImfduRp1u0rfXwUzaJrM_eNnSGi6_m8,4439
|
|
23
24
|
catocli/parsers/mutation_accountManagement/README.md,sha256=8ipbdTU8FAAfiH3IYlTZkTbLpPtO0fMblra7Zi8vwAI,249
|
|
24
25
|
catocli/parsers/mutation_accountManagement/__init__.py,sha256=qmNm8b9I1zs5OyqMThfGhtVkg-E_zRkq33AbKx1XSrc,8430
|
|
@@ -61,8 +62,10 @@ catocli/parsers/mutation_groups_updateGroup/README.md,sha256=0SQ0Y6EaQN2G_7hXVAH
|
|
|
61
62
|
catocli/parsers/mutation_hardware/README.md,sha256=P5hGMibPxeZcOptPmI2UcYjN0zoeXmRjPBHnXX5SoZs,213
|
|
62
63
|
catocli/parsers/mutation_hardware/__init__.py,sha256=Nv7ueqxGZ62ettT1rmd9LABVLVV2mIoOLaGS78oJQzA,2373
|
|
63
64
|
catocli/parsers/mutation_hardware_updateHardwareShipping/README.md,sha256=6qK1LQhgiQoemP3-hY6V8fEdcZ2hg8zhC9yMglZ2waQ,1146
|
|
65
|
+
catocli/parsers/mutation_licensing/__init__.py,sha256=qEwxPosbxLZxrqlv7O4YFh5__z_8Udq_4W3iL7_IMUA,2410
|
|
66
|
+
catocli/parsers/mutation_licensing_updateCommercialLicense/README.md,sha256=62otL-eGH29CGn6f3rj6-ToRRDc50uzRL9ALWAzbMy0,833
|
|
64
67
|
catocli/parsers/mutation_policy/README.md,sha256=xYEidHz8nQH6ZoK2mPbaTD5sC3ARMC0fPLUm6FiuC2E,205
|
|
65
|
-
catocli/parsers/mutation_policy/__init__.py,sha256=
|
|
68
|
+
catocli/parsers/mutation_policy/__init__.py,sha256=I3i5yMKyYMz7L30FLk47oel6piY8Wo4AkenavcqPcXU,226776
|
|
66
69
|
catocli/parsers/mutation_policy_antiMalwareFileHash_addRule/README.md,sha256=qSXs_HFj3nWCquv1Z1vo1AGvcw98M_1h2w8tsOGyM5o,1246
|
|
67
70
|
catocli/parsers/mutation_policy_antiMalwareFileHash_addSection/README.md,sha256=h0BLexQpaAbUXCEcF3AxVxh9SvypwssdJNCzQUIN-kM,1106
|
|
68
71
|
catocli/parsers/mutation_policy_antiMalwareFileHash_createPolicyRevision/README.md,sha256=pCFJCnIaiedgrv2qQQGM9OSxvL8UUzOelSYphgJDo6Q,1132
|
|
@@ -288,7 +291,7 @@ catocli/parsers/query_catalogs/README.md,sha256=oNb8p4kUZwRy82NN0ZNEGGAfgmQRYUKz
|
|
|
288
291
|
catocli/parsers/query_catalogs/__init__.py,sha256=ZJgxEle-NbS5jMSDgZvIUS1r9SzTK1t1lDAgqqo28Rc,1732
|
|
289
292
|
catocli/parsers/query_container/README.md,sha256=-mokajbi3-RfP2x45_4IzJ0TCyFFqxJ7YSkSE0xWPRA,1633
|
|
290
293
|
catocli/parsers/query_container/__init__.py,sha256=U0y_k2vVZo04x4CZWzYXkutx9bYR3Y7v9a1reVDdDz4,1748
|
|
291
|
-
catocli/parsers/query_devices/README.md,sha256=
|
|
294
|
+
catocli/parsers/query_devices/README.md,sha256=dhYaYQAJ9Rq9w3GZ1iWxEDtgUk2z_J4r9Ja75X4j7vE,4429
|
|
292
295
|
catocli/parsers/query_devices/__init__.py,sha256=dfPZG9HO6MReLxVKY_PTia1URmAT0TijBAdkO9aC_iI,1716
|
|
293
296
|
catocli/parsers/query_enterpriseDirectory/README.md,sha256=CLBqHWiDturhxV1FQAeOEt30Tc3GzYmlinw0USMJcyk,1332
|
|
294
297
|
catocli/parsers/query_enterpriseDirectory/__init__.py,sha256=AIm-gPIFqZbLpEJFy5JKVNpqmbIH5eyz0YBNW-Drtkc,1908
|
|
@@ -296,7 +299,7 @@ catocli/parsers/query_entityLookup/README.md,sha256=_FmE2YxEelTIBfQGeQc2IPVBFw-Q
|
|
|
296
299
|
catocli/parsers/query_entityLookup/__init__.py,sha256=HJ6h541hogy9ZLogzgeN-eSG0mDAhqnuQcIl8n7BuG4,1796
|
|
297
300
|
catocli/parsers/query_events/README.md,sha256=P7t5W9FJG4ZBN1y9GS4yIhthqzdFMyKup87XfsW_65M,1055
|
|
298
301
|
catocli/parsers/query_events/__init__.py,sha256=y1GQe4oHwIkYvcqMII08u2iydh7_uDzAkBtsAa-fsJk,1700
|
|
299
|
-
catocli/parsers/query_eventsFeed/README.md,sha256=
|
|
302
|
+
catocli/parsers/query_eventsFeed/README.md,sha256=TUmWl3QsFCW_F1TIrhGCyPd_Dna-8k0wggWYjJtyUbE,5496
|
|
300
303
|
catocli/parsers/query_eventsFeed/__init__.py,sha256=JYBWgM6j0ROxxCZXez3USzyscU_MsKkMczZUOAVmfws,1764
|
|
301
304
|
catocli/parsers/query_eventsTimeSeries/README.md,sha256=a4V8m8e7HU8ossSEo8ULzU597WHGAKVUpWRhqv6Vf48,1453
|
|
302
305
|
catocli/parsers/query_eventsTimeSeries/__init__.py,sha256=3xcmto4Ty9Ix24MVQ-CyjN33GEuu-K2vFJyadNyhVTc,1860
|
|
@@ -313,7 +316,7 @@ catocli/parsers/query_hardwareManagement/__init__.py,sha256=y8BAHpNZvV7D8cxV4kWZ
|
|
|
313
316
|
catocli/parsers/query_licensing/README.md,sha256=MtFvjpnYpwygXmkZdXWm9NlXt6knabyViKIQ-xlBm4w,394
|
|
314
317
|
catocli/parsers/query_licensing/__init__.py,sha256=eivnVJyBtptI2B_I5f890blnVCXE18utiMG4Xr1vfQI,1748
|
|
315
318
|
catocli/parsers/query_policy/README.md,sha256=qSG_DLdWzlx6eG8uxVxHtkdJN3JsXH6vumP46vX-sEc,193
|
|
316
|
-
catocli/parsers/query_policy/__init__.py,sha256=
|
|
319
|
+
catocli/parsers/query_policy/__init__.py,sha256=wf28GZmE2MqIDGE4U-eomMacksnb1pfDcqmpWx_X0A4,20430
|
|
317
320
|
catocli/parsers/query_policy_antiMalwareFileHash_policy/README.md,sha256=XGliBVPNgwpfTFSQ6-UP5CLs8rYnCrLnwBkEaukldBQ,815
|
|
318
321
|
catocli/parsers/query_policy_appTenantRestriction/README.md,sha256=D0kSY40EVvu4guWas_1JUyJ6VMOEM020qTsUBvo39Do,270
|
|
319
322
|
catocli/parsers/query_policy_appTenantRestriction_policy/README.md,sha256=1KGcuRtvp6HZo1PVKrfRcU6v0jHLTnPQjcVajIhWmaU,827
|
|
@@ -363,7 +366,7 @@ catocli/parsers/query_xdr_stories/README.md,sha256=eQJ81YiergQEhABkxi1yyzE_UXtS0
|
|
|
363
366
|
catocli/parsers/query_xdr_story/README.md,sha256=_JYyMJ8GYOZ1dv61QqLyhVoEubXAm2p3QqFKdfohQOE,813
|
|
364
367
|
catocli/parsers/raw/README.md,sha256=qvDLcg7U12yqacIQStOPtkqTsTLltJ06SSVmbqvlZhY,739
|
|
365
368
|
catocli/parsers/raw/__init__.py,sha256=fiSzQzNSG3vje-eEXuOcdhuL8pyavkufocOJumjdFXs,1356
|
|
366
|
-
catocli-2.1.
|
|
369
|
+
catocli-2.1.6.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
367
370
|
graphql_client/__init__.py,sha256=2nxD4YsWoOnALXi5cXbmtIN_i0NL_eyDTQRTxs52mkI,315
|
|
368
371
|
graphql_client/api_client.py,sha256=2Rc1Zo1xH9Jnk1AO68kLSofTShkZwSVF-WkVtczfIc4,5786
|
|
369
372
|
graphql_client/api_client_types.py,sha256=dM3zl6FA5SSp6nR6KmLfTL1BKaXX9uPMCZAm4v_FiUs,11569
|
|
@@ -399,6 +402,7 @@ models/mutation.groups.createGroup.json,sha256=orn0LtK3v_26qh9NZvuNiXQGMzRLLN8jq
|
|
|
399
402
|
models/mutation.groups.deleteGroup.json,sha256=a9B1HsclmYeBeIs6QDHoYgNoi_QCtFYuKXNemRN40mE,232623
|
|
400
403
|
models/mutation.groups.updateGroup.json,sha256=Hf8ayJoSQOJEXL1_RzVBn_5uRKlJ7f7RstGJmCNc_NU,358044
|
|
401
404
|
models/mutation.hardware.updateHardwareShipping.json,sha256=IHs0XEwdMuhL5OlxtOqCEPIHzHU09dLwzIuja4cgwIk,210329
|
|
405
|
+
models/mutation.licensing.updateCommercialLicense.json,sha256=iZZOPqI-lDVPLG0j_3_E6HoMwzlid9VDunycViOPK8M,61756
|
|
402
406
|
models/mutation.policy.antiMalwareFileHash.addRule.json,sha256=C4jt1n170wUu-Rr3JobJRHlEKgynafUYnhDIm8ay2ps,164527
|
|
403
407
|
models/mutation.policy.antiMalwareFileHash.addSection.json,sha256=We5TTyrJEP3gYvu6_--JT7ms97zrqYe9af4bndrwYPc,96699
|
|
404
408
|
models/mutation.policy.antiMalwareFileHash.createPolicyRevision.json,sha256=mgL5x8W2-Gx5y7DvooSF3rfbAZrDggpCYDaMr-qhKj4,167143
|
|
@@ -596,12 +600,12 @@ models/query.appStatsTimeSeries.json,sha256=I9N6bNyj9yziSsIZKwbAnHI-RlSLQkUbtPWR
|
|
|
596
600
|
models/query.auditFeed.json,sha256=hn2KYYC4FJ8r-jGgPbLdPbwjcH8GzgBDp9o5pHliobc,188231
|
|
597
601
|
models/query.catalogs.json,sha256=r0PM54l7Q0rcVIXNfspIbZGG2W9jaJKtFUm2t7kRtlU,795121
|
|
598
602
|
models/query.container.json,sha256=E9ExQvSQa3LJCOY5DMHEo4k7Ghg9Tm4HgN3MQ9It_sM,241302
|
|
599
|
-
models/query.devices.json,sha256=
|
|
603
|
+
models/query.devices.json,sha256=37LAfKTuV3qOhXVl8WryDLQyo63dN64ZjyTWwjj9AEg,1368580
|
|
600
604
|
models/query.enterpriseDirectory.json,sha256=HYaCFN8qIo74Szw3Cpp8NuoDaX55JVdNj6wzzgLOHnI,295349
|
|
601
605
|
models/query.entityLookup.json,sha256=B-wBRfhnXrO-nJBBYtINH1EGXSlIDm2LjYUQRjH_a0w,99722
|
|
602
|
-
models/query.events.json,sha256=
|
|
603
|
-
models/query.eventsFeed.json,sha256=
|
|
604
|
-
models/query.eventsTimeSeries.json,sha256=
|
|
606
|
+
models/query.events.json,sha256=JIDx8JQCsGFovfCBaizuZmrxQOCdjYHnBvq54p1w_RE,1053949
|
|
607
|
+
models/query.eventsFeed.json,sha256=Jc7fSlCDpr2oVuockYfpubojZruS4x5wGxjsV1Fhaq8,239884
|
|
608
|
+
models/query.eventsTimeSeries.json,sha256=1AIUBzB-yd9xsObd9Bjpe1bzlGy-wIJTFsXKqqwCdg0,701042
|
|
605
609
|
models/query.groups.group.members.json,sha256=4SDKSgQ-CJPLX1sZVir_xD1eMvsU_-pxdSEXppZQma0,248249
|
|
606
610
|
models/query.groups.groupList.json,sha256=pbXb0zoMiHTrkkj86R1bOubt5AN1JjNDcdfMECr5gYM,569931
|
|
607
611
|
models/query.groups.whereUsed.json,sha256=dQcldkrroKbcn-aKz_YWFw1hW0dXl9qNfaglZSfYhD8,40487
|
|
@@ -684,8 +688,8 @@ vendor/urllib3/util/timeout.py,sha256=4eT1FVeZZU7h7mYD1Jq2OXNe4fxekdNvhoWUkZusRp
|
|
|
684
688
|
vendor/urllib3/util/url.py,sha256=wHORhp80RAXyTlAIkTqLFzSrkU7J34ZDxX-tN65MBZk,15213
|
|
685
689
|
vendor/urllib3/util/util.py,sha256=j3lbZK1jPyiwD34T8IgJzdWEZVT-4E-0vYIJi9UjeNA,1146
|
|
686
690
|
vendor/urllib3/util/wait.py,sha256=_ph8IrUR3sqPqi0OopQgJUlH4wzkGeM5CiyA7XGGtmI,4423
|
|
687
|
-
catocli-2.1.
|
|
688
|
-
catocli-2.1.
|
|
689
|
-
catocli-2.1.
|
|
690
|
-
catocli-2.1.
|
|
691
|
-
catocli-2.1.
|
|
691
|
+
catocli-2.1.6.dist-info/METADATA,sha256=aSGkRqhkRgpLCvfxMZJoFECo8I3e9LtATzUfAPC0lEw,1286
|
|
692
|
+
catocli-2.1.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
693
|
+
catocli-2.1.6.dist-info/entry_points.txt,sha256=p4k9Orre6aWcqVrNmBbckmCs39h-1naMxRo2AjWmWZ4,50
|
|
694
|
+
catocli-2.1.6.dist-info/top_level.txt,sha256=F4qSgcjcW5wR9EFrO8Ud06F7ZQGFr04a9qALNQDyVxU,52
|
|
695
|
+
catocli-2.1.6.dist-info/RECORD,,
|