Forum Discussion
API_User
6 years agoEquinix Employee
Generate Report Periodically
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
- 3 years agoHi 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
API_User
6 years agoEquinix Employee
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