All Products
Search
Document Center

Server Migration Center:UntagResources

Last Updated:Mar 03, 2024

Removes tags that are added to Server Migration Center (SMC) resources. The SMC resources include migration sources and jobs.

Operation description

You can call this operation to remove tags that are added to one or more SMC resources and deletes the tags if the tags are no longer used.

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
AllbooleanNo

Specifies whether to remove all tags that are added to the specified SMC resource. This parameter is valid only if you do not set TagKey.N. Valid values:

  • true: removes all tags that are added to the specified SMC resource. If no tags are added to the specified SMC resource, no operation is performed.
  • false: does not remove tags that are added to the specified SMC resource.

Default value: false.

false
ResourceIdarrayYes

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

stringYes

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

s-bp12tueadp5ndleg****
TagKeyarrayNo

The key of tag N that is added to the SMC resource. Tag keys are case-sensitive. Valid values of N: 1 to 20.

stringNo

The key of tag N that is added to the SMC resource. Tag keys are case-sensitive. Valid values of N: 1 to 20.

smc

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

2D69A58F-345C-4FDE-88E4-BF518948****

Examples

Sample success responses

JSONformat

{
  "RequestId": "2D69A58F-345C-4FDE-88E4-BF518948****"
}

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