All Products
Search
Document Center

Server Migration Center:UntagResources

Last Updated:Oct 29, 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 delete the tags if the tags are no longer used.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
smc:UntagResourcesdelete
  • ReplicationJob
    acs:smc:{#regionId}:{#accountId}:replicationjob/{#ReplicationJobId}
    none
none

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