Required. The resource name of the new Workload's parent. Must be of the form organizations/{org_id}/locations/{locationId}.
Authorization requires the following IAM permission on the specified resource parent:
assuredworkloads.workload.create
Query parameters
Parameters
externalId
string
Optional. A identifier associated with the workload and underlying projects which allows for the break down of billing costs for a workload. The value provided for the identifier will add a label to the workload and contained projects with the identifier as the value.
Request body
The request body contains an instance of Workload.
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-06-20 UTC."],[[["This API call creates an Assured Workload using a `POST` request to the specified endpoint, requiring the `parent` path parameter to designate the organization and location."],["The `externalId` query parameter, although optional, enables the association of an identifier with the workload and its projects for billing cost breakdown."],["The request body requires a `Workload` instance, and upon successful execution, the response body will contain an `Operation` instance indicating the creation process."],["Authorization to create a workload requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the `assuredworkloads.workload.create` IAM permission on the parent resource."],["The provided URLs use gRPC Transcoding syntax."]]],[]]