Required. The project and location to create the site in. Format: projects/{project}/locations/{location}
Query parameters
Parameters
siteId
string
Optional. ID used to uniquely identify the Site 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 site.name field in the request will be ignored.
requestId
string
Optional. An optional unique identifier for this request. See AIP-155.
[[["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 API endpoint creates a new site within a specified project and location using a POST request."],["The request requires a `parent` path parameter to identify the project and location, with optional query parameters `siteId` and `requestId` for site identification and request tracking respectively."],["The request body must include an instance of the `Site` resource, and a successful response returns an instance of the `Operation` resource."],["Authorization for this endpoint requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope, along with the `gdchardwaremanagement.sites.create` IAM permission on the parent resource."]]],[]]