Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

REST API to get individual HDP component version

avatar

Hello folks,

could you please help me getting the REST API to get individual HDP component versions. The most most close detail I got was through following but it does not give me the version details :-

"href" : "http://192.168.100.130:8080/api/v1/clusters/MyCluster/hosts/ambari.dn2.local/host_components/PIG",
  "HostRoles" : {
    "cluster_name" : "MyCluster",
    "component_name" : "PIG",
    "desired_stack_id" : "HDP-2.3",
    "desired_state" : "INSTALLED",
    "hdp_version" : "HDP-2.3.4.0-3485",
    "host_name" : "ambari.dn2.local",
    "maintenance_state" : "OFF",
    "service_name" : "PIG",
    "stack_id" : "HDP-2.3",
    "stale_configs" : false,
    "state" : "INSTALLED",
    "upgrade_state" : "NONE",	
1 ACCEPTED SOLUTION

avatar
Super Collaborator
3 REPLIES 3

avatar
Super Collaborator

avatar

Thanks @Mats Johansson , this served my purpose.

avatar
Rising Star