All Products
Search
Document Center

Elastic Compute Service:JoinResourceGroup

最終更新日:Oct 21, 2024

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

Operation description

Usage notes

A resource is a cloud service entity that you create on Alibaba Cloud, such as an ECS instance, an elastic network interface (ENI), or an 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 the need to switch between Alibaba Cloud services.

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

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
  • command: Cloud Assistant command
  • activation: activation code for a Cloud Assistant managed instance
  • managedinstance: Cloud Assistant managed instance

The 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.-
403InvalidStatus.ResourceGroupYou cannot perform an operation on a resource group that is being created or deleted.Operation not allowed while resource group is being created or deleted.
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 changedView Change Details
2023-05-22The Error code has changedView Change Details
2023-03-17The Error code has changedView Change Details