此API的主要用途是管理所有环境(DEV,QA,PROD)的更改,而无需手动迁移报告。然后,构建shell脚本或更高级的CI工具以应用持续部署。
我正在查看Apigee Console To Go中可用的资源,但找不到导出报告的资源。
答案 0 :(得分:2)
API在这里:
GET报告 curl https://api.enterprise.apigee.com/v1/organizations/ {orgName} / reports curl https://api.enterprise.apigee.com/v1/organizations/ {orgName} / reports?expand = true
删除报告 curl https://api.enterprise.apigee.com/v1/organizations/ {orgName} / reports /(reportId}“ - X DELETE
其中reportId来自上述GET中的名称
POST报告 curl https://api.enterprise.apigee.com/v1/organizations/ {orgName} / reports /“ - X POST -d”{reportBodyInJson}“