[[["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-03 UTC."],[],[],null,["# Method: googleapis.compute.v1.regionBackendServices.getHealth\n\nGets the most recent health check results for this regional\nBackendService.\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/regionBackendServices/getHealth). \n\n### YAML\n\n```yaml\n- getHealth:\n call: googleapis.compute.v1.regionBackendServices.getHealth\n args:\n backendService: ...\n project: ...\n region: ...\n body:\n group: ...\n result: getHealthResult\n```\n\n### JSON\n\n```json\n[\n {\n \"getHealth\": {\n \"call\": \"googleapis.compute.v1.regionBackendServices.getHealth\",\n \"args\": {\n \"backendService\": \"...\",\n \"project\": \"...\",\n \"region\": \"...\",\n \"body\": {\n \"group\": \"...\"\n }\n },\n \"result\": \"getHealthResult\"\n }\n }\n]\n```"]]