接口请求域名: organization.intl.tencentcloudapi.com 。
添加共享单元资源
默认接口请求频率限制:20次/秒。
以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见 公共请求参数。
| 参数名称 | 必选 | 类型 | 描述 |
|---|---|---|---|
| Action | 是 | String | 公共参数,本接口取值:AddShareUnitResources。 |
| Version | 是 | String | 公共参数,本接口取值:2021-03-31。 |
| Region | 否 | String | 公共参数,本接口不需要传递此参数。 |
| UnitId | 是 | String | 共享单元ID。 |
| Area | 是 | String | 共享单元地域。 |
| Type | 是 | String | 共享资源类型。支持共享的资源类型,请参见资源共享概述 |
| Resources.N | 是 | Array of ProductResource | 共享资源列表。最大10个。 |
| 参数名称 | 类型 | 描述 |
|---|---|---|
| RequestId | String | 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 |
POST / HTTP/1.1
Host: organization.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: AddShareUnitResources
<公共请求参数>
{
"Area": "ap-guangzhou",
"Type": "secret",
"Resources": [
{
"ProductResourceId": "sec***002"
}
],
"UnitId": "shareUnit-xhre**ra2p"
}
{
"Response": {
"RequestId": "5ef007aa-2dc5-4729-a880-b7ac69d94714"
}
}
云 API 3.0 提供了配套的开发工具集(SDK),支持多种编程语言,能更方便的调用 API。
以下仅列出了接口业务逻辑相关的错误码,其他错误码详见 公共错误码。
| 错误码 | 描述 |
|---|---|
| FailedOperation | 操作失败。 |
| FailedOperation.HasDifferentResourceType | 共享单元存在不同的共享资源类型 |
| FailedOperation.ShareAreaNotExist | 共享地域不存在。 |
| FailedOperation.ShareResourceTypeNotExist | 共享资源类型不存在。 |
| FailedOperation.ShareUnitNotExist | 共享单元不存在。 |
| InternalError | 内部错误。 |
| InvalidParameter | 参数错误。 |
| LimitExceeded.ShareUnitResourceOverLimit | 当次操作的共享资源超过上限。 |
| OperationDenied | 操作被拒绝。 |
| ResourceNotFound | 资源不存在。 |
| ResourceUnavailable | 资源不可用。 |
| UnsupportedOperation | 操作不支持。 |
| UnsupportedOperation.MemberUnsupportedOperation | 成员不支持操作。 |
文档反馈