Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1416146 - cannot reference parent_service with href when creating new service via REST API
cannot reference parent_service with href when creating new service via REST API
Status: CLOSED ERRATA
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: API (Show other bugs)
5.7.0
Unspecified Unspecified
medium Severity medium
: GA
: 5.8.0
Assigned To: Gregg Tanzillo
Martin Kourim
api:rest:service
:
Depends On:
Blocks:
  Show dependency treegraph
 
Reported: 2017-01-24 12:04 EST by Martin Kourim
Modified: 2017-05-31 10:33 EDT (History)
5 users (show)

See Also:
Fixed In Version: 5.8.0.3
Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2017-05-31 10:33:28 EDT
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2017:1367 normal SHIPPED_LIVE Moderate: CFME 5.8.0 security, bug, and enhancement update 2017-05-31 14:16:03 EDT

  None (edit)
Description Martin Kourim 2017-01-24 12:04:23 EST
Description of problem:
When creating new service via REST API the request fails when "parent_service" is "href" reference to existing service:
{
  "error": {
    "kind": "bad_request",
    "message": "Missing Service identifier id",
    "klass": "Api::BadRequestError"
  }
}

According to
http://manageiq.org/docs/reference/latest/api/reference/services#services
both "href" and "id" should be accepted.

Request is successful when "parent_service" is "id" reference to existing service.

Version-Release number of selected component (if applicable):
5.7.0.17

How reproducible:
100%

Steps to Reproduce:
1. create service
2. create service via REST API
POST /api/services
{
  "action" : "create",
  "resource" : {
    "name" : "test_service",
    "description" : "Test Service",
    "parent_service" : { "href" : "https://<address>/api/services/:id" }
  }
}
Comment 2 Jillian Tullo 2017-03-29 11:31:01 EDT
This was resolved via https://github.com/ManageIQ/manageiq/pull/14087
Comment 3 Martin Kourim 2017-04-03 10:52:20 EDT
Verified on 5.8.0.8-alpha1 that it's possible to reference parent service using "href".
Comment 5 errata-xmlrpc 2017-05-31 10:33:28 EDT
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2017:1367

Note You need to log in before you can comment on or make changes to this bug.