For {project}, either project-number or project-id can be provided. For {instance}, either Compute Engine instance-id or instance-name can be provided.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of VulnerabilityReport.
[[["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-11-11 UTC."],[[["This endpoint retrieves a vulnerability report for a specific VM instance, but only if the VM has associated inventory data."],["The request uses a `GET` method with a URL that specifies the project, location, and instance to target, and it's formatted using gRPC Transcoding syntax."],["The request body is required to be empty for this specific endpoint."],["Successful responses return a `VulnerabilityReport` instance, providing details about the discovered vulnerabilities on the target VM."],["Accessing this endpoint requires both the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `osconfig.vulnerabilityReports.get` IAM permission on the target resource."]]],[]]