サーバーグループを作成するか、サーバーグループにサーバーを追加または削除します。
操作の説明
サーバーは1つのサーバーグループにのみ属することができます。 If you call the CreateOrUpdateAssetGroup operation and the server specified in request parameters belongs to Server Group A, the server is removed from Server Group A and then added to the newly created or specified server group after the call is complete.
権限付与情報
リクエストパラメーター
パラメーター | データ型 | 必須/任意 | 説明 | 例 |
---|---|---|---|---|
Uuids | 文字列 | 任意 | The UUID of the server in the server group that you want to create or the server group for which you want to add or remove servers. 複数のUUIDはコンマ (,) で区切ります。 NoteYou can call the DescribeCloudCenterInstances operation to query the UUIDs of servers. | aq12-***,s23 *** |
GroupName | 文字列 | 任意 | The name of the server group that you want to create or the server group for which you want to add or remove a server. NoteTo modify the mapping between a server and a server group, you must provide the name of the server group. DescribeAllGroups操作を呼び出して、サーバーグループの名前を照会できます。 If you do not configure GroupID when you call this operation, a server group is created. この場合、GroupNameを設定する必要があります。 | テスト |
GroupId | Long | 任意 | The ID of the server group for which you want to add to or remove servers. 注アセットとアセットグループ間のマッピングを変更するには、アセットグループのIDを指定する必要があります。 DescribeAllGroupsを呼び出して、IDを照会できます。 この操作を呼び出すときにこのパラメーターを設定しないと、アセットグループが作成されます。 | 55426 |
次に、CreateOrUpdateAssetGroup操作を呼び出してサーバーグループを作成し、サーバーグループにサーバーを追加またはサーバーグループからサーバーを削除するときのリクエストパラメーターの構成の違いを示します。
- サーバーグループの作成: GroupIdを設定する必要はありませんが、GroupNameを設定する必要があります。 The Uuids parameter is optional.
- サーバーをサーバーグループに追加または削除する: GroupIdとUuidsの両方を設定する必要があります。 The GroupName parameter is optional.
すべてのAlibaba Cloud API操作に共通のリクエストパラメーターを含める必要があります。 共通リクエストパラメーターの詳細については、「共通パラメーター」をご参照ください。 サンプルリクエストの詳細については、このトピックの「例」セクションを参照してください。
レスポンスパラメーター
例
リクエスト例
http(s):// [エンドポイント]/?Action=CreateOrUpdateAssetGroup
&Uuids=aq12-*** 、s23 ***
&GroupName=テスト
&GroupId=55426
&共通リクエストパラメータ
通常リターン例
JSON
形式
{
"GroupId": 9935302,
"RequestId": "E70074C8-DFB4-44C5-96C7-909DD231D68A"
}
エラーコード
Http code | エラーコード | エラーメッセージ |
---|---|---|
400 | GroupNameRepeated | グループ名の繰り返し |
400 | IllegalParam | 違法なパラム |
500 | ServerError | ServerError |
For a list of error codes, visit the API error center.