GoogleCloudAnalysis is a set of Google Cloud-based checks to perform on the deployment.
| JSON representation |
|---|
{
"alertPolicyChecks"
:
[
{
object (
|
| Fields | |
|---|---|
alertPolicyChecks[]
|
Optional. A list of Cloud Monitoring Alert Policy checks to perform as part of the analysis. |
AlertPolicyCheck
AlertPolicyCheck configures a set of Cloud Monitoring alerting policies that will be periodically polled for alerts. If any of the listed policies have an active alert, the analysis check will fail.
| JSON representation |
|---|
{ "id" : string , "alertPolicies" : [ string ] , "labels" : { string : string , ... } } |
| Fields | |
|---|---|
id
|
Required. The ID of the analysis check. |
alertPolicies[]
|
Required. The Cloud Monitoring Alert Policies to check for active alerts. Format is |
labels
|
Optional. A set of labels to filter active alerts. If set, only alerts having all of the specified labels will be considered. Otherwise, all active alerts will be considered. An object containing a list of |

