Required. The resource name of the Workload to fetch. This is the workloads's relative path in the API, formatted as "organizations/{organization_id}/locations/{locationId}/workloads/{workload_id}". For example, "organizations/123/locations/us-east1/workloads/assured-workload-1".
Authorization requires the following IAM permission on the specified resource name:
assuredworkloads.workload.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Workload.
[[["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 webpage details how to retrieve information about an Assured Workload associated with a CRM Node using a `GET` HTTP request."],["The request requires a specific URL format, `GET https://{endpoint}/v1beta1/{name=organizations/*/locations/*/workloads/*}`, using gRPC Transcoding syntax."],["The `name` path parameter is mandatory and must follow the format \"organizations/{organization_id}/locations/{locationId}/workloads/{workload_id}\"."],["The request body must be empty, and a successful response will return a `Workload` instance."],["Authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `assuredworkloads.workload.get` IAM permission on the specified resource."]]],[]]