Method: projects.locations.artifacts.get

Retrieves a resource containing information about an artifact, such as an incident report.

HTTP request

GET https://servicehealth.googleapis.com/v1beta/{name=projects/*/locations/*/artifacts/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Name of the resource using the form projects/{projectId}/locations/{location}/artifacts/{artifact_id}.

projectId - Project ID of the project that contains the artifact.
location - The location to get the artifact from.
artifact_id - Artifact ID to retrieve.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Artifact.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • servicehealth.artifacts.get

For more information, see the IAM documentation.