Skip to content

Commit cecd16c

Browse files
feat(monitoring): update the api
#### monitoring:v3 The following keys were added: - schemas.UptimeCheckConfig.properties.disabled.type (Total Keys: 1)
1 parent 54e2633 commit cecd16c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/dyn/monitoring_v3.projects.uptimeCheckConfigs.html

+6
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ <h3>Method Details</h3>
122122
&quot;matcher&quot;: &quot;A String&quot;, # The type of content matcher that will be applied to the server output, compared to the content string when the check is run.
123123
},
124124
],
125+
&quot;disabled&quot;: True or False, # Whether the check is disabled or not.
125126
&quot;displayName&quot;: &quot;A String&quot;, # A human-friendly name for the Uptime check configuration. The display name should be unique within a Cloud Monitoring Workspace in order to make it easier to identify; however, uniqueness is not enforced. Required.
126127
&quot;httpCheck&quot;: { # Information involved in an HTTP/HTTPS Uptime check request. # Contains information needed to make an HTTP or HTTPS check.
127128
&quot;acceptedResponseStatusCodes&quot;: [ # If present, the check will only pass if the HTTP response status code is in this set of status codes. If empty, the HTTP status code will only pass if the HTTP status code is 200-299.
@@ -223,6 +224,7 @@ <h3>Method Details</h3>
223224
&quot;matcher&quot;: &quot;A String&quot;, # The type of content matcher that will be applied to the server output, compared to the content string when the check is run.
224225
},
225226
],
227+
&quot;disabled&quot;: True or False, # Whether the check is disabled or not.
226228
&quot;displayName&quot;: &quot;A String&quot;, # A human-friendly name for the Uptime check configuration. The display name should be unique within a Cloud Monitoring Workspace in order to make it easier to identify; however, uniqueness is not enforced. Required.
227229
&quot;httpCheck&quot;: { # Information involved in an HTTP/HTTPS Uptime check request. # Contains information needed to make an HTTP or HTTPS check.
228230
&quot;acceptedResponseStatusCodes&quot;: [ # If present, the check will only pass if the HTTP response status code is in this set of status codes. If empty, the HTTP status code will only pass if the HTTP status code is 200-299.
@@ -349,6 +351,7 @@ <h3>Method Details</h3>
349351
&quot;matcher&quot;: &quot;A String&quot;, # The type of content matcher that will be applied to the server output, compared to the content string when the check is run.
350352
},
351353
],
354+
&quot;disabled&quot;: True or False, # Whether the check is disabled or not.
352355
&quot;displayName&quot;: &quot;A String&quot;, # A human-friendly name for the Uptime check configuration. The display name should be unique within a Cloud Monitoring Workspace in order to make it easier to identify; however, uniqueness is not enforced. Required.
353356
&quot;httpCheck&quot;: { # Information involved in an HTTP/HTTPS Uptime check request. # Contains information needed to make an HTTP or HTTPS check.
354357
&quot;acceptedResponseStatusCodes&quot;: [ # If present, the check will only pass if the HTTP response status code is in this set of status codes. If empty, the HTTP status code will only pass if the HTTP status code is 200-299.
@@ -464,6 +467,7 @@ <h3>Method Details</h3>
464467
&quot;matcher&quot;: &quot;A String&quot;, # The type of content matcher that will be applied to the server output, compared to the content string when the check is run.
465468
},
466469
],
470+
&quot;disabled&quot;: True or False, # Whether the check is disabled or not.
467471
&quot;displayName&quot;: &quot;A String&quot;, # A human-friendly name for the Uptime check configuration. The display name should be unique within a Cloud Monitoring Workspace in order to make it easier to identify; however, uniqueness is not enforced. Required.
468472
&quot;httpCheck&quot;: { # Information involved in an HTTP/HTTPS Uptime check request. # Contains information needed to make an HTTP or HTTPS check.
469473
&quot;acceptedResponseStatusCodes&quot;: [ # If present, the check will only pass if the HTTP response status code is in this set of status codes. If empty, the HTTP status code will only pass if the HTTP status code is 200-299.
@@ -583,6 +587,7 @@ <h3>Method Details</h3>
583587
&quot;matcher&quot;: &quot;A String&quot;, # The type of content matcher that will be applied to the server output, compared to the content string when the check is run.
584588
},
585589
],
590+
&quot;disabled&quot;: True or False, # Whether the check is disabled or not.
586591
&quot;displayName&quot;: &quot;A String&quot;, # A human-friendly name for the Uptime check configuration. The display name should be unique within a Cloud Monitoring Workspace in order to make it easier to identify; however, uniqueness is not enforced. Required.
587592
&quot;httpCheck&quot;: { # Information involved in an HTTP/HTTPS Uptime check request. # Contains information needed to make an HTTP or HTTPS check.
588593
&quot;acceptedResponseStatusCodes&quot;: [ # If present, the check will only pass if the HTTP response status code is in this set of status codes. If empty, the HTTP status code will only pass if the HTTP status code is 200-299.
@@ -685,6 +690,7 @@ <h3>Method Details</h3>
685690
&quot;matcher&quot;: &quot;A String&quot;, # The type of content matcher that will be applied to the server output, compared to the content string when the check is run.
686691
},
687692
],
693+
&quot;disabled&quot;: True or False, # Whether the check is disabled or not.
688694
&quot;displayName&quot;: &quot;A String&quot;, # A human-friendly name for the Uptime check configuration. The display name should be unique within a Cloud Monitoring Workspace in order to make it easier to identify; however, uniqueness is not enforced. Required.
689695
&quot;httpCheck&quot;: { # Information involved in an HTTP/HTTPS Uptime check request. # Contains information needed to make an HTTP or HTTPS check.
690696
&quot;acceptedResponseStatusCodes&quot;: [ # If present, the check will only pass if the HTTP response status code is in this set of status codes. If empty, the HTTP status code will only pass if the HTTP status code is 200-299.

googleapiclient/discovery_cache/documents/monitoring.v3.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -2720,7 +2720,7 @@
27202720
}
27212721
}
27222722
},
2723-
"revision": "20250227",
2723+
"revision": "20250313",
27242724
"rootUrl": "https://monitoring.googleapis.com/",
27252725
"schemas": {
27262726
"Aggregation": {
@@ -6097,6 +6097,10 @@
60976097
},
60986098
"type": "array"
60996099
},
6100+
"disabled": {
6101+
"description": "Whether the check is disabled or not.",
6102+
"type": "boolean"
6103+
},
61006104
"displayName": {
61016105
"description": "A human-friendly name for the Uptime check configuration. The display name should be unique within a Cloud Monitoring Workspace in order to make it easier to identify; however, uniqueness is not enforced. Required.",
61026106
"type": "string"

0 commit comments

Comments
 (0)