Unclear error on simple invoke
Summary
Trying to invoke the cloud metering APIContent
Hi,
We are trying to automate the extraction of the cloud consumption of our customers. I have been doing this for a few months using a Powershell (creation of a few CSVs), but now we want to put this into ICS and feed it automatically to our reporting / billing platform.
Setting up the connection and the invoke, we map the minimum required for a successful response.
https://itra.oraclecloud.com/metering/api/v1/usagecost/cacct-xxxxxxxxxx?startTime=2018-09-01T00:00:00.000Z&endTime=2018-10-01T00:00:00.000Z
The request above (with the correct header value X-ID-TENANT-NAME, the xxxxxxxx in the template param replaced by a meaningful account id and basic authentication defined) works perfectly in Postman.
Tagged:
0