Required. The order to create the hardware group in. Format: projects/{project}/locations/{location}/orders/{order}
Query parameters
Parameters
hardwareGroupId
string
Optional. ID used to uniquely identify the HardwareGroup within its parent scope. This field should contain at most 63 characters and must start with lowercase characters. Only lowercase characters, numbers and - are accepted. The - character cannot be the first or the last one. A system generated ID will be used if the field is not set.
The hardwareGroup.name field in the request will be ignored.
requestId
string
Optional. An optional unique identifier for this request. See AIP-155.
Request body
The request body contains an instance of HardwareGroup.
Response body
If successful, the response body contains a newly created instance of Operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["This page details the process of creating a new hardware group within a specified order using a POST request to the `https://gdchardwaremanagement.googleapis.com/v1alpha/{parent=projects/*/locations/*/orders/*}/hardwareGroups` endpoint."],["The `parent` path parameter is required and specifies the order's location and project using the format `projects/{project}/locations/{location}/orders/{order}`."],["Optional query parameters such as `hardwareGroupId` for custom IDs and `requestId` for request tracking can be used in the HTTP request."],["The request body requires a `HardwareGroup` instance, and a successful response will contain an `Operation` instance."],["Creating a hardware group requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `gdchardwaremanagement.hardwareGroups.create` on the `parent` resource."]]],[]]