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 Assured Workload data associated with a CRM Node via a `GET` request."],["The required `GET` request URL follows the format `https://{endpoint}/v1/{name=organizations/*/locations/*/workloads/*}`, utilizing gRPC Transcoding syntax."],["The request necessitates the `name` path parameter, which represents the workload's resource name and adheres to the format \"organizations/{organization_id}/locations/{locationId}/workloads/{workload_id}\"."],["The request body should remain empty, while a successful response will contain a `Workload` instance, as defined in the documentation."],["Authorization for this request mandates the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `assuredworkloads.workload.get` on the specified resource name."]]],[]]