properties.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. {
  2. "Cluster":[
  3. "Clusters/cluster_id",
  4. "Clusters/cluster_name",
  5. "Clusters/provisioning_state",
  6. "Clusters/version",
  7. "Clusters/state",
  8. "Clusters/desired_configs",
  9. "Clusters/desired_service_config_versions",
  10. "Clusters/total_hosts",
  11. "Clusters/health_report",
  12. "_"
  13. ],
  14. "Service":[
  15. "ServiceInfo/service_name",
  16. "ServiceInfo/cluster_name",
  17. "ServiceInfo/state",
  18. "ServiceInfo/maintenance_state",
  19. "Services/description",
  20. "Services/display_name",
  21. "Services/attributes",
  22. "params/run_smoke_test",
  23. "params/reconfigure_client",
  24. "params/start_dependencies",
  25. "_"
  26. ],
  27. "Host":[
  28. "Hosts/cluster_name",
  29. "Hosts/host_name",
  30. "Hosts/ip",
  31. "Hosts/attributes",
  32. "Hosts/total_mem",
  33. "Hosts/cpu_count",
  34. "Hosts/ph_cpu_count",
  35. "Hosts/os_arch",
  36. "Hosts/os_type",
  37. "Hosts/rack_info",
  38. "Hosts/last_heartbeat_time",
  39. "Hosts/last_agent_env",
  40. "Hosts/last_registration_time",
  41. "Hosts/disk_info",
  42. "Hosts/host_status",
  43. "Hosts/host_health_report",
  44. "Hosts/public_host_name",
  45. "Hosts/host_state",
  46. "Hosts/maintenance_state",
  47. "Hosts/desired_configs",
  48. "_"
  49. ],
  50. "Component":[
  51. "ServiceComponentInfo/service_name",
  52. "ServiceComponentInfo/component_name",
  53. "ServiceComponentInfo/cluster_name",
  54. "ServiceComponentInfo/state",
  55. "ServiceComponents/display_name",
  56. "ServiceComponents/description",
  57. "ServiceComponentInfo/category",
  58. "ServiceComponentInfo/total_count",
  59. "ServiceComponentInfo/started_count",
  60. "ServiceComponentInfo/installed_count",
  61. "params/run_smoke_test",
  62. "_"
  63. ],
  64. "HostComponent":[
  65. "HostRoles/role_id",
  66. "HostRoles/cluster_name",
  67. "HostRoles/host_name",
  68. "HostRoles/component_name",
  69. "HostRoles/state",
  70. "HostRoles/desired_state",
  71. "HostRoles/stack_id",
  72. "HostRoles/desired_stack_id",
  73. "HostRoles/actual_configs",
  74. "params/run_smoke_test",
  75. "HostRoles/stale_configs",
  76. "HostRoles/desired_admin_state",
  77. "HostRoles/maintenance_state",
  78. "HostRoles/service_name",
  79. "_"
  80. ],
  81. "Configuration":[
  82. "Config/tag",
  83. "Config/type",
  84. "Config/cluster_name",
  85. "Config/version"
  86. ],
  87. "ServiceConfigVersion":[
  88. "ServiceConfigVersion/cluster_name",
  89. "ServiceConfigVersion/service_name",
  90. "ServiceConfigVersion/group_id",
  91. "ServiceConfigVersion/group_name",
  92. "ServiceConfigVersion/hosts",
  93. "ServiceConfigVersion/service_config_version",
  94. "ServiceConfigVersion/is_current",
  95. "ServiceConfigVersion/createtime",
  96. "ServiceConfigVersion/user",
  97. "ServiceConfigVersion/service_config_version_note"
  98. ],
  99. "ConfigGroup": [
  100. "ConfigGroup/id",
  101. "ConfigGroup/cluster_name",
  102. "ConfigGroup/group_name",
  103. "ConfigGroup/tag",
  104. "ConfigGroup/description",
  105. "ConfigGroup/hosts",
  106. "ConfigGroup/desired_configs"
  107. ],
  108. "Action":[
  109. "Actions/action_name",
  110. "Actions/action_type",
  111. "Actions/inputs",
  112. "Actions/target_service",
  113. "Actions/target_component",
  114. "Actions/description",
  115. "Actions/target_type",
  116. "Actions/default_timeout",
  117. "_"
  118. ],
  119. "Request":[
  120. "Requests/id",
  121. "Requests/cluster_name",
  122. "Requests/request_status",
  123. "Requests/request_context",
  124. "Requests/request_schedule",
  125. "Requests/type",
  126. "Requests/inputs",
  127. "Requests/resource_filters",
  128. "Requests/operation_level",
  129. "Requests/create_time",
  130. "Requests/start_time",
  131. "Requests/end_time",
  132. "Requests/exclusive",
  133. "Requests/task_count",
  134. "Requests/failed_task_count",
  135. "Requests/aborted_task_count",
  136. "Requests/timed_out_task_count",
  137. "Requests/completed_task_count",
  138. "Requests/queued_task_count",
  139. "Requests/progress_percent",
  140. "Requests/abort_reason",
  141. "_"
  142. ],
  143. "RequestSchedule" : [
  144. "RequestSchedule/id",
  145. "RequestSchedule/cluster_name",
  146. "RequestSchedule/description",
  147. "RequestSchedule/status",
  148. "RequestSchedule/last_execution_status",
  149. "RequestSchedule/batch",
  150. "RequestSchedule/schedule",
  151. "_"
  152. ],
  153. "Task":[
  154. "Tasks/id",
  155. "Tasks/request_id",
  156. "Tasks/cluster_name",
  157. "Tasks/stage_id",
  158. "Tasks/host_name",
  159. "Tasks/role",
  160. "Tasks/command",
  161. "Tasks/status",
  162. "Tasks/exit_code",
  163. "Tasks/stderr",
  164. "Tasks/stdout",
  165. "Tasks/output_log",
  166. "Tasks/error_log",
  167. "Tasks/start_time",
  168. "Tasks/end_time",
  169. "Tasks/structured_out",
  170. "Tasks/attempt_cnt",
  171. "Tasks/custom_command_name",
  172. "Tasks/command_detail",
  173. "_"
  174. ],
  175. "User":[
  176. "Users/user_name",
  177. "Users/password",
  178. "Users/old_password",
  179. "Users/ldap_user",
  180. "Users/active",
  181. "Users/groups",
  182. "Users/admin",
  183. "_"
  184. ],
  185. "Group":[
  186. "Groups/group_name",
  187. "Groups/ldap_group",
  188. "_"
  189. ],
  190. "Member":[
  191. "MemberInfo/group_name",
  192. "MemberInfo/user_name",
  193. "_"
  194. ],
  195. "Stack":[
  196. "Stacks/stack_name",
  197. "_"
  198. ],
  199. "StackVersion":[
  200. "Versions/stack_name",
  201. "Versions/stack_version",
  202. "Versions/min_upgrade_version",
  203. "Versions/active",
  204. "Versions/parent_stack_version",
  205. "Versions/config_types",
  206. "Versions/kerberos_descriptor",
  207. "Versions/upgrade_packs",
  208. "_"
  209. ],
  210. "StackService":[
  211. "StackServices/stack_name",
  212. "StackServices/stack_version",
  213. "StackServices/service_name",
  214. "StackServices/display_name",
  215. "StackServices/user_name",
  216. "StackServices/comments",
  217. "StackServices/service_version",
  218. "StackServices/config_types",
  219. "StackServices/service_check_supported",
  220. "StackServices/custom_commands",
  221. "StackServices/required_services",
  222. "StackServices/kerberos_descriptor",
  223. "_"
  224. ],
  225. "StackConfiguration":[
  226. "StackConfigurations/stack_name",
  227. "StackConfigurations/stack_version",
  228. "StackConfigurations/service_name",
  229. "StackConfigurations/property_name",
  230. "StackConfigurations/property_value",
  231. "StackConfigurations/property_description",
  232. "StackConfigurations/type",
  233. "StackConfigurations/final",
  234. "StackConfigurations/adding_forbidden",
  235. "StackConfigurations/do_not_extend",
  236. "StackConfigurations/property_type",
  237. "_"
  238. ],
  239. "StackServiceComponent":[
  240. "StackServiceComponents/stack_name",
  241. "StackServiceComponents/stack_version",
  242. "StackServiceComponents/service_name",
  243. "StackServiceComponents/component_name",
  244. "StackServiceComponents/display_name",
  245. "StackServiceComponents/component_category",
  246. "StackServiceComponents/is_client",
  247. "StackServiceComponents/is_master",
  248. "StackServiceComponents/cardinality",
  249. "StackServiceComponents/custom_commands",
  250. "auto_deploy/enabled",
  251. "auto_deploy/location",
  252. "_"
  253. ],
  254. "StackServiceComponentDependency" :[
  255. "Dependencies/stack_name",
  256. "Dependencies/stack_version",
  257. "Dependencies/dependent_service_name",
  258. "Dependencies/dependent_component_name",
  259. "Dependencies/service_name",
  260. "Dependencies/component_name",
  261. "Dependencies/scope",
  262. "auto_deploy/enabled",
  263. "auto_deploy/location"
  264. ],
  265. "DRFeed":[
  266. "Feed/name",
  267. "Feed/description",
  268. "Feed/status",
  269. "Feed/frequency",
  270. "Feed/sourceCluster",
  271. "Feed/targetCluster",
  272. "Feed/properties"
  273. ],
  274. "DRTargetCluster":[
  275. "Cluster/name",
  276. "Cluster/colo",
  277. "Cluster/interfaces",
  278. "Cluster/locations",
  279. "Cluster/properties"
  280. ],
  281. "DRInstance":[
  282. "Instance/feedName",
  283. "Instance/id",
  284. "Instance/status",
  285. "Instance/startTime",
  286. "Instance/endTime",
  287. "Instance/details",
  288. "Instance/log"
  289. ],
  290. "Workflow":[
  291. "Workflow/cluster_name",
  292. "Workflow/workflow_id",
  293. "Workflow/name",
  294. "Workflow/user_name",
  295. "Workflow/start_time",
  296. "Workflow/last_update_time",
  297. "Workflow/elapsed_time",
  298. "Workflow/input_bytes",
  299. "Workflow/output_bytes",
  300. "Workflow/num_jobs_total",
  301. "Workflow/num_jobs_completed",
  302. "Workflow/parent_id",
  303. "Workflow/context"
  304. ],
  305. "Job":[
  306. "Job/cluster_name",
  307. "Job/workflow_id",
  308. "Job/job_id",
  309. "Job/name",
  310. "Job/status",
  311. "Job/user_name",
  312. "Job/submit_time",
  313. "Job/elapsed_time",
  314. "Job/maps",
  315. "Job/reduces",
  316. "Job/input_bytes",
  317. "Job/output_bytes",
  318. "Job/conf_path",
  319. "Job/workflow_entity_name"
  320. ],
  321. "TaskAttempt":[
  322. "TaskAttempt/cluster_name",
  323. "TaskAttempt/workflow_id",
  324. "TaskAttempt/job_id",
  325. "TaskAttempt/task_attempt_id",
  326. "TaskAttempt/type",
  327. "TaskAttempt/start_time",
  328. "TaskAttempt/finish_time",
  329. "TaskAttempt/map_finish_time",
  330. "TaskAttempt/shuffle_finish_time",
  331. "TaskAttempt/sort_finish_fime",
  332. "TaskAttempt/input_bytes",
  333. "TaskAttempt/output_bytes",
  334. "TaskAttempt/status",
  335. "TaskAttempt/locality"
  336. ],
  337. "RootService":[
  338. "RootService/service_name"
  339. ],
  340. "RootServiceComponent":[
  341. "RootServiceComponents/service_name",
  342. "RootServiceComponents/component_name",
  343. "RootServiceComponents/properties",
  344. "RootServiceComponents/component_version",
  345. "RootServiceComponents/server_clock"
  346. ],
  347. "RootServiceHostComponent":[
  348. "RootServiceHostComponents/service_name",
  349. "RootServiceHostComponents/component_name",
  350. "RootServiceHostComponents/host_name",
  351. "RootServiceHostComponents/component_state",
  352. "RootServiceHostComponents/component_version",
  353. "RootServiceHostComponents/properties"
  354. ],
  355. "Blueprint":[
  356. "Blueprints/blueprint_name",
  357. "Blueprints/stack_name",
  358. "Blueprints/stack_version",
  359. "host_groups",
  360. "host_groups/components",
  361. "host_groups/cardinality",
  362. "configurations",
  363. "validate_topology"
  364. ],
  365. "Recommendation":[
  366. "Recommendation/id",
  367. "Versions/stack_name",
  368. "Versions/stack_version",
  369. "recommend",
  370. "hosts",
  371. "services",
  372. "recommendations",
  373. "recommendations/blueprint",
  374. "recommendations/blueprint/configurations",
  375. "recommendations/blueprint/host_groups",
  376. "recommendations/blueprint/host_groups/name",
  377. "recommendations/blueprint/host_groups/components",
  378. "recommendations/blueprint_cluster_binding",
  379. "recommendations/blueprint_cluster_binding/host_groups",
  380. "recommendations/blueprint_cluster_binding/host_groups/name",
  381. "recommendations/blueprint_cluster_binding/host_groups/hosts"
  382. ],
  383. "Validation":[
  384. "Validation/id",
  385. "Versions/stack_name",
  386. "Versions/stack_version",
  387. "items",
  388. "items/type",
  389. "items/level",
  390. "items/message",
  391. "items/component-name",
  392. "items/host",
  393. "items/config-type",
  394. "items/config-name",
  395. "items/host-group",
  396. "validate",
  397. "hosts",
  398. "services",
  399. "recommendations"
  400. ],
  401. "HostComponentProcess": [
  402. "HostComponentProcess/cluster_name",
  403. "HostComponentProcess/host_name",
  404. "HostComponentProcess/component_name",
  405. "HostComponentProcess/name",
  406. "HostComponentProcess/status"
  407. ],
  408. "ClientConfig":[
  409. "ServiceComponentInfo/service_name",
  410. "ServiceComponentInfo/component_name",
  411. "ServiceComponentInfo/cluster_name",
  412. "HostRoles/host_name",
  413. "_"
  414. ],
  415. "StackLevelConfiguration":[
  416. "StackLevelConfigurations/stack_name",
  417. "StackLevelConfigurations/stack_version",
  418. "StackLevelConfigurations/property_name",
  419. "StackLevelConfigurations/property_value",
  420. "StackLevelConfigurations/property_description",
  421. "StackLevelConfigurations/type",
  422. "StackLevelConfigurations/final",
  423. "StackLevelConfigurations/property_type",
  424. "_"
  425. ]
  426. }