从Google Cloud Endpoints获取部署的配置

时间:2017-02-16 06:35:30

标签: google-cloud-platform google-cloud-endpoints gcloud

如何获取在Google端点上运行API的最新配置?

我查看了服务管理apis,但我找不到与google端点相关的任何内容。

1 个答案:

答案 0 :(得分:1)

获取服务的所有配置列表:

$ gcloud service-management configs list --service=[SERVICE].appspot.com

然后,要查看单个配置的详细信息,请使用您感兴趣的CONFIG_ID

$ gcloud service-management configs describe [CONFIG_ID] --service=[SERVICE].appspot.com

当前正在使用的CONFIG_ID将是App.yaml文件中引用的{。}}。

此外,您始终可以访问以下网址获取发现文档:

https://[SERVICE-dot-][ProjectId].appspot.com/_ah/api/discovery/[VERSION]/apis