【发布时间】:2014-08-31 20:39:36
【问题描述】:
我一直在尝试使用 Apigee 的 custom statistics 来收集有关进入 API 的请求的数据。现在我有了一大堆不再需要的临时统计名称,例如 bozo、bozo1、my_test 等。
如何去除某些维度,使它们不会出现在钻取下拉列表的 Custom Dimensions 部分?
我尝试执行以下 DELETE 调用,但没有成功:
curl -X DELETE https://api.enterprise.apigee.com/v1/o/{org}/environments/test/stats/bozo -u {username}:{password}
我在API Documentation 中没有看到任何内容
【问题讨论】: