对联盟或组织做标记。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String TagResources

系统规定参数。取值:TagResources

RegionId String cn-hangzhou

地域。

ResourceType String organization

取值"consortium"(联盟)或"organization"(组织)。

ResourceId.N String peers-tf000eihjli000shanghai-yqxvj5***

资源ID,N取值1~50

Tag.N.Key String key1

Tag Key值,N取值1~20。

Tag.N.Value String value1

Tag Value值,N取值1~20,需与Tag Key对应。

返回数据

名称 类型 示例值 描述
RequestId String 21B8738D-254C-4933-9FC1-3C31B2611482

请求ID。

Result Boolean true

结果值。

Success Boolean true

调用是否成功。

ErrorCode Integer 200

错误码。

示例

请求示例

http(s)://[Endpoint]/?Action=TagResources
&RegionId=cn-hangzhou
&ResourceType=organization
&ResourceId.1=peers-tf000eihjli000beijing-bl6rdwi82tget
&Tag.1.Key=key1
&Tag.1.Value=value1
&<公共请求参数>

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<TagResourcesResponse>
    <RequestId>21B8738D-254C-4933-9FC1-3C31B2611482</RequestId>
    <Result>true</Result>
    <Success>true</Success>
    <ErrorCode>200</ErrorCode>
</TagResourcesResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "21B8738D-254C-4933-9FC1-3C31B2611482",
  "Result" : true,
  "Success" : true,
  "ErrorCode" : 200
}

错误码

访问错误中心查看更多错误码。