Required. The project to apply this patch deployment to in the form projects/*.
Query parameters
Parameters
patchDeploymentId
string
Required. A name for the patch deployment in the project. When creating a name the following rules apply: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project.
[[["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-11-11 UTC."],[[["This page details how to create an OS Config patch deployment using a POST request to a specific URL endpoint."],["The request requires specifying the project in which to apply the patch deployment, using the `parent` path parameter, and a unique name for the deployment via the `patchDeploymentId` query parameter."],["The body of the request should contain the details of the patch deployment in a `PatchDeployment` instance, and a successful request will return a new instance of `PatchDeployment`."],["Creating a patch deployment requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `osconfig.patchDeployments.create` on the parent project resource."]]],[]]