properties.json 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  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. "_"
  10. ],
  11. "Service":[
  12. "ServiceInfo/service_name",
  13. "ServiceInfo/cluster_name",
  14. "ServiceInfo/state",
  15. "ServiceInfo/maintenance_state",
  16. "Services/description",
  17. "Services/display_name",
  18. "Services/attributes",
  19. "params/run_smoke_test",
  20. "params/reconfigure_client",
  21. "_"
  22. ],
  23. "Host":[
  24. "Hosts/cluster_name",
  25. "Hosts/host_name",
  26. "Hosts/ip",
  27. "Hosts/attributes",
  28. "Hosts/total_mem",
  29. "Hosts/cpu_count",
  30. "Hosts/ph_cpu_count",
  31. "Hosts/os_arch",
  32. "Hosts/os_type",
  33. "Hosts/rack_info",
  34. "Hosts/last_heartbeat_time",
  35. "Hosts/last_agent_env",
  36. "Hosts/last_registration_time",
  37. "Hosts/disk_info",
  38. "Hosts/host_status",
  39. "Hosts/host_health_report",
  40. "Hosts/public_host_name",
  41. "Hosts/host_state",
  42. "Hosts/maintenance_state",
  43. "Hosts/desired_configs",
  44. "_"
  45. ],
  46. "Component":[
  47. "ServiceComponentInfo/service_name",
  48. "ServiceComponentInfo/component_name",
  49. "ServiceComponentInfo/cluster_name",
  50. "ServiceComponentInfo/state",
  51. "ServiceComponents/display_name",
  52. "ServiceComponents/description",
  53. "ServiceComponentInfo/category",
  54. "ServiceComponentInfo/total_count",
  55. "ServiceComponentInfo/started_count",
  56. "ServiceComponentInfo/installed_count",
  57. "params/run_smoke_test",
  58. "_"
  59. ],
  60. "HostComponent":[
  61. "HostRoles/role_id",
  62. "HostRoles/cluster_name",
  63. "HostRoles/host_name",
  64. "HostRoles/component_name",
  65. "HostRoles/state",
  66. "HostRoles/desired_state",
  67. "HostRoles/stack_id",
  68. "HostRoles/desired_stack_id",
  69. "HostRoles/actual_configs",
  70. "params/run_smoke_test",
  71. "HostRoles/nagios_alerts",
  72. "HostRoles/stale_configs",
  73. "HostRoles/desired_admin_state",
  74. "HostRoles/maintenance_state",
  75. "HostRoles/service_name",
  76. "_"
  77. ],
  78. "Configuration":[
  79. "Config/tag",
  80. "Config/type",
  81. "Config/cluster_name"
  82. ],
  83. "ConfigGroup": [
  84. "ConfigGroup/id",
  85. "ConfigGroup/cluster_name",
  86. "ConfigGroup/group_name",
  87. "ConfigGroup/tag",
  88. "ConfigGroup/description",
  89. "ConfigGroup/hosts",
  90. "ConfigGroup/desired_configs"
  91. ],
  92. "Action":[
  93. "Actions/action_name",
  94. "Actions/action_type",
  95. "Actions/inputs",
  96. "Actions/target_service",
  97. "Actions/target_component",
  98. "Actions/description",
  99. "Actions/target_type",
  100. "Actions/default_timeout",
  101. "_"
  102. ],
  103. "Request":[
  104. "Requests/id",
  105. "Requests/cluster_name",
  106. "Requests/request_status",
  107. "Requests/request_context",
  108. "Requests/request_schedule",
  109. "Requests/type",
  110. "Requests/inputs",
  111. "Requests/resource_filters",
  112. "Requests/operation_level",
  113. "Requests/create_time",
  114. "Requests/start_time",
  115. "Requests/end_time",
  116. "Requests/task_count",
  117. "Requests/failed_task_count",
  118. "Requests/aborted_task_count",
  119. "Requests/timed_out_task_count",
  120. "Requests/completed_task_count",
  121. "Requests/queued_task_count",
  122. "Requests/progress_percent",
  123. "_"
  124. ],
  125. "RequestSchedule" : [
  126. "RequestSchedule/id",
  127. "RequestSchedule/cluster_name",
  128. "RequestSchedule/description",
  129. "RequestSchedule/status",
  130. "RequestSchedule/last_execution_status",
  131. "RequestSchedule/batch",
  132. "RequestSchedule/schedule",
  133. "_"
  134. ],
  135. "Task":[
  136. "Tasks/id",
  137. "Tasks/request_id",
  138. "Tasks/cluster_name",
  139. "Tasks/stage_id",
  140. "Tasks/host_name",
  141. "Tasks/role",
  142. "Tasks/command",
  143. "Tasks/status",
  144. "Tasks/exit_code",
  145. "Tasks/stderr",
  146. "Tasks/stdout",
  147. "Tasks/start_time",
  148. "Tasks/end_time",
  149. "Tasks/structured_out",
  150. "Tasks/attempt_cnt",
  151. "Tasks/custom_command_name",
  152. "Tasks/command_detail",
  153. "_"
  154. ],
  155. "User":[
  156. "Users/user_name",
  157. "Users/roles",
  158. "Users/password",
  159. "Users/old_password",
  160. "Users/ldap_user",
  161. "_"
  162. ],
  163. "Stack":[
  164. "Stacks/stack_name",
  165. "_"
  166. ],
  167. "StackVersion":[
  168. "Versions/stack_name",
  169. "Versions/stack_version",
  170. "Versions/min_upgrade_version",
  171. "Versions/active",
  172. "Versions/parent_stack_version",
  173. "_"
  174. ],
  175. "OperatingSystem":[
  176. "OperatingSystems/stack_name",
  177. "OperatingSystems/stack_version",
  178. "OperatingSystems/os_type",
  179. "_"
  180. ],
  181. "Repository":[
  182. "Repositories/stack_name",
  183. "Repositories/stack_version",
  184. "Repositories/os_type",
  185. "Repositories/base_url",
  186. "Repositories/repo_id",
  187. "Repositories/repo_name",
  188. "Repositories/mirrors_list",
  189. "Repositories/default_base_url",
  190. "Repositories/verify_base_url",
  191. "Repositories/latest_base_url",
  192. "_"
  193. ],
  194. "StackService":[
  195. "StackServices/stack_name",
  196. "StackServices/stack_version",
  197. "StackServices/service_name",
  198. "StackServices/user_name",
  199. "StackServices/comments",
  200. "StackServices/service_version",
  201. "StackServices/config_types",
  202. "_"
  203. ],
  204. "StackConfiguration":[
  205. "StackConfigurations/stack_name",
  206. "StackConfigurations/stack_version",
  207. "StackConfigurations/service_name",
  208. "StackConfigurations/property_name",
  209. "StackConfigurations/property_value",
  210. "StackConfigurations/property_description",
  211. "StackConfigurations/type",
  212. "_"
  213. ],
  214. "StackServiceComponent":[
  215. "StackServiceComponents/stack_name",
  216. "StackServiceComponents/stack_version",
  217. "StackServiceComponents/service_name",
  218. "StackServiceComponents/component_name",
  219. "StackServiceComponents/component_category",
  220. "StackServiceComponents/is_client",
  221. "StackServiceComponents/is_master",
  222. "StackServiceComponents/cardinality",
  223. "auto_deploy/enabled",
  224. "auto_deploy/location",
  225. "_"
  226. ],
  227. "StackServiceComponentDependency" :[
  228. "Dependencies/stack_name",
  229. "Dependencies/stack_version",
  230. "Dependencies/dependent_service_name",
  231. "Dependencies/dependent_component_name",
  232. "Dependencies/service_name",
  233. "Dependencies/component_name",
  234. "Dependencies/scope",
  235. "auto_deploy/enabled",
  236. "auto_deploy/location"
  237. ],
  238. "DRFeed":[
  239. "Feed/name",
  240. "Feed/description",
  241. "Feed/status",
  242. "Feed/frequency",
  243. "Feed/sourceCluster",
  244. "Feed/targetCluster",
  245. "Feed/properties"
  246. ],
  247. "DRTargetCluster":[
  248. "Cluster/name",
  249. "Cluster/colo",
  250. "Cluster/interfaces",
  251. "Cluster/locations",
  252. "Cluster/properties"
  253. ],
  254. "DRInstance":[
  255. "Instance/feedName",
  256. "Instance/id",
  257. "Instance/status",
  258. "Instance/startTime",
  259. "Instance/endTime",
  260. "Instance/details",
  261. "Instance/log"
  262. ],
  263. "Workflow":[
  264. "Workflow/cluster_name",
  265. "Workflow/workflow_id",
  266. "Workflow/name",
  267. "Workflow/user_name",
  268. "Workflow/start_time",
  269. "Workflow/last_update_time",
  270. "Workflow/elapsed_time",
  271. "Workflow/input_bytes",
  272. "Workflow/output_bytes",
  273. "Workflow/num_jobs_total",
  274. "Workflow/num_jobs_completed",
  275. "Workflow/parent_id",
  276. "Workflow/context"
  277. ],
  278. "Job":[
  279. "Job/cluster_name",
  280. "Job/workflow_id",
  281. "Job/job_id",
  282. "Job/name",
  283. "Job/status",
  284. "Job/user_name",
  285. "Job/submit_time",
  286. "Job/elapsed_time",
  287. "Job/maps",
  288. "Job/reduces",
  289. "Job/input_bytes",
  290. "Job/output_bytes",
  291. "Job/conf_path",
  292. "Job/workflow_entity_name"
  293. ],
  294. "TaskAttempt":[
  295. "TaskAttempt/cluster_name",
  296. "TaskAttempt/workflow_id",
  297. "TaskAttempt/job_id",
  298. "TaskAttempt/task_attempt_id",
  299. "TaskAttempt/type",
  300. "TaskAttempt/start_time",
  301. "TaskAttempt/finish_time",
  302. "TaskAttempt/map_finish_time",
  303. "TaskAttempt/shuffle_finish_time",
  304. "TaskAttempt/sort_finish_fime",
  305. "TaskAttempt/input_bytes",
  306. "TaskAttempt/output_bytes",
  307. "TaskAttempt/status",
  308. "TaskAttempt/locality"
  309. ],
  310. "RootService":[
  311. "RootService/service_name"
  312. ],
  313. "RootServiceComponent":[
  314. "RootServiceComponents/service_name",
  315. "RootServiceComponents/component_name",
  316. "RootServiceComponents/properties",
  317. "RootServiceComponents/component_version",
  318. "RootServiceComponents/server_clock"
  319. ],
  320. "RootServiceHostComponent":[
  321. "RootServiceHostComponents/service_name",
  322. "RootServiceHostComponents/component_name",
  323. "RootServiceHostComponents/host_name",
  324. "RootServiceHostComponents/component_state",
  325. "RootServiceHostComponents/component_version",
  326. "RootServiceHostComponents/properties"
  327. ],
  328. "Blueprint":[
  329. "Blueprints/blueprint_name",
  330. "Blueprints/stack_name",
  331. "Blueprints/stack_version",
  332. "host_groups",
  333. "host_groups/components",
  334. "host_groups/cardinality",
  335. "configurations"
  336. ],
  337. "HostComponentProcess": [
  338. "HostComponentProcess/cluster_name",
  339. "HostComponentProcess/host_name",
  340. "HostComponentProcess/component_name",
  341. "HostComponentProcess/name",
  342. "HostComponentProcess/status"
  343. ]
  344. }