Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.4
-
None
Description
The reason of bug is wrong query formation while triggering API to create clients on host.
The data sent with the POST call to create client components on the host is:
{"RequestInfo":{"context":"Install Clients"},"Body":{"host_components":[{"HostRoles":{"component_name":"CLIENTS"}}]}}
This is incorrect. There is no component with name "CLIENTS".