Bug 1414845

Summary: null result when deleting orchestration templates using REST API
Product: Red Hat CloudForms Management Engine Reporter: Martin Kourim <mkourim>
Component: APIAssignee: Jillian Tullo <jtullo>
Status: CLOSED ERRATA QA Contact: Martin Kourim <mkourim>
Severity: low Docs Contact:
Priority: medium    
Version: 5.7.0CC: cpelland, dajohnso, jhardy, jtullo, obarenbo, simaishi
Target Milestone: GAKeywords: ZStream
Target Release: 5.8.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: api:rest:stack
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 14:33:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1441752    

Description Martin Kourim 2017-01-19 15:12:21 UTC
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 15:12:38 UTC
This was fixed by https://github.com/ManageIQ/manageiq/pull/14097/files, but adding tests to verify

Comment 3 Jillian Tullo 2017-04-12 13:13:58 UTC
PR: https://github.com/ManageIQ/manageiq/pull/14678

Comment 5 Martin Kourim 2017-04-19 14:45:17 UTC
Verified that on 5.8.0.10-beta1 meaningful result is returned when deleting orchestration templates

Comment 7 errata-xmlrpc 2017-05-31 14:33:03 UTC
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