| | | | |
---|
InitVariablesError | 1 | "module_globals_key_path" property is missing in collectors_definitions.yaml file. | module_globals_key_path property not found in collector_definitions.yaml. | Ensure module_globals_key_path property is present in collectors_definitions.yaml file. |
InitVariablesError | 2 | "module_globals_key_path" property is not of "dict" type. | module_globals_key_path property is not a dictionary. | Ensure module_globals_key_path property is a dictionary in collectors_definitions.yaml file. |
InitVariablesError | 3 | "module_globals_key_path.refresh_period_for_latest_version_value_in_seconds" property is missing in collectors_definitions.yaml file. | refresh_period_for_latest_version_value_in_seconds property not found in module_globals_key_path section in collector_definitions.yaml. | Ensure module_globals_key_path.refresh_period_for_latest_version_value_in_seconds property is present in collectors_definitions.yaml file. |
InitVariablesError | 4 | "module_globals_key_path.refresh_period_for_latest_version_value_in_seconds" property is not of "int" type. | refresh_period_for_latest_version_value_in_seconds property is not an integer. | Ensure module_globals_key_path.refresh_period_for_latest_version_value_in_seconds property is an integer in collectors_definitions.yaml file. |
InitVariablesError | 5 | "module_globals_key_path.refresh_period_for_access_data_value_in_seconds" property is missing in collectors_definitions.yaml file. | refresh_period_for_access_data_value_in_seconds property not found in module_globals_key_path section in collector_definitions.yaml. | Ensure module_globals_key_path.refresh_period_for_access_data_value_in_seconds property is present in collectors_definitions.yaml file. |
InitVariablesError | 6 | "module_globals_key_path.refresh_period_for_access_data_value_in_seconds" property is not of "int" type. | refresh_period_for_access_data_value_in_seconds property is not an integer. | Ensure module_globals_key_path.refresh_period_for_access_data_value_in_seconds property is an integer in collectors_definitions.yaml file. |
InitVariablesError | 7 | "module_globals_key_path.refresh_period_for_sets_in_seconds" property is missing in collectors_definitions.yaml file. | refresh_period_for_sets_in_seconds property not found in module_globals_key_path section in collector_definitions.yaml. | Ensure module_globals_key_path.refresh_period_for_sets_in_seconds property is present in collectors_definitions.yaml file. |
InitVariablesError | 8 | "module_globals_key_path.refresh_period_for_sets_in_seconds" property is not of "int" type. | refresh_period_for_sets_in_seconds property is not an integer. | Ensure module_globals_key_path.refresh_period_for_sets_in_seconds property is an integer in collectors_definitions.yaml file. |
InitVariablesError | 9 | "module_globals_key_path.auth_url_pattern" property is missing in collectors_definitions.yaml file. | auth_url_pattern property not found in module_globals_key_path section in collector_definitions.yaml. | Ensure module_globals_key_path.auth_url_pattern property is present in collectors_definitions.yaml file. |
InitVariablesError | 10 | "module_globals_key_path.auth_url_pattern" property is not of "str" type. | auth_url_pattern property is not a string. | Ensure module_globals_key_path.auth_url_pattern property is a string in collectors_definitions.yaml file. |
InitVariablesError | 11 | The "module_globals_key_path.api" property is missing in collectors_definitions.yaml file | api property not found in module_globals_key_path section in collector_definitions.yaml. | Ensure module_globals_key_path.api property is present in collectors_definitions.yaml file. |
InitVariablesError | 12 | The "input_key_path.api.initial_version" property is missing in collectors_definitions.yaml file. | initial_version property not found in api section in collector_definitions.yaml. | Ensure input_key_path.api.initial_version property is present in collectors_definitions.yaml file. |
InitVariablesError | 13 | The "input_key_path.api.initial_version" property is not of "str" type. | initial_version property is not a string. | Ensure input_key_path.api.initial_version property is a string in collectors_definitions.yaml file. |
InitVariablesError | 14 | The "input_key_path.api.app_context" property is missing in collectors_definitions.yaml file. | app_context property not found in api section in collector_definitions.yaml. | Ensure input_key_path.api.app_context property is present in collectors_definitions.yaml file. |
InitVariablesError | 15 | The "input_key_path.api.app_context" property is not of "str" type. | app_context property is not a string. | Ensure input_key_path.api.app_context property is a string in collectors_definitions.yaml file. |
InitVariablesError | 16 | The "input_key_path.api.auth_endpoint" property is missing in collectors_definitions.yaml file. | auth_endpoint property not found in api section in collector_definitions.yaml. | Ensure input_key_path.api.auth_endpoint property is present in collectors_definitions.yaml file. |
InitVariablesError | 17 | The "input_key_path.api.auth_endpoint" property is not of "str" type. | auth_endpoint property is not a string. | Ensure input_key_path.api.auth_endpoint property is a string in collectors_definitions.yaml file. |
InitVariablesError | 18 | The "input_key_path.api.version_endpoint" property is missing in collectors_definitions.yaml file. | version_endpoint property not found in api section in collector_definitions.yaml. | Ensure input_key_path.api.version_endpoint property is present in collectors_definitions.yaml file. |
InitVariablesError | 19 | The "input_key_path.api.version_endpoint" property is not of "str" type. | version_endpoint property is not a string. | Ensure input_key_path.api.version_endpoint property is a string in collectors_definitions.yaml file. |
InitVariablesError | 20 | The "input_key_path.api.set_endpoint" property is missing in collectors_definitions.yaml file. | set_endpoint property not found in api section in collector_definitions.yaml. | Ensure input_key_path.api.set_endpoint property is present in collectors_definitions.yaml file. |
InitVariablesError | 21 | The "input_key_path.api.set_endpoint" property is not of "str" type. | set_endpoint property is not a string. | Ensure input_key_path.api.set_endpoint property is a string in collectors_definitions.yaml file. |
InitVariablesError | 22 | The "module_properties_key_path" property is missing in collectors_definitions.yaml. | module_properties property is not found in collector_definitions.yaml. | Ensure module_properties property is present in collectors_definitions.yaml file. |
InitVariablesError | 23 | The "module_properties_key_path" property is not of "dict" type. | module_properties property is not of dict type. | Ensure module_properties property is of dict type in collectors_definitions.yaml file. |
InitVariablesError | 24 | .modules.class_name.module_properties.query_path is empty/invalid type of query path. | query_path property is empty or not of string type. | Ensure query_path property is not empty and is a string type in collectors_definitions.yaml file. |
InitVariablesError | 25 | .modules.class_name.module_properties.query_path is not of 'str' type. | query_path property is not of string type. | Ensure query_path property is a string type in collectors_definitions.yaml file. |
InitVariablesError | 26 | ".modules.class_name.module_properties.start_time_pattern" property in service definition must exists | start_time_pattern property not found in module_properties section in collector_definitions.yaml. | Make sure start_time_pattern property is present in module_properties section in collectors_definitions.yaml file. |
InitVariablesError | 27 | ".modules.class_name.module_properties.start_time_pattern" property is not of "str" type | start_time_pattern property is not a string. | Ensure start_time_pattern property is a string in collectors_definitions.yaml file. |
InitVariablesError | 28 | ".modules.class_name.module_properties.tag_pattern" property in service definition must exists. | tag_pattern property not found in module_properties section in collector_definitions.yaml. | Make sure tag_pattern property is present in module_properties section in collectors_definitions.yaml file. |
InitVariablesError | 29 | ".modules.class_name.module_properties.tag_pattern" property is not of "str" type. | tag_pattern property is not a string. | Ensure tag_pattern property is a string in collectors_definitions.yaml file. |
InitVariablesError | 30 | ".modules.class_name.module_properties.tag" property in service definition must exists. | tag property not found in module_properties section in collector_definitions.yaml. | Make sure tag property is present in module_properties section in collectors_definitions.yaml file. |
InitVariablesError | 31 | ".modules.class_name.module_properties.tag" property is not of "str" type. | tag property is not a string. | Ensure tag property is a string in collectors_definitions.yaml file. |
InitVariablesError | 32 | tag param does not match required pattern. Make sure you are using the format: 'level1.level2.level3.level4' | tag parameter does not match the required pattern. | Make sure tag parameter is in the format 'level1.level2.level3.level4' in collectors_definitions.yaml file. |
InitVariablesError | 33 | ".modules.{self.class.name}.module_properties.limit_min" property in service definition must exists | limit_min property is missing in service definition. | Ensure limit_min property is present in service definition in collectors_definitions.yaml file. |
InitVariablesError | 34 | ".modules.{self.class.name}.module_properties.limit_min" property in service definition must be an integer | limit_min property is not an integer in service definition. | Ensure limit_min property is an integer in collectors_definitions.yaml file. |
InitVariablesError | 35 | ".modules.{self.class.name}.module_properties.limit_min" property in service definition must be greater than 0 | limit_min property value is less than or equal to 0. | Ensure limit_min property has a value greater than 0 in collectors_definitions.yaml file. |
InitVariablesError | 36 | ".modules.{self.class.name}.module_properties.limit_max" property in service definition must exists | limit_max property is missing in service definition. | Ensure limit_max property is present in service definition in collectors_definitions.yaml file. |
InitVariablesError | 37 | ".modules.{self.class.name}.module_properties.limit_max" property in service definition must be an integer | limit_max property is not an integer in service definition. | Ensure limit_max property is an integer in collectors_definitions.yaml file. |
InitVariablesError | 38 | ".modules.{self.class.name}.module_properties.limit_max" property in service definition must be greater than 0 and also greater or equal than "limit_min" property | limit_max property value is less than or equal to 0 or less than limit_min value. | Ensure limit_max property has a value greater than 0 and greater than or equal to limit_min value in collectors_definitions.yaml file. |
InitVariablesError | 39 | ".modules.{self.class.name}.module_properties.limit" property in service definition must exists | limit property is missing in service definition. | Ensure limit property is present in service definition in collectors_definitions.yaml file. |
InitVariablesError | 40 | ".modules.{self.class.name}.module_properties.limit" property in service definition must be an integer | limit property is not an integer in service definition. | Ensure limit property is an integer in collectors_definitions.yaml file. |
InitVariablesError | 41 | ".modules.{self.class.name}.module_properties.limit" property in service definition must have a value between "limit_min" and "limit_max" properties | limit property value is less than limit_min or greater than limit_max. | Ensure limit property has a value between limit_min and limit_max in collectors_definitions.yaml file. |
InitVariablesError | 42 | "input_config" mandatory property is missing or empty | The input_config variable is either None or an empty dictionary. | Ensure that the input_config variable is not None and contains the required values. |
InitVariablesError | 43 | "input_config" property must be a dictionary | The input_config variable is not a dictionary. | Ensure that the input_config variable is a dictionary. |
InitVariablesError | 44 | "input_config.credentials" mandatory property in configuration is missing or empty | The credentials section is either missing or an empty dictionary. | Ensure that the credentials section exists and contains the required values. |
InitVariablesError | 45 | "input_config.credentials" property in configuration must be a dictionary | The credentials section is not a dictionary. | Ensure that the credentials section is a dictionary. |
InitVariablesError | 46 | "input_config.credentials.username" mandatory property in configuration is missing or empty | The username property in the credentials section is either missing or None. | Ensure that the username property exists and contains a string value. |
InitVariablesError | 47 | "input_config.credentials.username" property in configuration must be a string | The username property in the credentials section is not a string. | Ensure that the username property is a string. |
InitVariablesError | 48 | "input_config.credentials.password" mandatory property in configuration is missing or empty | The password property in the credentials section is either missing or None. | Ensure that the password property exists and contains a string value. |
InitVariablesError | 49 | "input_config.credentials.password" property in configuration must be a string | The password property in the credentials section is not a string. | Ensure that the password property is a string. |
InitVariablesError | 50 | "input_config.credentials.application_id" mandatory property in configuration is missing or empty | The application_id property in the credentials section is either missing or None. | Ensure that the application_id property exists and contains a string value. |
InitVariablesError | 51 | "input_config.credentials.application_id" property in configuration must be a string | The application_id property in the credentials section is not a string. | Ensure that the application_id property is a string. |
InitVariablesError | 52 | "input_config.credentials.auth_url" mandatory property in configuration is missing or empty | The auth_url property in the credentials section is either missing or None. | Ensure that the auth_url property exists and contains a string value. |
InitVariablesError | 53 | "input_config.credentials.auth_url" property in configuration must be a string | The auth_url property in the credentials section is not a string. | Ensure that the auth_url property is a string. |
InitVariablesError | 54 | The "input_config.credentials.auth_url" property must follow the following pattern : "https://<region>.epm.cyberark.com". | The auth_url property in the credentials section does not follow the specified pattern "https://.epm.cyberark.com". | Ensure that the auth_url property in the credentials section follows the pattern "https://<region>.epm.cyberark.com". |
InitVariablesError | 55 | "service_config" mandatory property is missing or empty | The service_config variable is either None or an empty dictionary. | Ensure that the service_config variable is not None and contains the required values. |
InitVariablesError | 56 | "service_config" property must be a dictionary | The service_config variable is not a dictionary. | Ensure that the service_config variable is a dictionary. |
InitVariablesError | 57 | "service_config.date_from" property in configuration is missing. | The date_from property is missing from the service_config dictionary. | Ensure that the date_from property exists in the service_config dictionary. |
InitVariablesError | 58 | "service_config.date_from" property in configuration must be a string. | The date_from property in the service_config dictionary is not a string. | Ensure that the date_from property in the service_config dictionary is a string. |
InitVariablesError | 59 | Date param does not match required pattern. Make sure you are using the format: "yyyy-mm-ddThh-mm-ssZ" | The date_from property in the service_config dictionary does not match the required pattern. | Ensure that the date_from property in the service_config dictionary matches the pattern "yyyy-mm-ddThh-mm-ssZ". |
InitVariablesError | 60 | "service_config.tag" property in configuration must be a string. | The tag property in the service_config dictionary is not a string. | Ensure that the tag property in the service_config dictionary is a string. |
InitVariablesError | 61 | tag param does not match required pattern. Make sure you are using the format: "level1.level2.level3.level4" | The tag property in the service_config dictionary does not match the required pattern. | Ensure that the tag property in the service_config dictionary matches the pattern "level1.level2.level3.level4". |
SetupError | 107 | Response does not contain the required keys. For more details check: | The response from the server does not contain the required keys. | Check the response from the server and ensure that it contains the required keys. |
SetupError | 109 | Response does not contain the required keys. For more details check: {error} | The response from the server does not contain the required keys. | Check the response from the server and ensure that it contains the required keys. |
SetupError | 170 | Manager Path is None or, is not of 'str' type. | The manager_path variable is either None or not a string. | Ensure that the manager_path variable is not None and is a string. |
SetupError | 171 | Version is None or, is not of 'str' type. | The version variable is either None or not a string. | Ensure that the version variable is not None and is a string. |
SetupError | 172 | Version Endpoint is None or, is not of 'str' type. | The version_endpoint variable is either None or not a string. | Ensure that the version_endpoint variable is not None and is a string. |
SetupError | 173 | Manager Path(app_context) is Incorrect in collector_definition.yaml | The manager_path variable is incorrect in the collector_definition.yaml file. | Ensure that the manager_path variable is correctly defined in the collector_definition.yaml file. |
SetupError | 174 | Sets url is missing | The url variable is missing. | Ensure that the url variable is not empty. |
SetupError | 175 | Response does not contain the required keys. For more details check: | The response from the server does not contain the required keys. | Check the response from the server and ensure that it contains the required keys. |
SetupError | 176 | <error trace> | An unknown error occurred. | Check the logs for more information on the error. |
PullError | 300 | API version is None or, is not of 'str' type. | The api_version variable is either None or not a string. | Ensure that the api_version variable is not None and is a string. |
PullError | 301 | Set list is empty or, is not of 'list' type. | The set_list variable is either None or not a list. | Ensure that the set_list variable is not None and is a list. |
PullError | 302 | set_id is empty or, is not of 'str' type. | The set_id variable is either None or not a string. | Ensure that the set_id variable is not None and is a string. |
PullError | 303 | Manager Url is empty in variable or, is not of 'str' type. | The manager_url variable is either None or not a string. | Ensure that the manager_url variable is not None and is a string. |
PullError | 304 | AccessToken Is empty in variable or, is not of 'str' type. | The access_token variable is either None or not a string. | Ensure that the access_token variable is not None and is a string. |
PullError | 306 | The receiving set id is empty or, is not of 'str' type. | The set_id variable is either None or not a string. | Ensure that the set_id variable is not None and is a string. |
PullError | 307 | The receiving api_version is empty or, is not of 'str' type. | The api_version variable is either None or not a string. | Ensure that the api_version variable is not None and is a string. |
PullError | 308 | Manager url is empty or, is not of 'str' type. | The manager_url variable is either None or not a string. | Ensure that the manager_url variable is not None and is a string. |
PullError | 309 | AccessToken is empty or, is not of 'str' type. | The access_token variable is either None or not a string. | Ensure that the access_token variable is not None and is a string. |
PullError | 310 | Admin audit data url is missing or, is not of 'str' type. | The url variable is either empty or not a string. | Ensure that the url variable is not empty and is a string. |
PullError | 311 | <error trace> | Endpoint retuned 403 error. | Check the error message for more details. |
PullError | 312 | <error trace> | Endpoint retuned 404 error. | Check the error message for more details. |
PullError | 313 | <error trace> | Endpoint retuned 500 error. | Check the error message for more details. |
PullError | 314 | <error trace> | Endpoint retuned a non-recorder error code. | Check the error message for more details. |
PullError | 315 | <error trace> | An error occured while trying to pull the data. | Check the error message for more details. |
PullError | 316 | Cannot sort list. --> {reason} | The list could not be sorted. | Check the error message for more details. |