You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"maskHeaders": True or False, # Boolean specifying whether to encrypt the header information. Encryption should be specified for any headers related to authentication that you do not wish to be seen when retrieving the configuration. The server will be responsible for encrypting the headers. On Get/List calls, if mask_headers is set to true then the headers will be obscured with ******.
143
143
"path": "A String", # Optional (defaults to "/"). The path to the page against which to run the check. Will be combined with the host (specified within the monitored_resource) and port to construct the full URL. If the provided path does not begin with "/", a "/" will be prepended automatically.
144
+
"pingConfig": { # Information involved in sending ICMP pings alongside public HTTP/TCP checks. For HTTP, the pings are performed for each part of the redirect chain. # Contains information needed to add pings to an HTTP check.
145
+
"pingsCount": 42, # Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.
146
+
},
144
147
"port": 42, # Optional (defaults to 80 when use_ssl is false, and 443 when use_ssl is true). The TCP port on the HTTP server against which to run the check. Will be combined with host (specified within the monitored_resource) and path to construct the full URL.
145
148
"requestMethod": "A String", # The HTTP request method to use for the check. If set to METHOD_UNSPECIFIED then request_method defaults to GET.
146
149
"useSsl": True or False, # If true, use HTTPS instead of HTTP to run the check.
@@ -173,6 +176,9 @@ <h3>Method Details</h3>
173
176
"A String",
174
177
],
175
178
"tcpCheck": { # Information required for a TCP Uptime check request. # Contains information needed to make a TCP check.
179
+
"pingConfig": { # Information involved in sending ICMP pings alongside public HTTP/TCP checks. For HTTP, the pings are performed for each part of the redirect chain. # Contains information needed to add pings to a TCP check.
180
+
"pingsCount": 42, # Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.
181
+
},
176
182
"port": 42, # The TCP port on the server against which to run the check. Will be combined with host (specified within the monitored_resource) to construct the full URL. Required.
177
183
},
178
184
"timeout": "A String", # The maximum amount of time to wait for the request to complete (must be between 1 and 60 seconds). Required.
@@ -220,6 +226,9 @@ <h3>Method Details</h3>
220
226
},
221
227
"maskHeaders": True or False, # Boolean specifying whether to encrypt the header information. Encryption should be specified for any headers related to authentication that you do not wish to be seen when retrieving the configuration. The server will be responsible for encrypting the headers. On Get/List calls, if mask_headers is set to true then the headers will be obscured with ******.
222
228
"path": "A String", # Optional (defaults to "/"). The path to the page against which to run the check. Will be combined with the host (specified within the monitored_resource) and port to construct the full URL. If the provided path does not begin with "/", a "/" will be prepended automatically.
229
+
"pingConfig": { # Information involved in sending ICMP pings alongside public HTTP/TCP checks. For HTTP, the pings are performed for each part of the redirect chain. # Contains information needed to add pings to an HTTP check.
230
+
"pingsCount": 42, # Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.
231
+
},
223
232
"port": 42, # Optional (defaults to 80 when use_ssl is false, and 443 when use_ssl is true). The TCP port on the HTTP server against which to run the check. Will be combined with host (specified within the monitored_resource) and path to construct the full URL.
224
233
"requestMethod": "A String", # The HTTP request method to use for the check. If set to METHOD_UNSPECIFIED then request_method defaults to GET.
225
234
"useSsl": True or False, # If true, use HTTPS instead of HTTP to run the check.
@@ -252,6 +261,9 @@ <h3>Method Details</h3>
252
261
"A String",
253
262
],
254
263
"tcpCheck": { # Information required for a TCP Uptime check request. # Contains information needed to make a TCP check.
264
+
"pingConfig": { # Information involved in sending ICMP pings alongside public HTTP/TCP checks. For HTTP, the pings are performed for each part of the redirect chain. # Contains information needed to add pings to a TCP check.
265
+
"pingsCount": 42, # Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.
266
+
},
255
267
"port": 42, # The TCP port on the server against which to run the check. Will be combined with host (specified within the monitored_resource) to construct the full URL. Required.
256
268
},
257
269
"timeout": "A String", # The maximum amount of time to wait for the request to complete (must be between 1 and 60 seconds). Required.
@@ -324,6 +336,9 @@ <h3>Method Details</h3>
324
336
},
325
337
"maskHeaders": True or False, # Boolean specifying whether to encrypt the header information. Encryption should be specified for any headers related to authentication that you do not wish to be seen when retrieving the configuration. The server will be responsible for encrypting the headers. On Get/List calls, if mask_headers is set to true then the headers will be obscured with ******.
326
338
"path": "A String", # Optional (defaults to "/"). The path to the page against which to run the check. Will be combined with the host (specified within the monitored_resource) and port to construct the full URL. If the provided path does not begin with "/", a "/" will be prepended automatically.
339
+
"pingConfig": { # Information involved in sending ICMP pings alongside public HTTP/TCP checks. For HTTP, the pings are performed for each part of the redirect chain. # Contains information needed to add pings to an HTTP check.
340
+
"pingsCount": 42, # Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.
341
+
},
327
342
"port": 42, # Optional (defaults to 80 when use_ssl is false, and 443 when use_ssl is true). The TCP port on the HTTP server against which to run the check. Will be combined with host (specified within the monitored_resource) and path to construct the full URL.
328
343
"requestMethod": "A String", # The HTTP request method to use for the check. If set to METHOD_UNSPECIFIED then request_method defaults to GET.
329
344
"useSsl": True or False, # If true, use HTTPS instead of HTTP to run the check.
@@ -356,6 +371,9 @@ <h3>Method Details</h3>
356
371
"A String",
357
372
],
358
373
"tcpCheck": { # Information required for a TCP Uptime check request. # Contains information needed to make a TCP check.
374
+
"pingConfig": { # Information involved in sending ICMP pings alongside public HTTP/TCP checks. For HTTP, the pings are performed for each part of the redirect chain. # Contains information needed to add pings to a TCP check.
375
+
"pingsCount": 42, # Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.
376
+
},
359
377
"port": 42, # The TCP port on the server against which to run the check. Will be combined with host (specified within the monitored_resource) to construct the full URL. Required.
360
378
},
361
379
"timeout": "A String", # The maximum amount of time to wait for the request to complete (must be between 1 and 60 seconds). Required.
<pre>Lists the existing valid Uptime check configurations for the project (leaving out any invalid configurations).
371
389
372
390
Args:
373
391
parent: string, Required. The project (https://cloud.google.com/monitoring/api/v3#project_name) whose Uptime check configurations are listed. The format is: projects/[PROJECT_ID_OR_NUMBER] (required)
392
+
filter: string, If provided, this field specifies the criteria that must be met by uptime checks to be included in the response.For more details, see Filtering syntax (https://cloud.google.com/monitoring/api/v3/sorting-and-filtering#filter_syntax).
374
393
pageSize: integer, The maximum number of results to return in a single response. The server may further constrain the maximum number of results returned in a single page. If the page_size is <=0, the server will decide the number of results to be returned.
375
394
pageToken: string, If this field is not empty then it must contain the nextPageToken value returned by a previous call to this method. Using this field causes the method to return more results from the previous method call.
376
395
x__xgafv: string, V1 error format.
@@ -416,6 +435,9 @@ <h3>Method Details</h3>
416
435
},
417
436
"maskHeaders": True or False, # Boolean specifying whether to encrypt the header information. Encryption should be specified for any headers related to authentication that you do not wish to be seen when retrieving the configuration. The server will be responsible for encrypting the headers. On Get/List calls, if mask_headers is set to true then the headers will be obscured with ******.
418
437
"path": "A String", # Optional (defaults to "/"). The path to the page against which to run the check. Will be combined with the host (specified within the monitored_resource) and port to construct the full URL. If the provided path does not begin with "/", a "/" will be prepended automatically.
438
+
"pingConfig": { # Information involved in sending ICMP pings alongside public HTTP/TCP checks. For HTTP, the pings are performed for each part of the redirect chain. # Contains information needed to add pings to an HTTP check.
439
+
"pingsCount": 42, # Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.
440
+
},
419
441
"port": 42, # Optional (defaults to 80 when use_ssl is false, and 443 when use_ssl is true). The TCP port on the HTTP server against which to run the check. Will be combined with host (specified within the monitored_resource) and path to construct the full URL.
420
442
"requestMethod": "A String", # The HTTP request method to use for the check. If set to METHOD_UNSPECIFIED then request_method defaults to GET.
421
443
"useSsl": True or False, # If true, use HTTPS instead of HTTP to run the check.
@@ -448,6 +470,9 @@ <h3>Method Details</h3>
448
470
"A String",
449
471
],
450
472
"tcpCheck": { # Information required for a TCP Uptime check request. # Contains information needed to make a TCP check.
473
+
"pingConfig": { # Information involved in sending ICMP pings alongside public HTTP/TCP checks. For HTTP, the pings are performed for each part of the redirect chain. # Contains information needed to add pings to a TCP check.
474
+
"pingsCount": 42, # Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.
475
+
},
451
476
"port": 42, # The TCP port on the server against which to run the check. Will be combined with host (specified within the monitored_resource) to construct the full URL. Required.
452
477
},
453
478
"timeout": "A String", # The maximum amount of time to wait for the request to complete (must be between 1 and 60 seconds). Required.
@@ -513,6 +538,9 @@ <h3>Method Details</h3>
513
538
},
514
539
"maskHeaders": True or False, # Boolean specifying whether to encrypt the header information. Encryption should be specified for any headers related to authentication that you do not wish to be seen when retrieving the configuration. The server will be responsible for encrypting the headers. On Get/List calls, if mask_headers is set to true then the headers will be obscured with ******.
515
540
"path": "A String", # Optional (defaults to "/"). The path to the page against which to run the check. Will be combined with the host (specified within the monitored_resource) and port to construct the full URL. If the provided path does not begin with "/", a "/" will be prepended automatically.
541
+
"pingConfig": { # Information involved in sending ICMP pings alongside public HTTP/TCP checks. For HTTP, the pings are performed for each part of the redirect chain. # Contains information needed to add pings to an HTTP check.
542
+
"pingsCount": 42, # Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.
543
+
},
516
544
"port": 42, # Optional (defaults to 80 when use_ssl is false, and 443 when use_ssl is true). The TCP port on the HTTP server against which to run the check. Will be combined with host (specified within the monitored_resource) and path to construct the full URL.
517
545
"requestMethod": "A String", # The HTTP request method to use for the check. If set to METHOD_UNSPECIFIED then request_method defaults to GET.
518
546
"useSsl": True or False, # If true, use HTTPS instead of HTTP to run the check.
@@ -545,6 +573,9 @@ <h3>Method Details</h3>
545
573
"A String",
546
574
],
547
575
"tcpCheck": { # Information required for a TCP Uptime check request. # Contains information needed to make a TCP check.
576
+
"pingConfig": { # Information involved in sending ICMP pings alongside public HTTP/TCP checks. For HTTP, the pings are performed for each part of the redirect chain. # Contains information needed to add pings to a TCP check.
577
+
"pingsCount": 42, # Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.
578
+
},
548
579
"port": 42, # The TCP port on the server against which to run the check. Will be combined with host (specified within the monitored_resource) to construct the full URL. Required.
549
580
},
550
581
"timeout": "A String", # The maximum amount of time to wait for the request to complete (must be between 1 and 60 seconds). Required.
@@ -593,6 +624,9 @@ <h3>Method Details</h3>
593
624
},
594
625
"maskHeaders": True or False, # Boolean specifying whether to encrypt the header information. Encryption should be specified for any headers related to authentication that you do not wish to be seen when retrieving the configuration. The server will be responsible for encrypting the headers. On Get/List calls, if mask_headers is set to true then the headers will be obscured with ******.
595
626
"path": "A String", # Optional (defaults to "/"). The path to the page against which to run the check. Will be combined with the host (specified within the monitored_resource) and port to construct the full URL. If the provided path does not begin with "/", a "/" will be prepended automatically.
627
+
"pingConfig": { # Information involved in sending ICMP pings alongside public HTTP/TCP checks. For HTTP, the pings are performed for each part of the redirect chain. # Contains information needed to add pings to an HTTP check.
628
+
"pingsCount": 42, # Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.
629
+
},
596
630
"port": 42, # Optional (defaults to 80 when use_ssl is false, and 443 when use_ssl is true). The TCP port on the HTTP server against which to run the check. Will be combined with host (specified within the monitored_resource) and path to construct the full URL.
597
631
"requestMethod": "A String", # The HTTP request method to use for the check. If set to METHOD_UNSPECIFIED then request_method defaults to GET.
598
632
"useSsl": True or False, # If true, use HTTPS instead of HTTP to run the check.
@@ -625,6 +659,9 @@ <h3>Method Details</h3>
625
659
"A String",
626
660
],
627
661
"tcpCheck": { # Information required for a TCP Uptime check request. # Contains information needed to make a TCP check.
662
+
"pingConfig": { # Information involved in sending ICMP pings alongside public HTTP/TCP checks. For HTTP, the pings are performed for each part of the redirect chain. # Contains information needed to add pings to a TCP check.
663
+
"pingsCount": 42, # Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.
664
+
},
628
665
"port": 42, # The TCP port on the server against which to run the check. Will be combined with host (specified within the monitored_resource) to construct the full URL. Required.
629
666
},
630
667
"timeout": "A String", # The maximum amount of time to wait for the request to complete (must be between 1 and 60 seconds). Required.
0 commit comments