1

此 API 的主要目的是管理所有环境(DEV、QA、PROD)的更改,而无需手动迁移报告。然后,构建 shell 脚本或更高级的 CI 工具来应用持续部署。

我正在查看 Apigee Console To Go 中可用的资源,但找不到用于导出报告的资源。

http://apigee.com/docs/apigee-api-platform-console

4

1 回答 1

2

API在这里:

获取报告 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}"

于 2014-02-12T17:15:21.310 回答