Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1414845 - null result when deleting orchestration templates using REST API
null result when deleting orchestration templates using 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 low
: GA
: 5.8.0
Assigned To: Jillian Tullo
Martin Kourim
api:rest:stack
: ZStream
Depends On:
Blocks: 1441752
  Show dependency treegraph
 
Reported: 2017-01-19 10:12 EST by Martin Kourim
Modified: 2018-03-13 04:34 EDT (History)
6 users (show)

See Also:
Fixed In Version: 5.8.0.8
Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1441752 (view as bug list)
Environment:
Last Closed: 2017-05-31 10:33:03 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-19 10:12:21 EST
Description of problem:
null result is returned when orchestration template is deleted using REST API:
{
  "results": [
    null,
    null
  ]
}

For other collections (e.g. blueprints) meaningful result is returned:
{
  "results": [
    {
      "success": true,
      "message": "blueprints id: 3 deleting",
      "href": "https://<address>/api/blueprints/3"
    },
    {
      "success": true,
      "message": "blueprints id: 4 deleting",
      "href": "https://<address>/api/blueprints/4"
    }
  ]
}


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


How reproducible:
100%


Steps to Reproduce:
1. create orchestration templates
2. delete orchestration templates:

POST /api/orchestration_templates
{
  "action" : "delete",
  "resources" : [
    { "href" : "https://<address>/api/orchestration_templates/:id1" },
    { "href" : "https://<address>/api/orchestration_templates/:id2" }
  ]
}
Comment 2 Jillian Tullo 2017-04-06 11:12:38 EDT
This was fixed by https://github.com/ManageIQ/manageiq/pull/14097/files, but adding tests to verify
Comment 3 Jillian Tullo 2017-04-12 09:13:58 EDT
PR: https://github.com/ManageIQ/manageiq/pull/14678
Comment 5 Martin Kourim 2017-04-19 10:45:17 EDT
Verified that on 5.8.0.10-beta1 meaningful result is returned when deleting orchestration templates
Comment 7 errata-xmlrpc 2017-05-31 10:33:03 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.