Method: projects.locations.orders.hardwareGroups.create

在指定訂單中建立新的硬體群組。

HTTP 要求

POST https://gdchardwaremanagement.googleapis.com/v1alpha/{parent=projects/*/locations/*/orders/*}/hardwareGroups

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
parent

string

這是必要旗標,建立硬體群組的順序。格式:projects/{project}/locations/{location}/orders/{order}

查詢參數

參數
hardwareGroupId

string

選用。用來在父項範圍內明確識別 HardwareGroup 的 ID。這個欄位最多可包含 63 個字元,且開頭必須為小寫字元。只能使用小寫字元、數字和 -。「-」字元不得為第一個或最後一個字元。如果未設定這個欄位,系統會使用產生的 ID。

系統會忽略要求中的 hardwareGroup.name 欄位。

requestId

string

選用。這項要求的選用專屬 ID。請參閱 AIP-155

要求主體

要求主體包含 HardwareGroup 的執行個體。

回應主體

如果成功,回應主體會包含新建立的 Operation 執行個體。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/cloud-platform

詳情請參閱Authentication Overview

IAM 權限

需要 parent 資源的下列 IAM 權限:

  • gdchardwaremanagement.hardwareGroups.create

詳情請參閱 IAM 說明文件