REST Resource: projects.locations.artifacts

Resource: Artifact

Represents a report for a Google Cloud outage.

JSON representation
{
  "name": string,
  "content": {
    object (Content)
  },
  "category": enum (ArtifactCategory),
  "createTime": string,
  "updateTime": string
}
Fields
name

string

Identifier. Example name: projects/123/locations/global/artifacts/647381984. The final segment of the name will be the unique UUID generated for the artifact.

content

object (Content)

The content of the artifact.

category

enum (ArtifactCategory)

Output only. The type of artifact.

createTime

string (Timestamp format)

Output only. The time when the artifact was created.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

Output only. The time when the artifact was last modified.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

Content

Represents the content of an artifact, such as an incident report for a service health incident.

JSON representation
{

  // Union field content can be only one of the following:
  "markdown": string
  // End of list of possible types for union field content.
}
Fields
Union field content. The content of an artifact. content can be only one of the following:
markdown

string

The content of an artifact in markdown.

Methods

get

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