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 page details the process of creating an Assured Workload using a `POST` HTTP request to a specific endpoint, formatted as `https://{endpoint}/v1beta1/{parent=organizations/*/locations/*}/workloads`."],["The `parent` path parameter, in the format `organizations/{org_id}/locations/{locationId}`, is required and necessitates the `assuredworkloads.workload.create` IAM permission."],["An optional `externalId` query parameter can be provided to associate a billing identifier with the workload and its underlying projects."],["The request body must include an instance of `Workload`, and a successful response will return a newly created `Operation` instance."],["Creating a workload requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the `assuredworkloads.workload.create` IAM permission on the `parent` resource."]]],[]]