upgrades.json 468 B

123456789101112131415
  1. {
  2. "href": "http://c6401.ambari.apache.org:8080/api/v1/clusters/c/upgrades?fields=Upgrade/request_status,Upgrade/to_version,Upgrade/request_id,Upgrade/direction",
  3. "items": [
  4. {
  5. "href": "http://c6401.ambari.apache.org:8080/api/v1/clusters/c/upgrades/19",
  6. "Upgrade": {
  7. "cluster_name": "c",
  8. "direction": "UPGRADE",
  9. "request_id": 19,
  10. "request_status": "COMPLETED",
  11. "to_version": "2.2.3.0-2610"
  12. }
  13. }
  14. ]
  15. }