Required. Fully qualified name of the Workload to fetch. Expected format: projects/{project}/locations/{location}/applications/{application}/workloads/{workload}.
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-08-27 UTC."],[[["This webpage details how to retrieve a specific Workload within an Application using a GET HTTP request."],["The request URL requires a `name` parameter specifying the fully qualified name of the Workload, following a defined format."],["The request body must be empty for this operation to retrieve the Workload."],["Successful retrieval returns a `Workload` instance in the response body, which details the retrieved information."],["Retrieving a Workload requires OAuth scope `https://www.googleapis.com/auth/cloud-platform` and `apphub.workloads.get` IAM permission on the specified `name` resource."]]],[]]