Announcements

The Equinix Community will be offline for scheduled maintenance on July 31, 2024. Learn More.

Discussions

Generate Report Periodically

Generate Report Periodically

API_User
Level 9

If I want Install Base report to be updated periodically should I change one of these parameters?

  • "scheduleType": "ONE_TIME"
  • "period": "NONE"

We want it to be up to date at least monthly

Replies 3 3

API_User
Level 9

Hi Bartosz,

Please pass field scheduleType as MONTHLY to schedule your report on monthly basis. If you scheduled the report today, the next month report will be generated 30 days from now.

The other possible values for scheduleType are [ ONE_TIME, DAILY, WEEKLY, MONTHLY, QUARTERLY, ANNUALLY ]

The field period means date range for which the report should be generated.

The possible values for period are [ 1_DAY, 7_DAYS, 14_DAYS, 30_DAYS, 90_DAYS, 180_DAYS, 1_YEAR, CUSTOM, NONE ]

Thanks,
Mohit

API_User
Level 9
Hello Team,

Do we need to install any script on our server to retrieve the reports regularly or is the scripted installed on the EQUInix portal itself.
Also, is the API usage is chargeble if we use it just for retrieving the billing information.
Could you please help me with the Billing API call reference or documantation link that could be used.

Thanks
Giridhar

API_User
Level 9
Hi Giridhar,
The reports can be scheduled using Reports_v1 API. Alternatively, you may navigate to Report Center in Equinix Customer Portal (ECP) to scheduled desired reports.
We also released a new version of Billing_v2 API where we return billing summary and details in json. It is available to Equinix customers at no additional charge
Cheers,
Zac