REST Resource: reliabilityRisks

Resource: ReliabilityRisk

Represents a ReliabilityRisk resource.

JSON representation
{
  "kind": string,
  "name": string,
  "id": string,
  "description": string,
  "creationTimestamp": string,
  "details": {
    object (RiskDetails)
  },
  "recommendation": {
    object (RiskRecommendation)
  },
  "selfLink": string,
  "selfLinkWithId": string
}
Fields
kind

string

Output only. Type of resource. Always

compute#reliabilityRisk

for reliability risks.

name

string

Name of the resource. The name must be 1-63 characters long and comply with RFC1035.

id

string (uint64 format)

Output only. The unique identifier for the resource. This identifier is defined by the server.

description

string

An optional textual description of the resource; provided when the resource is created.

creationTimestamp

string

Output only. Creation timestamp in RFC3339 text format.

details

object (RiskDetails)

Output only. Details of the reliability risk resource

recommendation

object (RiskRecommendation)

The recommendation to mitigate the risk.

RiskDetails

Detailed insights and metrics about a detected reliability risk.

JSON representation
{
  "lastUpdateTimestamp": string,
  "duration": string,
  "type": enum (RiskType),
  "severity": enum (Severity),

  // Union field insight_oneof can be only one of the following:
  "globalDnsInsight": {
    object (GlobalDnsInsight)
  }
  // End of list of possible types for union field insight_oneof.
}
Fields
lastUpdateTimestamp

string (Timestamp format)

The last time the risk was updated.

Uses RFC 3339, where generated output will always be Z-normalized and use 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".

duration

string (Duration format)

The duration of the risk since it was detected.

A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".

type

enum (RiskType)

The type of risk.

severity

enum (Severity)

The severity of the risk.

Union field insight_oneof. The insight details of the risk. (e.g. risk metrics) insight_oneof can be only one of the following:
globalDnsInsight

object (GlobalDnsInsight)

Insight details for global DNS risk.

GlobalDnsInsight

Detailed insights for a global DNS reliability risk.

JSON representation
{
  "projectDefaultIsGlobalDns": boolean,
  "queryObservationWindow": string,
  "totalQueryCount": string,
  "riskyQueryCount": string
}
Fields
projectDefaultIsGlobalDns

boolean

Indicates whether the project's default DNS setting is global DNS.

queryObservationWindow

string (Duration format)

The observation window for the query counts.

A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".

totalQueryCount

string (int64 format)

The total number of queries in the observation window.

riskyQueryCount

string (int64 format)

The number of queries that are risky. This is always less than or equal to totalQueryCount.

RiskType

The type of reliability risk.

Enums
RISK_TYPE_UNSPECIFIED Default value. This value is unused.
GLOBAL_DNS Risk type related to global DNS.

Severity

The severity level of the reliability risk.

Enums
SEVERITY_UNSPECIFIED No severity specified. The default value.
LOW Low severity.
MEDIUM Medium severity.
HIGH High severity.
CRITICAL Critical severity.

RiskRecommendation

Recommendation for mitigating a reliability risk, including a reference URL.

JSON representation
{
  "content": string,
  "referenceUrl": string
}
Fields
content

string

Mitigation guide for the risk.

referenceUrl

string

URL referencing a more detailed mitigation guide.

Methods

get

The method compute.v1.ReliabilityRisksService.Get is not available in Cloud de Confiance by S3NS.

list

The method compute.v1.ReliabilityRisksService.List is not available in Cloud de Confiance by S3NS.