Required. The project and location to create hardware in. Format: projects/{project}/locations/{location}
Query parameters
Parameters
hardwareId
string
Optional. ID used to uniquely identify the Hardware 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 hardware.name field in the request will be ignored.
Request body
The request body contains an instance of Hardware.
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 endpoint facilitates the creation of new hardware within a specified project and location using a `POST` request to a designated URL."],["The `parent` path parameter is required to indicate the project and location, and an optional `hardwareId` query parameter can be used to specify a unique ID for the hardware."],["The request body must include an instance of the `Hardware` resource, and a successful request will return an `Operation` resource in the response body."],["Creating hardware requires the `gdchardwaremanagement.hardware.create` IAM permission on the `parent` resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]