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-10-10 UTC."],[[["This API endpoint allows the creation of a new site within a specified project and location, using a POST request to the provided URL."],["The `parent` path parameter is required, defining the project and location in the format `projects/{project}/locations/{location}`."],["Optional query parameters `siteId` and `requestId` can be used to specify a unique identifier for the new site and request, respectively."],["The request body must include a `Site` resource instance, and a successful response will return an `Operation` resource instance."],["Creating a site requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `gdchardwaremanagement.sites.create` on the parent resource."]]],[]]