All Products
Search
Document Center

Server Migration Center:TagResources

Last Updated:Mar 03, 2024

Creates tags and adds them to Server Migration Center (SMC) resources. The SMC resources include migration sources and jobs.

Operation description

Usage notes

Up to 20 tags can be added to each SMC resource.

Before you add tags to an SMC resource, Alibaba Cloud checks the number of the tags that have been added to the resource. If the maximum number is reached, an error message is returned.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ResourceTypestringYes

The type of the SMC resource. Valid values:

  • sourceserver: migration source.
  • replicationjob: migration job.
sourceserver
ResourceIdarrayYes

The IDs of N SMC resources. SMC resources include migration sources and jobs. Valid values of N: 1 to 50.

stringYes

The SMC resource ID.

s-bw526m1vi6x20c6g****
Tagobject []Yes

The tags.

KeystringNo

The key of tag N to be added to the SMC resource. Valid values of N: 1 to 20.

The tag key cannot be an empty string. It can be up to 64 characters in length and cannot start with acs: or aliyun. It cannot contain http:// or https://.

TestKey
ValuestringNo

The value of tag N to be added to the SMC resource. Valid values of N: 1 to 20.

The tag value can be an empty string. It can be up to 64 characters in length and cannot contain http:// or https://.

TestValue

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

3E8B9ABB-289A-44E6-942D-8AA9E493****

Examples

Sample success responses

JSONformat

{
  "RequestId": "3E8B9ABB-289A-44E6-942D-8AA9E493****"
}

Error codes

HTTP status codeError codeError messageDescription
400NumberExceed.TagsThe maximum number of the Tag parameters cannot exceed 20.The maximum number of Tag parameters cannot exceed 20.
400MissingParameter.ResourceTypeYou must specify ResourceType.You must specify ResourceType.
400InvalidResourceType.NotFoundThe specified ResourceType does not exist.The specified ResourceType does not exist.
400NumberExceed.ResourceIdsThe maximum number of ResourceId parameters cannot exceed 50.The maximum number of ResourceId parameters cannot exceed 50.
400Duplicate.ResourceIdThe ResourceId contains duplicate values.The ResourceId contains duplicate values.
400InvalidResourceId.NotFoundThe specified ResourceIds do not exist.The specified ResourceIds do not exist.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history