Stay organized with collections
Save and categorize content based on your preferences.
Gets the most recent health check results for this BackendService.
Example request body: { "group":
"/zones/us-east1-b/instanceGroups/lb-backend-example" }
Arguments
Parameters
backendService
string
Required. Name of the BackendService resource to which the queried instance belongs.
[[["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 2025-09-04 UTC."],[],[],null,["# Method: googleapis.compute.v1.backendServices.getHealth\n\nGets the most recent health check results for this BackendService.\nExample request body: { \"group\":\n\"/zones/us-east1-b/instanceGroups/lb-backend-example\" }\n\nArguments\n---------\n\nRaised exceptions\n-----------------\n\nResponse\n--------\n\nIf successful, the response contains an instance of [`BackendServiceGroupHealth`](/workflows/docs/reference/googleapis/compute/v1/Overview#BackendServiceGroupHealth).\n\nSubworkflow snippet\n-------------------\n\nSome fields might be optional or required.\nTo identify required fields, refer to the [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices/getHealth). \n\n### YAML\n\n```yaml\n- getHealth:\n call: googleapis.compute.v1.backendServices.getHealth\n args:\n backendService: ...\n project: ...\n body:\n group: ...\n result: getHealthResult\n```\n\n### JSON\n\n```json\n[\n {\n \"getHealth\": {\n \"call\": \"googleapis.compute.v1.backendServices.getHealth\",\n \"args\": {\n \"backendService\": \"...\",\n \"project\": \"...\",\n \"body\": {\n \"group\": \"...\"\n }\n },\n \"result\": \"getHealthResult\"\n }\n }\n]\n```"]]