Bug 1605210 - Unable to create an operational RHV provider using the REST API.
Summary: Unable to create an operational RHV provider using the REST API.
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: API
Version: 5.9.2
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: GA
: 5.10.0
Assignee: Julian Cheal
QA Contact: Parthvi Vala
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-07-20 12:51 UTC by Andy MacMurray
Modified: 2019-02-07 23:03 UTC (History)
6 users (show)

Fixed In Version: 5.10.0.17
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-02-07 23:03:30 UTC
Category: ---
Cloudforms Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2019:0212 0 None None None 2019-02-07 23:03:37 UTC

Comment 3 Julian Cheal 2018-09-20 10:59:39 UTC
PR for this BZ https://github.com/ManageIQ/manageiq/pull/18001

Comment 4 Parthvi Vala 2018-10-31 09:12:28 UTC
FIXED. Verified on 5.10.0.21.20181023151612_4c11b0d.
Request:
POST https://<ip_address>/api/providers
{
	"name": "rhv41",
	"ipaddress": "{{ip_address}}",
	"hostname": "{{hostname}}",
	"connection_configurations": [
		{
			"endpoint": {
				"verify_ssl": 0,
				"role": "default"
                        }
		}
	],
	"credentials": [
		{
			"password": "{{password}}",
			"userid": "{{userid}}"
		}
	],
	"type": "ManageIQ::Providers::Redhat::InfraManager"
}

Comment 5 errata-xmlrpc 2019-02-07 23:03:30 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-2019:0212


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