Repository: ambari Updated Branches: refs/heads/feature-branch-AMBARI-21307 [created] c954b026e
http://git-wip-us.apache.org/repos/asf/ambari/blob/c954b026/ambari-server/src/main/resources/properties.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/properties.json b/ambari-server/src/main/resources/properties.json index 11ca7f6..cb6d582 100644 --- a/ambari-server/src/main/resources/properties.json +++ b/ambari-server/src/main/resources/properties.json @@ -1,484 +1,490 @@ { - "Cluster":[ - "Clusters/cluster_id", - "Clusters/cluster_name", - "Clusters/provisioning_state", - "Clusters/security_type", - "Clusters/version", - "Clusters/state", - "Clusters/desired_configs", - "Clusters/desired_service_config_versions", - "Clusters/total_hosts", - "Clusters/health_report", - "_" - ], - "Host":[ - "Hosts/cluster_name", - "Hosts/host_name", - "Hosts/ip", - "Hosts/attributes", - "Hosts/total_mem", - "Hosts/cpu_count", - "Hosts/ph_cpu_count", - "Hosts/os_arch", - "Hosts/os_type", - "Hosts/os_family", - "Hosts/rack_info", - "Hosts/last_heartbeat_time", - "Hosts/last_agent_env", - "Hosts/last_registration_time", - "Hosts/disk_info", - "Hosts/host_status", - "Hosts/host_health_report", - "Hosts/public_host_name", - "Hosts/host_state", - "Hosts/maintenance_state", - "Hosts/desired_configs", - "Hosts/recovery_report", - "Hosts/recovery_summary", - "_" - ], - "HostComponent":[ - "HostRoles/role_id", - "HostRoles/cluster_name", - "HostRoles/host_name", - "HostRoles/public_host_name", - "HostRoles/component_name", - "HostRoles/display_name", - "HostRoles/state", - "HostRoles/desired_state", - "HostRoles/version", - "HostRoles/desired_stack_id", - "HostRoles/desired_repository_version", - "HostRoles/actual_configs", - "params/run_smoke_test", - "HostRoles/stale_configs", - "HostRoles/desired_admin_state", - "HostRoles/maintenance_state", - "HostRoles/service_name", - "HostRoles/upgrade_state", - "_" - ], - "ConfigGroup": [ - "ConfigGroup/id", - "ConfigGroup/cluster_name", - "ConfigGroup/group_name", - "ConfigGroup/tag", - "ConfigGroup/description", - "ConfigGroup/hosts", - "ConfigGroup/desired_configs" - ], - "Action":[ - "Actions/action_name", - "Actions/action_type", - "Actions/inputs", - "Actions/target_service", - "Actions/target_component", - "Actions/description", - "Actions/target_type", - "Actions/default_timeout", - "_" - ], - "Request":[ - "Requests/id", - "Requests/cluster_name", - "Requests/request_status", - "Requests/request_context", - "Requests/request_schedule", - "Requests/type", - "Requests/inputs", - "Requests/resource_filters", - "Requests/operation_level", - "Requests/create_time", - "Requests/start_time", - "Requests/end_time", - "Requests/exclusive", - "Requests/task_count", - "Requests/failed_task_count", - "Requests/aborted_task_count", - "Requests/timed_out_task_count", - "Requests/completed_task_count", - "Requests/queued_task_count", - "Requests/progress_percent", - "Requests/abort_reason", - "Requests/remove_pending_host_requests", - "Requests/pending_host_request_count", - "Requests/cluster_host_info", - "_" - ], - "RequestSchedule" : [ - "RequestSchedule/id", - "RequestSchedule/cluster_name", - "RequestSchedule/description", - "RequestSchedule/status", - "RequestSchedule/last_execution_status", - "RequestSchedule/batch", - "RequestSchedule/schedule", - "_" - ], - "Task":[ - "Tasks/id", - "Tasks/request_id", - "Tasks/cluster_name", - "Tasks/stage_id", - "Tasks/host_name", - "Tasks/role", - "Tasks/command", - "Tasks/status", - "Tasks/exit_code", - "Tasks/stderr", - "Tasks/stdout", - "Tasks/output_log", - "Tasks/error_log", - "Tasks/start_time", - "Tasks/end_time", - "Tasks/structured_out", - "Tasks/attempt_cnt", - "Tasks/custom_command_name", - "Tasks/command_detail", - "Tasks/ops_display_name", - "_" - ], - "User":[ - "Users/user_name", - "Users/password", - "Users/old_password", - "Users/ldap_user", - "Users/user_type", - "Users/active", - "Users/groups", - "Users/admin", - "_" - ], - "Group":[ - "Groups/group_name", - "Groups/ldap_group", - "Groups/group_type", - "_" - ], - "Member":[ - "MemberInfo/group_name", - "MemberInfo/user_name", - "_" - ], - "Stack":[ - "Stacks/stack_name", - "_" - ], - "StackVersion":[ - "Versions/stack_name", - "Versions/stack_version", - "Versions/min_upgrade_version", - "Versions/active", - "Versions/valid", - "Versions/stack-errors", - "Versions/parent_stack_version", - "Versions/config_types", - "Versions/upgrade_packs", - "_" - ], - "StackService":[ - "StackServices/stack_name", - "StackServices/stack_version", - "StackServices/service_name", - "StackServices/display_name", - "StackServices/selection", - "StackServices/user_name", - "StackServices/comments", - "StackServices/service_version", - "StackServices/config_types", - "StackServices/service_check_supported", - "StackServices/custom_commands", - "StackServices/required_services", - "StackServices/credential_store_supported", - "StackServices/credential_store_enabled", - "StackServices/credential_store_required", - "StackServices/properties", - "StackServices/support_delete_via_ui", - "_" - ], - "StackConfiguration":[ - "StackConfigurations/stack_name", - "StackConfigurations/stack_version", - "StackConfigurations/service_name", - "StackConfigurations/property_name", - "StackConfigurations/property_value", - "StackConfigurations/property_value_attributes", - "StackConfigurations/property_depends_on", - "StackConfigurations/property_description", - "StackConfigurations/property_display_name", - "StackConfigurations/type", - "StackConfigurations/final", - "StackConfigurations/adding_forbidden", - "StackConfigurations/do_not_extend", - "StackConfigurations/property_type", - "_" - ], - "StackServiceComponent":[ - "StackServiceComponents/stack_name", - "StackServiceComponents/stack_version", - "StackServiceComponents/service_name", - "StackServiceComponents/component_name", - "StackServiceComponents/display_name", - "StackServiceComponents/component_category", - "StackServiceComponents/is_client", - "StackServiceComponents/is_master", - "StackServiceComponents/cardinality", - "StackServiceComponents/custom_commands", - "StackServiceComponents/recovery_enabled", - "StackServiceComponents/advertise_version", - "StackServiceComponents/decommission_allowed", - "StackServiceComponents/reassign_allowed", - "StackServiceComponents/has_bulk_commands_definition", - "StackServiceComponents/bulk_commands_display_name", - "StackServiceComponents/bulk_commands_master_component_name", - "auto_deploy/enabled", - "auto_deploy/location", - "_" - ], - "StackServiceComponentDependency" :[ - "Dependencies/stack_name", - "Dependencies/stack_version", - "Dependencies/dependent_service_name", - "Dependencies/dependent_component_name", - "Dependencies/service_name", - "Dependencies/component_name", - "Dependencies/scope", - "Dependencies/conditions", - "auto_deploy/enabled", - "auto_deploy/location" - ], - "ExtensionLink": [ - "ExtensionLink/link_id", - "ExtensionLink/stack_name", - "ExtensionLink/stack_version", - "ExtensionLink/extension_name", - "ExtensionLink/extension_version", - "_" - ], - "Extension":[ - "Extensions/extension_name", - "_" - ], - "ExtensionVersion":[ - "Versions/extension_name", - "Versions/extension_version", - "Versions/valid", - "Versions/extension-errors", - "Versions/parent_extension_version", - "_" - ], - "DRFeed":[ - "Feed/name", - "Feed/description", - "Feed/status", - "Feed/frequency", - "Feed/sourceCluster", - "Feed/targetCluster", - "Feed/properties" - ], - "DRTargetCluster":[ - "Cluster/name", - "Cluster/colo", - "Cluster/interfaces", - "Cluster/locations", - "Cluster/properties" - ], - "DRInstance":[ - "Instance/feedName", - "Instance/id", - "Instance/status", - "Instance/startTime", - "Instance/endTime", - "Instance/details", - "Instance/log" - ], - "Workflow":[ - "Workflow/cluster_name", - "Workflow/workflow_id", - "Workflow/name", - "Workflow/user_name", - "Workflow/start_time", - "Workflow/last_update_time", - "Workflow/elapsed_time", - "Workflow/input_bytes", - "Workflow/output_bytes", - "Workflow/num_jobs_total", - "Workflow/num_jobs_completed", - "Workflow/parent_id", - "Workflow/context" - ], - "Job":[ - "Job/cluster_name", - "Job/workflow_id", - "Job/job_id", - "Job/name", - "Job/status", - "Job/user_name", - "Job/submit_time", - "Job/elapsed_time", - "Job/maps", - "Job/reduces", - "Job/input_bytes", - "Job/output_bytes", - "Job/conf_path", - "Job/workflow_entity_name" - ], - "TaskAttempt":[ - "TaskAttempt/cluster_name", - "TaskAttempt/workflow_id", - "TaskAttempt/job_id", - "TaskAttempt/task_attempt_id", - "TaskAttempt/type", - "TaskAttempt/start_time", - "TaskAttempt/finish_time", - "TaskAttempt/map_finish_time", - "TaskAttempt/shuffle_finish_time", - "TaskAttempt/sort_finish_fime", - "TaskAttempt/input_bytes", - "TaskAttempt/output_bytes", - "TaskAttempt/status", - "TaskAttempt/locality" - ], - "RootService":[ - "RootService/service_name" - ], - "RootServiceComponent":[ - "RootServiceComponents/service_name", - "RootServiceComponents/component_name", - "RootServiceComponents/properties", - "RootServiceComponents/component_version", - "RootServiceComponents/server_clock" - ], - "RootServiceHostComponent":[ - "RootServiceHostComponents/service_name", - "RootServiceHostComponents/component_name", - "RootServiceHostComponents/host_name", - "RootServiceHostComponents/component_state", - "RootServiceHostComponents/component_version", - "RootServiceHostComponents/properties" - ], - "Blueprint":[ - "Blueprints/blueprint_name", - "Blueprints/stack_name", - "Blueprints/stack_version", - "Blueprints/security", - "host_groups", - "host_groups/components", - "host_groups/cardinality", - "configurations", - "validate_topology", - "settings" - ], - "Recommendation":[ - "Recommendation/id", - "Versions/stack_name", - "Versions/stack_version", - "recommend", - "hosts", - "services", - "changed_configurations", - "user_context", - "user_context/operation", - "user_context/operation_details", - "recommendations", - "recommendations/blueprint", - "recommendations/blueprint/configurations", - "recommendations/blueprint/host_groups", - "recommendations/blueprint/host_groups/name", - "recommendations/blueprint/host_groups/components", - "recommendations/blueprint_cluster_binding", - "recommendations/blueprint_cluster_binding/host_groups", - "recommendations/blueprint_cluster_binding/host_groups/name", - "recommendations/blueprint_cluster_binding/host_groups/hosts", - "recommendations/config_groups" - ], - "Validation":[ - "Validation/id", - "Versions/stack_name", - "Versions/stack_version", - "items", - "items/type", - "items/level", - "items/message", - "items/component-name", - "items/host", - "items/config-type", - "items/config-name", - "items/host-group", - "validate", - "hosts", - "services", - "recommendations" - ], - "HostComponentProcess": [ - "HostComponentProcess/cluster_name", - "HostComponentProcess/host_name", - "HostComponentProcess/component_name", - "HostComponentProcess/name", - "HostComponentProcess/status" - ], - "ClientConfig":[ - "ServiceComponentInfo/service_name", - "ServiceComponentInfo/component_name", - "ServiceComponentInfo/cluster_name", - "HostRoles/host_name", - "_" - ], - "Widget":[ - "WidgetInfo/id", - "WidgetInfo/cluster_name", - "WidgetInfo/widget_name", - "WidgetInfo/display_name", - "WidgetInfo/widget_type", - "WidgetInfo/time_created", - "WidgetInfo/author", - "WidgetInfo/description", - "WidgetInfo/scope", - "WidgetInfo/metrics", - "WidgetInfo/values", - "WidgetInfo/properties", - "_" - ], - "WidgetLayout":[ - "WidgetLayoutInfo/id", - "WidgetLayoutInfo/section_name", - "WidgetLayoutInfo/cluster_name", - "WidgetLayoutInfo/layout_name", - "WidgetLayoutInfo/display_name", - "WidgetLayoutInfo/scope", - "WidgetLayoutInfo/user_name", - "WidgetLayoutInfo/WidgetsInfo", - "User/user_name", - "_" - ], - "StackLevelConfiguration":[ - "StackLevelConfigurations/stack_name", - "StackLevelConfigurations/stack_version", - "StackLevelConfigurations/property_name", - "StackLevelConfigurations/property_value", - "StackLevelConfigurations/property_display_name", - "StackLevelConfigurations/property_value_attributes", - "StackLevelConfigurations/property_depends_on", - "StackLevelConfigurations/property_description", - "StackLevelConfigurations/type", - "StackLevelConfigurations/final", - "StackLevelConfigurations/property_type", - "_" - ], - "StackConfigurationDependency":[ - "StackConfigurationDependency/stack_name", - "StackConfigurationDependency/stack_version", - "StackConfigurationDependency/service_name", - "StackConfigurationDependency/property_name", - "StackConfigurationDependency/dependency_type", - "StackConfigurationDependency/dependency_name", - "_" - ], - "KerberosDescriptor":[ - "KerberosDescriptors/kerberos_descriptor_name", - "KerberosDescriptors/kerberos_descriptor_text", - "_" - ] - + "Cluster": [ + "Clusters/cluster_id", + "Clusters/cluster_name", + "Clusters/provisioning_state", + "Clusters/security_type", + "Clusters/version", + "Clusters/state", + "Clusters/desired_configs", + "Clusters/desired_service_config_versions", + "Clusters/total_hosts", + "Clusters/health_report", + "_" + ], + "Host": [ + "Hosts/cluster_name", + "Hosts/host_name", + "Hosts/ip", + "Hosts/attributes", + "Hosts/total_mem", + "Hosts/cpu_count", + "Hosts/ph_cpu_count", + "Hosts/os_arch", + "Hosts/os_type", + "Hosts/os_family", + "Hosts/rack_info", + "Hosts/last_heartbeat_time", + "Hosts/last_agent_env", + "Hosts/last_registration_time", + "Hosts/disk_info", + "Hosts/host_status", + "Hosts/host_health_report", + "Hosts/public_host_name", + "Hosts/host_state", + "Hosts/maintenance_state", + "Hosts/desired_configs", + "Hosts/recovery_report", + "Hosts/recovery_summary", + "_" + ], + "HostComponent": [ + "HostRoles/role_id", + "HostRoles/cluster_name", + "HostRoles/host_name", + "HostRoles/public_host_name", + "HostRoles/component_name", + "HostRoles/display_name", + "HostRoles/state", + "HostRoles/desired_state", + "HostRoles/version", + "HostRoles/desired_stack_id", + "HostRoles/desired_repository_version", + "HostRoles/actual_configs", + "params/run_smoke_test", + "HostRoles/stale_configs", + "HostRoles/desired_admin_state", + "HostRoles/maintenance_state", + "HostRoles/service_name", + "HostRoles/upgrade_state", + "_" + ], + "ConfigGroup": [ + "ConfigGroup/id", + "ConfigGroup/cluster_name", + "ConfigGroup/group_name", + "ConfigGroup/tag", + "ConfigGroup/description", + "ConfigGroup/hosts", + "ConfigGroup/desired_configs" + ], + "Action": [ + "Actions/action_name", + "Actions/action_type", + "Actions/inputs", + "Actions/target_service", + "Actions/target_component", + "Actions/description", + "Actions/target_type", + "Actions/default_timeout", + "_" + ], + "Request": [ + "Requests/id", + "Requests/cluster_name", + "Requests/request_status", + "Requests/request_context", + "Requests/request_schedule", + "Requests/type", + "Requests/inputs", + "Requests/resource_filters", + "Requests/operation_level", + "Requests/create_time", + "Requests/start_time", + "Requests/end_time", + "Requests/exclusive", + "Requests/task_count", + "Requests/failed_task_count", + "Requests/aborted_task_count", + "Requests/timed_out_task_count", + "Requests/completed_task_count", + "Requests/queued_task_count", + "Requests/progress_percent", + "Requests/abort_reason", + "Requests/remove_pending_host_requests", + "Requests/pending_host_request_count", + "Requests/cluster_host_info", + "_" + ], + "RequestSchedule": [ + "RequestSchedule/id", + "RequestSchedule/cluster_name", + "RequestSchedule/description", + "RequestSchedule/status", + "RequestSchedule/last_execution_status", + "RequestSchedule/batch", + "RequestSchedule/schedule", + "_" + ], + "Task": [ + "Tasks/id", + "Tasks/request_id", + "Tasks/cluster_name", + "Tasks/stage_id", + "Tasks/host_name", + "Tasks/role", + "Tasks/command", + "Tasks/status", + "Tasks/exit_code", + "Tasks/stderr", + "Tasks/stdout", + "Tasks/output_log", + "Tasks/error_log", + "Tasks/start_time", + "Tasks/end_time", + "Tasks/structured_out", + "Tasks/attempt_cnt", + "Tasks/custom_command_name", + "Tasks/command_detail", + "Tasks/ops_display_name", + "_" + ], + "User": [ + "Users/user_name", + "Users/password", + "Users/old_password", + "Users/ldap_user", + "Users/user_type", + "Users/active", + "Users/groups", + "Users/admin", + "_" + ], + "Group": [ + "Groups/group_name", + "Groups/ldap_group", + "Groups/group_type", + "_" + ], + "Member": [ + "MemberInfo/group_name", + "MemberInfo/user_name", + "_" + ], + "Stack": [ + "Stacks/stack_name", + "_" + ], + "StackVersion": [ + "Versions/stack_name", + "Versions/stack_version", + "Versions/min_upgrade_version", + "Versions/active", + "Versions/valid", + "Versions/stack-errors", + "Versions/parent_stack_version", + "Versions/config_types", + "Versions/upgrade_packs", + "_" + ], + "StackService": [ + "StackServices/stack_name", + "StackServices/stack_version", + "StackServices/service_name", + "StackServices/display_name", + "StackServices/selection", + "StackServices/user_name", + "StackServices/comments", + "StackServices/service_version", + "StackServices/config_types", + "StackServices/service_check_supported", + "StackServices/custom_commands", + "StackServices/required_services", + "StackServices/credential_store_supported", + "StackServices/credential_store_enabled", + "StackServices/credential_store_required", + "StackServices/properties", + "StackServices/support_delete_via_ui", + "_" + ], + "StackConfiguration": [ + "StackConfigurations/stack_name", + "StackConfigurations/stack_version", + "StackConfigurations/service_name", + "StackConfigurations/property_name", + "StackConfigurations/property_value", + "StackConfigurations/property_value_attributes", + "StackConfigurations/property_depends_on", + "StackConfigurations/property_description", + "StackConfigurations/property_display_name", + "StackConfigurations/type", + "StackConfigurations/final", + "StackConfigurations/adding_forbidden", + "StackConfigurations/do_not_extend", + "StackConfigurations/property_type", + "_" + ], + "StackServiceComponent": [ + "StackServiceComponents/stack_name", + "StackServiceComponents/stack_version", + "StackServiceComponents/service_name", + "StackServiceComponents/component_name", + "StackServiceComponents/display_name", + "StackServiceComponents/component_category", + "StackServiceComponents/is_client", + "StackServiceComponents/is_master", + "StackServiceComponents/cardinality", + "StackServiceComponents/custom_commands", + "StackServiceComponents/recovery_enabled", + "StackServiceComponents/advertise_version", + "StackServiceComponents/decommission_allowed", + "StackServiceComponents/reassign_allowed", + "StackServiceComponents/has_bulk_commands_definition", + "StackServiceComponents/bulk_commands_display_name", + "StackServiceComponents/bulk_commands_master_component_name", + "auto_deploy/enabled", + "auto_deploy/location", + "_" + ], + "StackServiceComponentDependency": [ + "Dependencies/stack_name", + "Dependencies/stack_version", + "Dependencies/dependent_service_name", + "Dependencies/dependent_component_name", + "Dependencies/service_name", + "Dependencies/component_name", + "Dependencies/scope", + "Dependencies/conditions", + "auto_deploy/enabled", + "auto_deploy/location" + ], + "ExtensionLink": [ + "ExtensionLink/link_id", + "ExtensionLink/stack_name", + "ExtensionLink/stack_version", + "ExtensionLink/extension_name", + "ExtensionLink/extension_version", + "_" + ], + "Extension": [ + "Extensions/extension_name", + "_" + ], + "ExtensionVersion": [ + "Versions/extension_name", + "Versions/extension_version", + "Versions/valid", + "Versions/extension-errors", + "Versions/parent_extension_version", + "_" + ], + "DRFeed": [ + "Feed/name", + "Feed/description", + "Feed/status", + "Feed/frequency", + "Feed/sourceCluster", + "Feed/targetCluster", + "Feed/properties" + ], + "DRTargetCluster": [ + "Cluster/name", + "Cluster/colo", + "Cluster/interfaces", + "Cluster/locations", + "Cluster/properties" + ], + "DRInstance": [ + "Instance/feedName", + "Instance/id", + "Instance/status", + "Instance/startTime", + "Instance/endTime", + "Instance/details", + "Instance/log" + ], + "Workflow": [ + "Workflow/cluster_name", + "Workflow/workflow_id", + "Workflow/name", + "Workflow/user_name", + "Workflow/start_time", + "Workflow/last_update_time", + "Workflow/elapsed_time", + "Workflow/input_bytes", + "Workflow/output_bytes", + "Workflow/num_jobs_total", + "Workflow/num_jobs_completed", + "Workflow/parent_id", + "Workflow/context" + ], + "Job": [ + "Job/cluster_name", + "Job/workflow_id", + "Job/job_id", + "Job/name", + "Job/status", + "Job/user_name", + "Job/submit_time", + "Job/elapsed_time", + "Job/maps", + "Job/reduces", + "Job/input_bytes", + "Job/output_bytes", + "Job/conf_path", + "Job/workflow_entity_name" + ], + "TaskAttempt": [ + "TaskAttempt/cluster_name", + "TaskAttempt/workflow_id", + "TaskAttempt/job_id", + "TaskAttempt/task_attempt_id", + "TaskAttempt/type", + "TaskAttempt/start_time", + "TaskAttempt/finish_time", + "TaskAttempt/map_finish_time", + "TaskAttempt/shuffle_finish_time", + "TaskAttempt/sort_finish_fime", + "TaskAttempt/input_bytes", + "TaskAttempt/output_bytes", + "TaskAttempt/status", + "TaskAttempt/locality" + ], + "RootService": [ + "RootService/service_name" + ], + "RootServiceComponent": [ + "RootServiceComponents/service_name", + "RootServiceComponents/component_name", + "RootServiceComponents/properties", + "RootServiceComponents/component_version", + "RootServiceComponents/server_clock" + ], + "RootServiceHostComponent": [ + "RootServiceHostComponents/service_name", + "RootServiceHostComponents/component_name", + "RootServiceHostComponents/host_name", + "RootServiceHostComponents/component_state", + "RootServiceHostComponents/component_version", + "RootServiceHostComponents/properties" + ], + "Blueprint": [ + "Blueprints/blueprint_name", + "Blueprints/stack_name", + "Blueprints/stack_version", + "Blueprints/security", + "host_groups", + "host_groups/components", + "host_groups/cardinality", + "configurations", + "validate_topology", + "settings" + ], + "Recommendation": [ + "Recommendation/id", + "Versions/stack_name", + "Versions/stack_version", + "recommend", + "hosts", + "services", + "changed_configurations", + "user_context", + "user_context/operation", + "user_context/operation_details", + "recommendations", + "recommendations/blueprint", + "recommendations/blueprint/configurations", + "recommendations/blueprint/host_groups", + "recommendations/blueprint/host_groups/name", + "recommendations/blueprint/host_groups/components", + "recommendations/blueprint_cluster_binding", + "recommendations/blueprint_cluster_binding/host_groups", + "recommendations/blueprint_cluster_binding/host_groups/name", + "recommendations/blueprint_cluster_binding/host_groups/hosts", + "recommendations/config_groups" + ], + "Validation": [ + "Validation/id", + "Versions/stack_name", + "Versions/stack_version", + "items", + "items/type", + "items/level", + "items/message", + "items/component-name", + "items/host", + "items/config-type", + "items/config-name", + "items/host-group", + "validate", + "hosts", + "services", + "recommendations" + ], + "HostComponentProcess": [ + "HostComponentProcess/cluster_name", + "HostComponentProcess/host_name", + "HostComponentProcess/component_name", + "HostComponentProcess/name", + "HostComponentProcess/status" + ], + "ClientConfig": [ + "ServiceComponentInfo/service_name", + "ServiceComponentInfo/component_name", + "ServiceComponentInfo/cluster_name", + "HostRoles/host_name", + "_" + ], + "Widget": [ + "WidgetInfo/id", + "WidgetInfo/cluster_name", + "WidgetInfo/widget_name", + "WidgetInfo/display_name", + "WidgetInfo/widget_type", + "WidgetInfo/time_created", + "WidgetInfo/author", + "WidgetInfo/description", + "WidgetInfo/scope", + "WidgetInfo/metrics", + "WidgetInfo/values", + "WidgetInfo/properties", + "_" + ], + "WidgetLayout": [ + "WidgetLayoutInfo/id", + "WidgetLayoutInfo/section_name", + "WidgetLayoutInfo/cluster_name", + "WidgetLayoutInfo/layout_name", + "WidgetLayoutInfo/display_name", + "WidgetLayoutInfo/scope", + "WidgetLayoutInfo/user_name", + "WidgetLayoutInfo/WidgetsInfo", + "User/user_name", + "_" + ], + "StackLevelConfiguration": [ + "StackLevelConfigurations/stack_name", + "StackLevelConfigurations/stack_version", + "StackLevelConfigurations/property_name", + "StackLevelConfigurations/property_value", + "StackLevelConfigurations/property_display_name", + "StackLevelConfigurations/property_value_attributes", + "StackLevelConfigurations/property_depends_on", + "StackLevelConfigurations/property_description", + "StackLevelConfigurations/type", + "StackLevelConfigurations/final", + "StackLevelConfigurations/property_type", + "_" + ], + "StackConfigurationDependency": [ + "StackConfigurationDependency/stack_name", + "StackConfigurationDependency/stack_version", + "StackConfigurationDependency/service_name", + "StackConfigurationDependency/property_name", + "StackConfigurationDependency/dependency_type", + "StackConfigurationDependency/dependency_name", + "_" + ], + "KerberosDescriptor": [ + "KerberosDescriptors/kerberos_descriptor_name", + "KerberosDescriptors/kerberos_descriptor_text", + "_" + ], + "AmbariConfiguration": [ + "AmbariConfiguration/id", + "AmbariConfiguration/configuration", + "AmbariConfiguration/data", + "AmbariConfiguration/type", + "AmbariConfiguration/version" + ] }
