Resource: ReliabilityRisk
Represents a ReliabilityRisk resource.
| JSON representation |
|---|
{ "kind": string, "name": string, "id": string, "description": string, "creationTimestamp": string, "details": { "globalDnsInsight": { "projectDefaultIsGlobalDns": boolean, "queryObservationWindow": string, "totalQueryCount": string, "riskyQueryCount": string }, "lastUpdateTimestamp": string, "duration": string, "type": enum, "severity": enum }, "recommendation": { "content": string, "referenceUrl": string }, "selfLink": string, "selfLinkWithId": string } |
| Fields | |
|---|---|
kind |
Output only. Type of resource. Always |
name |
Name of the resource. The name must be 1-63 characters long and comply with RFC1035. |
id |
Output only. The unique identifier for the resource. This identifier is defined by the server. |
description |
An optional textual description of the resource; provided when the resource is created. |
creationTimestamp |
Output only. Creation timestamp in RFC3339 text format. |
details |
Output only. Details of the reliability risk resource |
details.globalDnsInsight |
Insight details for global DNS risk. |
details.globalDnsInsight.projectDefaultIsGlobalDns |
Indicates whether the project's default DNS setting is global DNS. |
details.globalDnsInsight.queryObservationWindow |
The observation window for the query counts. A duration in seconds with up to nine fractional digits, ending with ' |
details.globalDnsInsight.totalQueryCount |
The total number of queries in the observation window. |
details.globalDnsInsight.riskyQueryCount |
The number of queries that are risky. This is always less than or equal to totalQueryCount. |
details.lastUpdateTimestamp |
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: |
details.duration |
The duration of the risk since it was detected. A duration in seconds with up to nine fractional digits, ending with ' |
details.type |
The type of risk. |
details.severity |
The severity of the risk. |
recommendation |
The recommendation to mitigate the risk. |
recommendation.content |
Mitigation guide for the risk. |
recommendation.referenceUrl |
URL referencing a more detailed mitigation guide. |
selfLink |
Output only. Server-defined URL for the resource. |
selfLinkWithId |
Output only. Server-defined URL for this resource with the resource id. |
Methods |
|
|---|---|
|
Returns the specified ReliabilityRisk resource. |
|
Retrieves the list of reliabilityRisks available in the specified project. |