All Products
Search
Document Center

Elastic Compute Service:JoinResourceGroup

Last Updated:Mar 19, 2024

Adds an Elastic Compute Service (ECS) resource or service to a resource group.

Operation description

A resource is a cloud service entity that you create in Alibaba Cloud, such as an ECS instance, elastic network interface (ENI), or image. A resource group is a collection of infrastructure for projects, environments, or stacks. In a resource group, you can manage resources and monitor and run tasks in a centralized manner without switching between Alibaba Cloud services.

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
ResourceTypestringNo

The type of the ECS resource. Valid values:

  • instance: instance
  • disk: Elastic Block Storage (EBS) device
  • snapshot: snapshot
  • image: image
  • securitygroup: security group
  • ddh: dedicated host
  • ddhcluster: dedicated host cluster
  • eni: ENI
  • keypair: SSH key pair
  • launchtemplate: launch template

These values are case-sensitive.

securitygroup
ResourceIdstringNo

The ID of the resource. For example, if you set ResourceType to instance, set this parameter to the ID of the instance.

sg-bp67acfmxazb4p****
RegionIdstringNo

The region ID of the resource. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
ResourceGroupIdstringNo

The ID of the resource group to which you want to add the instance.

rg-bp67acfmxazb4p****

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E

Examples

Sample success responses

JSONformat

{
  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"
}

Error codes

HTTP status codeError codeError messageDescription
400EntityExists.AssociatedTransferTasksAn associated transfer task is in progress. Try again later.-
403MissingParameterThe input parameter "ResourceId" that is mandatory for processing this request is not supplied.-
403MissingParameterThe input parameter "ResourceGroupId" that is mandatory for processing this request is not supplied.-
403MissingParameterThe input parameter "RegionId" that is mandatory for processing this request is not supplied.-
403InvalidResourceGroup.DuplicateThe ResourceId provided has a ResourceGroup in our records.-
403InvalidRegionId.ResourceGroupThe specified region does not support resource group yet.-
404InvalidResourceType.NotFoundThe ResourceType provided does not exist in our records.The specified resource type does not exist.
404InvalidResourceGroup.NotFoundThe ResourceGroup provided does not exist in our records.The specified resource group does not exist.
404InvalidResourceId.NotFoundThe ResourceId provided does not exist in our records.The specified resource does not exist.

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

Change history

Change timeSummary of changesOperation
2023-11-20The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    Error Codes 403 change
    delete Error Codes: 400
    delete Error Codes: 404
2023-05-22The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 403
    delete Error Codes: 404
    Added Error Codes: 400
2023-03-17The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 403
    delete Error Codes: 404