Hide Forgot
Description of problem: The API does not allow finding a system by UUID. This is used in some places by the CLI. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: query the API: https://<server>/katello/api/organizations/ACME_Corporation/systems?uuid=<system_uuid> Actual results: No systems Expected results: A list of systems with 1 system having the specified UUID. Additional info:
https://github.com/Katello/katello/pull/3142
Moving this to be tested during MDP3, not critical for MDP2 success story
QE Verified in Satellite-6.0.3-RHEL-6-20140423.0 # curl https://admin:changeme@`hostname`/katello/api/organizations/ACME_Corporation/systems?uuid=5173d76a-e5a0-4341-910e-d8a6c6f0d54a --insecure [{"content_view_id":1,"created_at":"2014-04-24T17:31:21Z","description":"Initial Registration Params","environment_id":1,"id":1,"location":"None","name":"cloud-qe-13.idm.lab.bos.redhat.com","updated_at":"2014-04-24T17:31:23Z","uuid":"5173d76a-e5a0-4341-910e-d8a6c6f0d54a","serviceLevel":"","environment":{"id":1,"name":"Library","description":null,"library":true,"organization_id":1,"created_at":"2014-04-23T18:02:50Z","updated_at":"2014-04-23T18:02:50Z","label":"Library","prior":null,"prior_id":null,"organization":"ACME_Corporation"},"activation_key":[],"content_view":{"id":1,"name":"Default Organization View","label":"Default_Organization_View","description":null,"organization_id":1,"default":true,"created_at":"2014-04-23T18:02:51Z","updated_at":"2014-04-23T18:02:51Z","composite":null,"next_version":1,"organization":"ACME_Corporation","environments":["Library"],"versions":[1],"versions_details":[{"version":1,"published":"2014-04-23 18:02:51 UTC","environments":["Library"]}]},"ipv4_address":"10.16.96.102","guests":[],"compliance":{"date":"2014-04-24T17:37:47.006+0000","compliantUntil":"2014-04-24T17:37:47.006+0000","nonCompliantProducts":["69"],"compliantProducts":{},"partiallyCompliantProducts":{},"partialStacks":{},"reasons":[{"key":"NOTCOVERED","message":"Not supported by a valid subscription.","attributes":{"product_id":"69","name":"Red Hat Enterprise Linux Server"}}],"compliant":false,"status":"invalid"},"registered":"2014-04-24T17:31:21.830+0000","checkin_time":"2014-04-24T13:31:27-04:00","distribution":"Red Hat Enterprise Linux Server 6.5"}]
This was delivered with 6.0.3, which is the Satellite 6 Beta.
This was delivered in 6.0.3, the Beta version of Satellite 6.0
This was delivered in the Satellite 6 Beta (6.0.3)