VMware Cloud Community
aclive
Contributor
Contributor

UM API call on v3.3.3 but missing on v3.5 / v3.6

on v3.3.3 have below report api call

Operation GET /api/reports

<report>

<link method="get" rel="Customer Summary Report"

href="https://communities.vmware.com/api/reports/3" />

</report>

have any new api call for sustomer summary report on v3.5/v3.6

Labels (1)
0 Kudos
2 Replies
darth_cisco
Enthusiast
Enthusiast

Hey

I think this may work for you, let me know if this works.

curl -v -k -H x-usagemeter-authorization:<API TOKEN> https://0.0.0.0:8443/um/api/reports

0 Kudos
rstankova
VMware Employee
VMware Employee

Hi,

The ID of Customer Monthly Usage report is changed to 24:

<report>

<link method="get" rel="Customer Monthly Usage" href="https://communities.vmware.com/api/report/24" />

</report>

/<id>?dateFrom=yyyymm0100&dateTo=yyyymm0100 => /24?dateFrom=2017090100&dateTo=2017100100

You can check the API documentation published here: http://pubs.vmware.com/vcloud-usage-meter-35/topic/com.vmware.ICbase/PDF/vcloud-usage-meter-35-api-r...

Regards,

Rayna

0 Kudos