REST calls to Data Aggregator via curl return error after moving from to HTTPS
search cancel

REST calls to Data Aggregator via curl return error after moving from to HTTPS

book

Article ID: 192034

calendar_today

Updated On:

Products

CA Infrastructure Management CA Performance Management - Usage and Administration DX NetOps

Issue/Introduction

We have recently enabled SSL on the Data Aggregator to run on port 8582.

Everything seems to work but REST calls issued via CLI or scripts that use curl are failing.

No error is returned. Instead it returns an empty reply with no information.

Browser based standard REST calls such as these pages work fine and return expected information.

The curl statement in use is as follows, where DA_Host is the real DA_Host name, and TENANT-NAME is the real name of an existing Tenant.

curl -k -X POST -H "content-type: application/xml" "http://DA_Host:8582/rest/tenants/filtered" -d 
'<FilterSelect xsi:noNamespaceSchemaLocation="filter.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Filter>
<Tenant.Name type="EQUAL">TENANT-NAME</Tenant.Name>
</Filter>
</FilterSelect>'

Environment

All supported Performance Management releases

Cause

CURL statement is updated to use new port for Data Aggregator but not new web scheme.

Resolution

Change the targeted URL to use https instead of http.