检索单个订阅的当前状态。客户端必须获得对拥有订阅的结算帐号的管理员授权,或者获得为给定服务提供商读取订阅的服务帐号授权,才能使调用成功。
HTTP 请求
GET https://cloudbilling.googleapis.com/v1/{name=partnerSubscriptions/*}
路径参数
参数名称 | 类型 | 说明 |
---|---|---|
name |
string |
要获取的订阅名称。此名称应采用如下格式:parnterSubscriptions/*,并与 PartnerSubscription 中的名称值相匹配。 |
请求正文
请求正文必须为空。
响应正文
如果成功,则响应正文包含一个 PartnerSubscription
实例。
授权
需要以下 OAuth 范围之一:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/cloud-billing
https://www.googleapis.com/auth/cloud-billing.readonly
https://www.googleapis.com/auth/cloud-billing-partner-subscriptions.readonly
如需了解详情,请参阅身份验证指南。