Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 634 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 634 Bytes

Import Reports

Usage :

python import_reports.py -o {organization_name} -u {apigee_userid} -p {apigee_password} -z {reports_location} -l {base_edge_path}
Example :
python import_reports.py -o testorg -u testuser@apigee.com -p test1234 -z /Users/testuser/test.zip -l https://api.enterprise.apigee.com/v1

-o Apigee organization name
-u Apigee user name
-p Apigee password
-l Apigee API URL (optional, defaults to https://api.enterprise.apigee.com/v1)
-z ZIP file which contains the reports
-h Help
-f force update (incase a report with same name already exists)