blob: 737907eee72f0c492f0980524c58299dad900a2d [file] [log] [blame]
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
Dan O'Mearadd494642020-05-01 07:42:23 -070075<h1><a href="monitoring_v3.html">Cloud Monitoring API</a> . <a href="monitoring_v3.projects.html">projects</a> . <a href="monitoring_v3.projects.uptimeCheckConfigs.html">uptimeCheckConfigs</a></h1>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070076<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070081 <code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
82<p class="firstline">Creates a new Uptime check configuration.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070083<p class="toc_element">
84 <code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070085<p class="firstline">Deletes an Uptime check configuration. Note that this method will fail if the Uptime check configuration is referenced by an alert policy or other dependent configs that would be rendered invalid by the deletion.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070086<p class="toc_element">
87 <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070088<p class="firstline">Gets a single Uptime check configuration.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070089<p class="toc_element">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080090 <code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070091<p class="firstline">Lists the existing valid Uptime check configurations for the project (leaving out any invalid configurations).</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070092<p class="toc_element">
93 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
94<p class="firstline">Retrieves the next page of results.</p>
95<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070096 <code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
97<p class="firstline">Updates an Uptime check configuration. You can either replace the entire configuration with a new one or replace only certain fields in the current configuration by specifying the fields to be updated via updateMask. Returns the updated configuration.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070098<h3>Method Details</h3>
99<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700100 <code class="details" id="close">close()</code>
101 <pre>Close httplib2 connections.</pre>
102</div>
103
104<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700105 <code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
106 <pre>Creates a new Uptime check configuration.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700107
108Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700109 parent: string, Required. The project in which to create the Uptime check. The format is: projects/[PROJECT_ID_OR_NUMBER] (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700110 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700111 The object takes the form of:
112
113{ # This message configures which resources and services to monitor for availability.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800114 &quot;contentMatchers&quot;: [ # The content that is expected to appear in the data returned by the target server against which the check is run. Currently, only the first entry in the content_matchers list is supported, and additional entries will be ignored. This field is optional and should only be specified if a content match is required as part of the/ Uptime check.
115 { # Optional. Used to perform content matching. This allows matching based on substrings and regular expressions, together with their negations. Only the first 4 MB of an HTTP or HTTPS check&#x27;s response (and the first 1 MB of a TCP check&#x27;s response) are examined for purposes of content matching.
116 &quot;content&quot;: &quot;A String&quot;, # String or regex content to match. Maximum 1024 bytes. An empty content string indicates no content matching is to be performed.
117 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800118 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800119 ],
120 &quot;displayName&quot;: &quot;A String&quot;, # A human-friendly name for the Uptime check configuration. The display name should be unique within a Stackdriver Workspace in order to make it easier to identify; however, uniqueness is not enforced. Required.
121 &quot;httpCheck&quot;: { # Information involved in an HTTP/HTTPS Uptime check request. # Contains information needed to make an HTTP or HTTPS check.
122 &quot;authInfo&quot;: { # The authentication parameters to provide to the specified resource or URL that requires a username and password. Currently, only Basic HTTP authentication (https://tools.ietf.org/html/rfc7617) is supported in Uptime checks. # The authentication information. Optional when creating an HTTP check; defaults to empty.
123 &quot;password&quot;: &quot;A String&quot;, # The password to use when authenticating with the HTTP server.
124 &quot;username&quot;: &quot;A String&quot;, # The username to use when authenticating with the HTTP server.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800125 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800126 &quot;body&quot;: &quot;A String&quot;, # The request body associated with the HTTP POST request. If content_type is URL_ENCODED, the body passed in must be URL-encoded. Users can provide a Content-Length header via the headers field or the API will do so. If the request_method is GET and body is not empty, the API will return an error. The maximum byte size is 1 megabyte. Note: As with all bytes fields, JSON representations are base64 encoded. e.g.: &quot;foo=bar&quot; in URL-encoded form is &quot;foo%3Dbar&quot; and in base64 encoding is &quot;Zm9vJTI1M0RiYXI=&quot;.
127 &quot;contentType&quot;: &quot;A String&quot;, # The content type header to use for the check. The following configurations result in errors: 1. Content type is specified in both the headers field and the content_type field. 2. Request method is GET and content_type is not TYPE_UNSPECIFIED 3. Request method is POST and content_type is TYPE_UNSPECIFIED. 4. Request method is POST and a &quot;Content-Type&quot; header is provided via headers field. The content_type field should be used instead.
128 &quot;headers&quot;: { # The list of headers to send as part of the Uptime check request. If two headers have the same key and different values, they should be entered as a single header, with the value being a comma-separated list of all the desired values as described at https://www.w3.org/Protocols/rfc2616/rfc2616.txt (page 31). Entering two separate headers with the same key in a Create call will cause the first to be overwritten by the second. The maximum number of headers allowed is 100.
129 &quot;a_key&quot;: &quot;A String&quot;,
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800130 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800131 &quot;maskHeaders&quot;: 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 ******.
132 &quot;path&quot;: &quot;A String&quot;, # Optional (defaults to &quot;/&quot;). 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 &quot;/&quot;, a &quot;/&quot; will be prepended automatically.
133 &quot;port&quot;: 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.
134 &quot;requestMethod&quot;: &quot;A String&quot;, # The HTTP request method to use for the check. If set to METHOD_UNSPECIFIED then request_method defaults to GET.
135 &quot;useSsl&quot;: True or False, # If true, use HTTPS instead of HTTP to run the check.
136 &quot;validateSsl&quot;: True or False, # Boolean specifying whether to include SSL certificate validation as a part of the Uptime check. Only applies to checks where monitored_resource is set to uptime_url. If use_ssl is false, setting validate_ssl to true has no effect.
137 },
138 &quot;internalCheckers&quot;: [ # The internal checkers that this check will egress from. If is_internal is true and this list is empty, the check will egress from all the InternalCheckers configured for the project that owns this UptimeCheckConfig.
139 { # An internal checker allows Uptime checks to run on private/internal GCP resources.
140 &quot;displayName&quot;: &quot;A String&quot;, # The checker&#x27;s human-readable name. The display name should be unique within a Stackdriver Workspace in order to make it easier to identify; however, uniqueness is not enforced.
141 &quot;gcpZone&quot;: &quot;A String&quot;, # The GCP zone the Uptime check should egress from. Only respected for internal Uptime checks, where internal_network is specified.
142 &quot;name&quot;: &quot;A String&quot;, # A unique resource name for this InternalChecker. The format is: projects/[PROJECT_ID_OR_NUMBER]/internalCheckers/[INTERNAL_CHECKER_ID] [PROJECT_ID_OR_NUMBER] is the Stackdriver Workspace project for the Uptime check config associated with the internal checker.
143 &quot;network&quot;: &quot;A String&quot;, # The GCP VPC network (https://cloud.google.com/vpc/docs/vpc) where the internal resource lives (ex: &quot;default&quot;).
144 &quot;peerProjectId&quot;: &quot;A String&quot;, # The GCP project ID where the internal checker lives. Not necessary the same as the Workspace project.
145 &quot;state&quot;: &quot;A String&quot;, # The current operational state of the internal checker.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800146 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800147 ],
148 &quot;isInternal&quot;: True or False, # If this is true, then checks are made only from the &#x27;internal_checkers&#x27;. If it is false, then checks are made only from the &#x27;selected_regions&#x27;. It is an error to provide &#x27;selected_regions&#x27; when is_internal is true, or to provide &#x27;internal_checkers&#x27; when is_internal is false.
149 &quot;monitoredResource&quot;: { # An object representing a resource that can be used for monitoring, logging, billing, or other purposes. Examples include virtual machine instances, databases, and storage devices such as disks. The type field identifies a MonitoredResourceDescriptor object that describes the resource&#x27;s schema. Information in the labels field identifies the actual resource and its attributes according to the schema. For example, a particular Compute Engine VM instance could be represented by the following object, because the MonitoredResourceDescriptor for &quot;gce_instance&quot; has labels &quot;instance_id&quot; and &quot;zone&quot;: { &quot;type&quot;: &quot;gce_instance&quot;, &quot;labels&quot;: { &quot;instance_id&quot;: &quot;12345678901234&quot;, &quot;zone&quot;: &quot;us-central1-a&quot; }} # The monitored resource (https://cloud.google.com/monitoring/api/resources) associated with the configuration. The following monitored resource types are supported for Uptime checks: uptime_url, gce_instance, gae_app, aws_ec2_instance, aws_elb_load_balancer
150 &quot;labels&quot;: { # Required. Values for all of the labels listed in the associated monitored resource descriptor. For example, Compute Engine VM instances use the labels &quot;project_id&quot;, &quot;instance_id&quot;, and &quot;zone&quot;.
151 &quot;a_key&quot;: &quot;A String&quot;,
152 },
153 &quot;type&quot;: &quot;A String&quot;, # Required. The monitored resource type. This field must match the type field of a MonitoredResourceDescriptor object. For example, the type of a Compute Engine VM instance is gce_instance. For a list of types, see Monitoring resource types and Logging resource types.
154 },
155 &quot;name&quot;: &quot;A String&quot;, # A unique resource name for this Uptime check configuration. The format is: projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID] [PROJECT_ID_OR_NUMBER] is the Workspace host project associated with the Uptime check.This field should be omitted when creating the Uptime check configuration; on create, the resource name is assigned by the server and included in the response.
156 &quot;period&quot;: &quot;A String&quot;, # How often, in seconds, the Uptime check is performed. Currently, the only supported values are 60s (1 minute), 300s (5 minutes), 600s (10 minutes), and 900s (15 minutes). Optional, defaults to 60s.
157 &quot;resourceGroup&quot;: { # The resource submessage for group checks. It can be used instead of a monitored resource, when multiple resources are being monitored. # The group resource associated with the configuration.
158 &quot;groupId&quot;: &quot;A String&quot;, # The group of resources being monitored. Should be only the [GROUP_ID], and not the full-path projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID].
159 &quot;resourceType&quot;: &quot;A String&quot;, # The resource type of the group members.
160 },
161 &quot;selectedRegions&quot;: [ # The list of regions from which the check will be run. Some regions contain one location, and others contain more than one. If this field is specified, enough regions must be provided to include a minimum of 3 locations. Not specifying this field will result in Uptime checks running from all available regions.
162 &quot;A String&quot;,
163 ],
164 &quot;tcpCheck&quot;: { # Information required for a TCP Uptime check request. # Contains information needed to make a TCP check.
165 &quot;port&quot;: 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.
166 },
167 &quot;timeout&quot;: &quot;A String&quot;, # The maximum amount of time to wait for the request to complete (must be between 1 and 60 seconds). Required.
168}
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800169
170 x__xgafv: string, V1 error format.
171 Allowed values
172 1 - v1 error format
173 2 - v2 error format
174
175Returns:
176 An object of the form:
177
178 { # This message configures which resources and services to monitor for availability.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800179 &quot;contentMatchers&quot;: [ # The content that is expected to appear in the data returned by the target server against which the check is run. Currently, only the first entry in the content_matchers list is supported, and additional entries will be ignored. This field is optional and should only be specified if a content match is required as part of the/ Uptime check.
180 { # Optional. Used to perform content matching. This allows matching based on substrings and regular expressions, together with their negations. Only the first 4 MB of an HTTP or HTTPS check&#x27;s response (and the first 1 MB of a TCP check&#x27;s response) are examined for purposes of content matching.
181 &quot;content&quot;: &quot;A String&quot;, # String or regex content to match. Maximum 1024 bytes. An empty content string indicates no content matching is to be performed.
182 &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.
183 },
184 ],
185 &quot;displayName&quot;: &quot;A String&quot;, # A human-friendly name for the Uptime check configuration. The display name should be unique within a Stackdriver Workspace in order to make it easier to identify; however, uniqueness is not enforced. Required.
186 &quot;httpCheck&quot;: { # Information involved in an HTTP/HTTPS Uptime check request. # Contains information needed to make an HTTP or HTTPS check.
187 &quot;authInfo&quot;: { # The authentication parameters to provide to the specified resource or URL that requires a username and password. Currently, only Basic HTTP authentication (https://tools.ietf.org/html/rfc7617) is supported in Uptime checks. # The authentication information. Optional when creating an HTTP check; defaults to empty.
188 &quot;password&quot;: &quot;A String&quot;, # The password to use when authenticating with the HTTP server.
189 &quot;username&quot;: &quot;A String&quot;, # The username to use when authenticating with the HTTP server.
190 },
191 &quot;body&quot;: &quot;A String&quot;, # The request body associated with the HTTP POST request. If content_type is URL_ENCODED, the body passed in must be URL-encoded. Users can provide a Content-Length header via the headers field or the API will do so. If the request_method is GET and body is not empty, the API will return an error. The maximum byte size is 1 megabyte. Note: As with all bytes fields, JSON representations are base64 encoded. e.g.: &quot;foo=bar&quot; in URL-encoded form is &quot;foo%3Dbar&quot; and in base64 encoding is &quot;Zm9vJTI1M0RiYXI=&quot;.
192 &quot;contentType&quot;: &quot;A String&quot;, # The content type header to use for the check. The following configurations result in errors: 1. Content type is specified in both the headers field and the content_type field. 2. Request method is GET and content_type is not TYPE_UNSPECIFIED 3. Request method is POST and content_type is TYPE_UNSPECIFIED. 4. Request method is POST and a &quot;Content-Type&quot; header is provided via headers field. The content_type field should be used instead.
193 &quot;headers&quot;: { # The list of headers to send as part of the Uptime check request. If two headers have the same key and different values, they should be entered as a single header, with the value being a comma-separated list of all the desired values as described at https://www.w3.org/Protocols/rfc2616/rfc2616.txt (page 31). Entering two separate headers with the same key in a Create call will cause the first to be overwritten by the second. The maximum number of headers allowed is 100.
194 &quot;a_key&quot;: &quot;A String&quot;,
195 },
196 &quot;maskHeaders&quot;: 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 ******.
197 &quot;path&quot;: &quot;A String&quot;, # Optional (defaults to &quot;/&quot;). 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 &quot;/&quot;, a &quot;/&quot; will be prepended automatically.
198 &quot;port&quot;: 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.
199 &quot;requestMethod&quot;: &quot;A String&quot;, # The HTTP request method to use for the check. If set to METHOD_UNSPECIFIED then request_method defaults to GET.
200 &quot;useSsl&quot;: True or False, # If true, use HTTPS instead of HTTP to run the check.
201 &quot;validateSsl&quot;: True or False, # Boolean specifying whether to include SSL certificate validation as a part of the Uptime check. Only applies to checks where monitored_resource is set to uptime_url. If use_ssl is false, setting validate_ssl to true has no effect.
202 },
203 &quot;internalCheckers&quot;: [ # The internal checkers that this check will egress from. If is_internal is true and this list is empty, the check will egress from all the InternalCheckers configured for the project that owns this UptimeCheckConfig.
204 { # An internal checker allows Uptime checks to run on private/internal GCP resources.
205 &quot;displayName&quot;: &quot;A String&quot;, # The checker&#x27;s human-readable name. The display name should be unique within a Stackdriver Workspace in order to make it easier to identify; however, uniqueness is not enforced.
206 &quot;gcpZone&quot;: &quot;A String&quot;, # The GCP zone the Uptime check should egress from. Only respected for internal Uptime checks, where internal_network is specified.
207 &quot;name&quot;: &quot;A String&quot;, # A unique resource name for this InternalChecker. The format is: projects/[PROJECT_ID_OR_NUMBER]/internalCheckers/[INTERNAL_CHECKER_ID] [PROJECT_ID_OR_NUMBER] is the Stackdriver Workspace project for the Uptime check config associated with the internal checker.
208 &quot;network&quot;: &quot;A String&quot;, # The GCP VPC network (https://cloud.google.com/vpc/docs/vpc) where the internal resource lives (ex: &quot;default&quot;).
209 &quot;peerProjectId&quot;: &quot;A String&quot;, # The GCP project ID where the internal checker lives. Not necessary the same as the Workspace project.
210 &quot;state&quot;: &quot;A String&quot;, # The current operational state of the internal checker.
211 },
212 ],
213 &quot;isInternal&quot;: True or False, # If this is true, then checks are made only from the &#x27;internal_checkers&#x27;. If it is false, then checks are made only from the &#x27;selected_regions&#x27;. It is an error to provide &#x27;selected_regions&#x27; when is_internal is true, or to provide &#x27;internal_checkers&#x27; when is_internal is false.
214 &quot;monitoredResource&quot;: { # An object representing a resource that can be used for monitoring, logging, billing, or other purposes. Examples include virtual machine instances, databases, and storage devices such as disks. The type field identifies a MonitoredResourceDescriptor object that describes the resource&#x27;s schema. Information in the labels field identifies the actual resource and its attributes according to the schema. For example, a particular Compute Engine VM instance could be represented by the following object, because the MonitoredResourceDescriptor for &quot;gce_instance&quot; has labels &quot;instance_id&quot; and &quot;zone&quot;: { &quot;type&quot;: &quot;gce_instance&quot;, &quot;labels&quot;: { &quot;instance_id&quot;: &quot;12345678901234&quot;, &quot;zone&quot;: &quot;us-central1-a&quot; }} # The monitored resource (https://cloud.google.com/monitoring/api/resources) associated with the configuration. The following monitored resource types are supported for Uptime checks: uptime_url, gce_instance, gae_app, aws_ec2_instance, aws_elb_load_balancer
215 &quot;labels&quot;: { # Required. Values for all of the labels listed in the associated monitored resource descriptor. For example, Compute Engine VM instances use the labels &quot;project_id&quot;, &quot;instance_id&quot;, and &quot;zone&quot;.
216 &quot;a_key&quot;: &quot;A String&quot;,
217 },
218 &quot;type&quot;: &quot;A String&quot;, # Required. The monitored resource type. This field must match the type field of a MonitoredResourceDescriptor object. For example, the type of a Compute Engine VM instance is gce_instance. For a list of types, see Monitoring resource types and Logging resource types.
219 },
220 &quot;name&quot;: &quot;A String&quot;, # A unique resource name for this Uptime check configuration. The format is: projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID] [PROJECT_ID_OR_NUMBER] is the Workspace host project associated with the Uptime check.This field should be omitted when creating the Uptime check configuration; on create, the resource name is assigned by the server and included in the response.
221 &quot;period&quot;: &quot;A String&quot;, # How often, in seconds, the Uptime check is performed. Currently, the only supported values are 60s (1 minute), 300s (5 minutes), 600s (10 minutes), and 900s (15 minutes). Optional, defaults to 60s.
222 &quot;resourceGroup&quot;: { # The resource submessage for group checks. It can be used instead of a monitored resource, when multiple resources are being monitored. # The group resource associated with the configuration.
223 &quot;groupId&quot;: &quot;A String&quot;, # The group of resources being monitored. Should be only the [GROUP_ID], and not the full-path projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID].
224 &quot;resourceType&quot;: &quot;A String&quot;, # The resource type of the group members.
225 },
226 &quot;selectedRegions&quot;: [ # The list of regions from which the check will be run. Some regions contain one location, and others contain more than one. If this field is specified, enough regions must be provided to include a minimum of 3 locations. Not specifying this field will result in Uptime checks running from all available regions.
227 &quot;A String&quot;,
228 ],
229 &quot;tcpCheck&quot;: { # Information required for a TCP Uptime check request. # Contains information needed to make a TCP check.
230 &quot;port&quot;: 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.
231 },
232 &quot;timeout&quot;: &quot;A String&quot;, # The maximum amount of time to wait for the request to complete (must be between 1 and 60 seconds). Required.
233}</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700234</div>
235
236<div class="method">
237 <code class="details" id="delete">delete(name, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700238 <pre>Deletes an Uptime check configuration. Note that this method will fail if the Uptime check configuration is referenced by an alert policy or other dependent configs that would be rendered invalid by the deletion.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700239
240Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700241 name: string, Required. The Uptime check configuration to delete. The format is: projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID] (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700242 x__xgafv: string, V1 error format.
243 Allowed values
244 1 - v1 error format
245 2 - v2 error format
246
247Returns:
248 An object of the form:
249
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700250 { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for Empty is empty JSON object {}.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800251}</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700252</div>
253
254<div class="method">
255 <code class="details" id="get">get(name, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700256 <pre>Gets a single Uptime check configuration.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700257
258Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700259 name: string, Required. The Uptime check configuration to retrieve. The format is: projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID] (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700260 x__xgafv: string, V1 error format.
261 Allowed values
262 1 - v1 error format
263 2 - v2 error format
264
265Returns:
266 An object of the form:
267
268 { # This message configures which resources and services to monitor for availability.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800269 &quot;contentMatchers&quot;: [ # The content that is expected to appear in the data returned by the target server against which the check is run. Currently, only the first entry in the content_matchers list is supported, and additional entries will be ignored. This field is optional and should only be specified if a content match is required as part of the/ Uptime check.
270 { # Optional. Used to perform content matching. This allows matching based on substrings and regular expressions, together with their negations. Only the first 4 MB of an HTTP or HTTPS check&#x27;s response (and the first 1 MB of a TCP check&#x27;s response) are examined for purposes of content matching.
271 &quot;content&quot;: &quot;A String&quot;, # String or regex content to match. Maximum 1024 bytes. An empty content string indicates no content matching is to be performed.
272 &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.
273 },
274 ],
275 &quot;displayName&quot;: &quot;A String&quot;, # A human-friendly name for the Uptime check configuration. The display name should be unique within a Stackdriver Workspace in order to make it easier to identify; however, uniqueness is not enforced. Required.
276 &quot;httpCheck&quot;: { # Information involved in an HTTP/HTTPS Uptime check request. # Contains information needed to make an HTTP or HTTPS check.
277 &quot;authInfo&quot;: { # The authentication parameters to provide to the specified resource or URL that requires a username and password. Currently, only Basic HTTP authentication (https://tools.ietf.org/html/rfc7617) is supported in Uptime checks. # The authentication information. Optional when creating an HTTP check; defaults to empty.
278 &quot;password&quot;: &quot;A String&quot;, # The password to use when authenticating with the HTTP server.
279 &quot;username&quot;: &quot;A String&quot;, # The username to use when authenticating with the HTTP server.
280 },
281 &quot;body&quot;: &quot;A String&quot;, # The request body associated with the HTTP POST request. If content_type is URL_ENCODED, the body passed in must be URL-encoded. Users can provide a Content-Length header via the headers field or the API will do so. If the request_method is GET and body is not empty, the API will return an error. The maximum byte size is 1 megabyte. Note: As with all bytes fields, JSON representations are base64 encoded. e.g.: &quot;foo=bar&quot; in URL-encoded form is &quot;foo%3Dbar&quot; and in base64 encoding is &quot;Zm9vJTI1M0RiYXI=&quot;.
282 &quot;contentType&quot;: &quot;A String&quot;, # The content type header to use for the check. The following configurations result in errors: 1. Content type is specified in both the headers field and the content_type field. 2. Request method is GET and content_type is not TYPE_UNSPECIFIED 3. Request method is POST and content_type is TYPE_UNSPECIFIED. 4. Request method is POST and a &quot;Content-Type&quot; header is provided via headers field. The content_type field should be used instead.
283 &quot;headers&quot;: { # The list of headers to send as part of the Uptime check request. If two headers have the same key and different values, they should be entered as a single header, with the value being a comma-separated list of all the desired values as described at https://www.w3.org/Protocols/rfc2616/rfc2616.txt (page 31). Entering two separate headers with the same key in a Create call will cause the first to be overwritten by the second. The maximum number of headers allowed is 100.
284 &quot;a_key&quot;: &quot;A String&quot;,
285 },
286 &quot;maskHeaders&quot;: 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 ******.
287 &quot;path&quot;: &quot;A String&quot;, # Optional (defaults to &quot;/&quot;). 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 &quot;/&quot;, a &quot;/&quot; will be prepended automatically.
288 &quot;port&quot;: 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.
289 &quot;requestMethod&quot;: &quot;A String&quot;, # The HTTP request method to use for the check. If set to METHOD_UNSPECIFIED then request_method defaults to GET.
290 &quot;useSsl&quot;: True or False, # If true, use HTTPS instead of HTTP to run the check.
291 &quot;validateSsl&quot;: True or False, # Boolean specifying whether to include SSL certificate validation as a part of the Uptime check. Only applies to checks where monitored_resource is set to uptime_url. If use_ssl is false, setting validate_ssl to true has no effect.
292 },
293 &quot;internalCheckers&quot;: [ # The internal checkers that this check will egress from. If is_internal is true and this list is empty, the check will egress from all the InternalCheckers configured for the project that owns this UptimeCheckConfig.
294 { # An internal checker allows Uptime checks to run on private/internal GCP resources.
295 &quot;displayName&quot;: &quot;A String&quot;, # The checker&#x27;s human-readable name. The display name should be unique within a Stackdriver Workspace in order to make it easier to identify; however, uniqueness is not enforced.
296 &quot;gcpZone&quot;: &quot;A String&quot;, # The GCP zone the Uptime check should egress from. Only respected for internal Uptime checks, where internal_network is specified.
297 &quot;name&quot;: &quot;A String&quot;, # A unique resource name for this InternalChecker. The format is: projects/[PROJECT_ID_OR_NUMBER]/internalCheckers/[INTERNAL_CHECKER_ID] [PROJECT_ID_OR_NUMBER] is the Stackdriver Workspace project for the Uptime check config associated with the internal checker.
298 &quot;network&quot;: &quot;A String&quot;, # The GCP VPC network (https://cloud.google.com/vpc/docs/vpc) where the internal resource lives (ex: &quot;default&quot;).
299 &quot;peerProjectId&quot;: &quot;A String&quot;, # The GCP project ID where the internal checker lives. Not necessary the same as the Workspace project.
300 &quot;state&quot;: &quot;A String&quot;, # The current operational state of the internal checker.
301 },
302 ],
303 &quot;isInternal&quot;: True or False, # If this is true, then checks are made only from the &#x27;internal_checkers&#x27;. If it is false, then checks are made only from the &#x27;selected_regions&#x27;. It is an error to provide &#x27;selected_regions&#x27; when is_internal is true, or to provide &#x27;internal_checkers&#x27; when is_internal is false.
304 &quot;monitoredResource&quot;: { # An object representing a resource that can be used for monitoring, logging, billing, or other purposes. Examples include virtual machine instances, databases, and storage devices such as disks. The type field identifies a MonitoredResourceDescriptor object that describes the resource&#x27;s schema. Information in the labels field identifies the actual resource and its attributes according to the schema. For example, a particular Compute Engine VM instance could be represented by the following object, because the MonitoredResourceDescriptor for &quot;gce_instance&quot; has labels &quot;instance_id&quot; and &quot;zone&quot;: { &quot;type&quot;: &quot;gce_instance&quot;, &quot;labels&quot;: { &quot;instance_id&quot;: &quot;12345678901234&quot;, &quot;zone&quot;: &quot;us-central1-a&quot; }} # The monitored resource (https://cloud.google.com/monitoring/api/resources) associated with the configuration. The following monitored resource types are supported for Uptime checks: uptime_url, gce_instance, gae_app, aws_ec2_instance, aws_elb_load_balancer
305 &quot;labels&quot;: { # Required. Values for all of the labels listed in the associated monitored resource descriptor. For example, Compute Engine VM instances use the labels &quot;project_id&quot;, &quot;instance_id&quot;, and &quot;zone&quot;.
306 &quot;a_key&quot;: &quot;A String&quot;,
307 },
308 &quot;type&quot;: &quot;A String&quot;, # Required. The monitored resource type. This field must match the type field of a MonitoredResourceDescriptor object. For example, the type of a Compute Engine VM instance is gce_instance. For a list of types, see Monitoring resource types and Logging resource types.
309 },
310 &quot;name&quot;: &quot;A String&quot;, # A unique resource name for this Uptime check configuration. The format is: projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID] [PROJECT_ID_OR_NUMBER] is the Workspace host project associated with the Uptime check.This field should be omitted when creating the Uptime check configuration; on create, the resource name is assigned by the server and included in the response.
311 &quot;period&quot;: &quot;A String&quot;, # How often, in seconds, the Uptime check is performed. Currently, the only supported values are 60s (1 minute), 300s (5 minutes), 600s (10 minutes), and 900s (15 minutes). Optional, defaults to 60s.
312 &quot;resourceGroup&quot;: { # The resource submessage for group checks. It can be used instead of a monitored resource, when multiple resources are being monitored. # The group resource associated with the configuration.
313 &quot;groupId&quot;: &quot;A String&quot;, # The group of resources being monitored. Should be only the [GROUP_ID], and not the full-path projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID].
314 &quot;resourceType&quot;: &quot;A String&quot;, # The resource type of the group members.
315 },
316 &quot;selectedRegions&quot;: [ # The list of regions from which the check will be run. Some regions contain one location, and others contain more than one. If this field is specified, enough regions must be provided to include a minimum of 3 locations. Not specifying this field will result in Uptime checks running from all available regions.
317 &quot;A String&quot;,
318 ],
319 &quot;tcpCheck&quot;: { # Information required for a TCP Uptime check request. # Contains information needed to make a TCP check.
320 &quot;port&quot;: 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.
321 },
322 &quot;timeout&quot;: &quot;A String&quot;, # The maximum amount of time to wait for the request to complete (must be between 1 and 60 seconds). Required.
323}</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700324</div>
325
326<div class="method">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800327 <code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700328 <pre>Lists the existing valid Uptime check configurations for the project (leaving out any invalid configurations).
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700329
330Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700331 parent: string, Required. The project whose Uptime check configurations are listed. The format is: projects/[PROJECT_ID_OR_NUMBER] (required)
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800332 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 &lt;=0, the server will decide the number of results to be returned.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800333 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.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700334 x__xgafv: string, V1 error format.
335 Allowed values
336 1 - v1 error format
337 2 - v2 error format
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700338
339Returns:
340 An object of the form:
341
342 { # The protocol for the ListUptimeCheckConfigs response.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800343 &quot;nextPageToken&quot;: &quot;A String&quot;, # This field represents the pagination token to retrieve the next page of results. If the value is empty, it means no further results for the request. To retrieve the next page of results, the value of the next_page_token is passed to the subsequent List method call (in the request message&#x27;s page_token field).
344 &quot;totalSize&quot;: 42, # The total number of Uptime check configurations for the project, irrespective of any pagination.
345 &quot;uptimeCheckConfigs&quot;: [ # The returned Uptime check configurations.
346 { # This message configures which resources and services to monitor for availability.
347 &quot;contentMatchers&quot;: [ # The content that is expected to appear in the data returned by the target server against which the check is run. Currently, only the first entry in the content_matchers list is supported, and additional entries will be ignored. This field is optional and should only be specified if a content match is required as part of the/ Uptime check.
348 { # Optional. Used to perform content matching. This allows matching based on substrings and regular expressions, together with their negations. Only the first 4 MB of an HTTP or HTTPS check&#x27;s response (and the first 1 MB of a TCP check&#x27;s response) are examined for purposes of content matching.
349 &quot;content&quot;: &quot;A String&quot;, # String or regex content to match. Maximum 1024 bytes. An empty content string indicates no content matching is to be performed.
350 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800351 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800352 ],
353 &quot;displayName&quot;: &quot;A String&quot;, # A human-friendly name for the Uptime check configuration. The display name should be unique within a Stackdriver Workspace in order to make it easier to identify; however, uniqueness is not enforced. Required.
354 &quot;httpCheck&quot;: { # Information involved in an HTTP/HTTPS Uptime check request. # Contains information needed to make an HTTP or HTTPS check.
355 &quot;authInfo&quot;: { # The authentication parameters to provide to the specified resource or URL that requires a username and password. Currently, only Basic HTTP authentication (https://tools.ietf.org/html/rfc7617) is supported in Uptime checks. # The authentication information. Optional when creating an HTTP check; defaults to empty.
356 &quot;password&quot;: &quot;A String&quot;, # The password to use when authenticating with the HTTP server.
357 &quot;username&quot;: &quot;A String&quot;, # The username to use when authenticating with the HTTP server.
358 },
359 &quot;body&quot;: &quot;A String&quot;, # The request body associated with the HTTP POST request. If content_type is URL_ENCODED, the body passed in must be URL-encoded. Users can provide a Content-Length header via the headers field or the API will do so. If the request_method is GET and body is not empty, the API will return an error. The maximum byte size is 1 megabyte. Note: As with all bytes fields, JSON representations are base64 encoded. e.g.: &quot;foo=bar&quot; in URL-encoded form is &quot;foo%3Dbar&quot; and in base64 encoding is &quot;Zm9vJTI1M0RiYXI=&quot;.
360 &quot;contentType&quot;: &quot;A String&quot;, # The content type header to use for the check. The following configurations result in errors: 1. Content type is specified in both the headers field and the content_type field. 2. Request method is GET and content_type is not TYPE_UNSPECIFIED 3. Request method is POST and content_type is TYPE_UNSPECIFIED. 4. Request method is POST and a &quot;Content-Type&quot; header is provided via headers field. The content_type field should be used instead.
361 &quot;headers&quot;: { # The list of headers to send as part of the Uptime check request. If two headers have the same key and different values, they should be entered as a single header, with the value being a comma-separated list of all the desired values as described at https://www.w3.org/Protocols/rfc2616/rfc2616.txt (page 31). Entering two separate headers with the same key in a Create call will cause the first to be overwritten by the second. The maximum number of headers allowed is 100.
362 &quot;a_key&quot;: &quot;A String&quot;,
363 },
364 &quot;maskHeaders&quot;: 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 ******.
365 &quot;path&quot;: &quot;A String&quot;, # Optional (defaults to &quot;/&quot;). 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 &quot;/&quot;, a &quot;/&quot; will be prepended automatically.
366 &quot;port&quot;: 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.
367 &quot;requestMethod&quot;: &quot;A String&quot;, # The HTTP request method to use for the check. If set to METHOD_UNSPECIFIED then request_method defaults to GET.
368 &quot;useSsl&quot;: True or False, # If true, use HTTPS instead of HTTP to run the check.
369 &quot;validateSsl&quot;: True or False, # Boolean specifying whether to include SSL certificate validation as a part of the Uptime check. Only applies to checks where monitored_resource is set to uptime_url. If use_ssl is false, setting validate_ssl to true has no effect.
370 },
371 &quot;internalCheckers&quot;: [ # The internal checkers that this check will egress from. If is_internal is true and this list is empty, the check will egress from all the InternalCheckers configured for the project that owns this UptimeCheckConfig.
372 { # An internal checker allows Uptime checks to run on private/internal GCP resources.
373 &quot;displayName&quot;: &quot;A String&quot;, # The checker&#x27;s human-readable name. The display name should be unique within a Stackdriver Workspace in order to make it easier to identify; however, uniqueness is not enforced.
374 &quot;gcpZone&quot;: &quot;A String&quot;, # The GCP zone the Uptime check should egress from. Only respected for internal Uptime checks, where internal_network is specified.
375 &quot;name&quot;: &quot;A String&quot;, # A unique resource name for this InternalChecker. The format is: projects/[PROJECT_ID_OR_NUMBER]/internalCheckers/[INTERNAL_CHECKER_ID] [PROJECT_ID_OR_NUMBER] is the Stackdriver Workspace project for the Uptime check config associated with the internal checker.
376 &quot;network&quot;: &quot;A String&quot;, # The GCP VPC network (https://cloud.google.com/vpc/docs/vpc) where the internal resource lives (ex: &quot;default&quot;).
377 &quot;peerProjectId&quot;: &quot;A String&quot;, # The GCP project ID where the internal checker lives. Not necessary the same as the Workspace project.
378 &quot;state&quot;: &quot;A String&quot;, # The current operational state of the internal checker.
379 },
380 ],
381 &quot;isInternal&quot;: True or False, # If this is true, then checks are made only from the &#x27;internal_checkers&#x27;. If it is false, then checks are made only from the &#x27;selected_regions&#x27;. It is an error to provide &#x27;selected_regions&#x27; when is_internal is true, or to provide &#x27;internal_checkers&#x27; when is_internal is false.
382 &quot;monitoredResource&quot;: { # An object representing a resource that can be used for monitoring, logging, billing, or other purposes. Examples include virtual machine instances, databases, and storage devices such as disks. The type field identifies a MonitoredResourceDescriptor object that describes the resource&#x27;s schema. Information in the labels field identifies the actual resource and its attributes according to the schema. For example, a particular Compute Engine VM instance could be represented by the following object, because the MonitoredResourceDescriptor for &quot;gce_instance&quot; has labels &quot;instance_id&quot; and &quot;zone&quot;: { &quot;type&quot;: &quot;gce_instance&quot;, &quot;labels&quot;: { &quot;instance_id&quot;: &quot;12345678901234&quot;, &quot;zone&quot;: &quot;us-central1-a&quot; }} # The monitored resource (https://cloud.google.com/monitoring/api/resources) associated with the configuration. The following monitored resource types are supported for Uptime checks: uptime_url, gce_instance, gae_app, aws_ec2_instance, aws_elb_load_balancer
383 &quot;labels&quot;: { # Required. Values for all of the labels listed in the associated monitored resource descriptor. For example, Compute Engine VM instances use the labels &quot;project_id&quot;, &quot;instance_id&quot;, and &quot;zone&quot;.
384 &quot;a_key&quot;: &quot;A String&quot;,
385 },
386 &quot;type&quot;: &quot;A String&quot;, # Required. The monitored resource type. This field must match the type field of a MonitoredResourceDescriptor object. For example, the type of a Compute Engine VM instance is gce_instance. For a list of types, see Monitoring resource types and Logging resource types.
387 },
388 &quot;name&quot;: &quot;A String&quot;, # A unique resource name for this Uptime check configuration. The format is: projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID] [PROJECT_ID_OR_NUMBER] is the Workspace host project associated with the Uptime check.This field should be omitted when creating the Uptime check configuration; on create, the resource name is assigned by the server and included in the response.
389 &quot;period&quot;: &quot;A String&quot;, # How often, in seconds, the Uptime check is performed. Currently, the only supported values are 60s (1 minute), 300s (5 minutes), 600s (10 minutes), and 900s (15 minutes). Optional, defaults to 60s.
390 &quot;resourceGroup&quot;: { # The resource submessage for group checks. It can be used instead of a monitored resource, when multiple resources are being monitored. # The group resource associated with the configuration.
391 &quot;groupId&quot;: &quot;A String&quot;, # The group of resources being monitored. Should be only the [GROUP_ID], and not the full-path projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID].
392 &quot;resourceType&quot;: &quot;A String&quot;, # The resource type of the group members.
393 },
394 &quot;selectedRegions&quot;: [ # The list of regions from which the check will be run. Some regions contain one location, and others contain more than one. If this field is specified, enough regions must be provided to include a minimum of 3 locations. Not specifying this field will result in Uptime checks running from all available regions.
395 &quot;A String&quot;,
396 ],
397 &quot;tcpCheck&quot;: { # Information required for a TCP Uptime check request. # Contains information needed to make a TCP check.
398 &quot;port&quot;: 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.
399 },
400 &quot;timeout&quot;: &quot;A String&quot;, # The maximum amount of time to wait for the request to complete (must be between 1 and 60 seconds). Required.
401 },
402 ],
403}</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700404</div>
405
406<div class="method">
407 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
408 <pre>Retrieves the next page of results.
409
410Args:
411 previous_request: The request for the previous page. (required)
412 previous_response: The response from the request for the previous page. (required)
413
414Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700415 A request object that you can call &#x27;execute()&#x27; on to request the next
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700416 page. Returns None if there are no more items in the collection.
417 </pre>
418</div>
419
420<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700421 <code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
422 <pre>Updates an Uptime check configuration. You can either replace the entire configuration with a new one or replace only certain fields in the current configuration by specifying the fields to be updated via updateMask. Returns the updated configuration.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700423
424Args:
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800425 name: string, A unique resource name for this Uptime check configuration. The format is: projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID] [PROJECT_ID_OR_NUMBER] is the Workspace host project associated with the Uptime check.This field should be omitted when creating the Uptime check configuration; on create, the resource name is assigned by the server and included in the response. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700426 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700427 The object takes the form of:
428
429{ # This message configures which resources and services to monitor for availability.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800430 &quot;contentMatchers&quot;: [ # The content that is expected to appear in the data returned by the target server against which the check is run. Currently, only the first entry in the content_matchers list is supported, and additional entries will be ignored. This field is optional and should only be specified if a content match is required as part of the/ Uptime check.
431 { # Optional. Used to perform content matching. This allows matching based on substrings and regular expressions, together with their negations. Only the first 4 MB of an HTTP or HTTPS check&#x27;s response (and the first 1 MB of a TCP check&#x27;s response) are examined for purposes of content matching.
432 &quot;content&quot;: &quot;A String&quot;, # String or regex content to match. Maximum 1024 bytes. An empty content string indicates no content matching is to be performed.
433 &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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800434 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800435 ],
436 &quot;displayName&quot;: &quot;A String&quot;, # A human-friendly name for the Uptime check configuration. The display name should be unique within a Stackdriver Workspace in order to make it easier to identify; however, uniqueness is not enforced. Required.
437 &quot;httpCheck&quot;: { # Information involved in an HTTP/HTTPS Uptime check request. # Contains information needed to make an HTTP or HTTPS check.
438 &quot;authInfo&quot;: { # The authentication parameters to provide to the specified resource or URL that requires a username and password. Currently, only Basic HTTP authentication (https://tools.ietf.org/html/rfc7617) is supported in Uptime checks. # The authentication information. Optional when creating an HTTP check; defaults to empty.
439 &quot;password&quot;: &quot;A String&quot;, # The password to use when authenticating with the HTTP server.
440 &quot;username&quot;: &quot;A String&quot;, # The username to use when authenticating with the HTTP server.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800441 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800442 &quot;body&quot;: &quot;A String&quot;, # The request body associated with the HTTP POST request. If content_type is URL_ENCODED, the body passed in must be URL-encoded. Users can provide a Content-Length header via the headers field or the API will do so. If the request_method is GET and body is not empty, the API will return an error. The maximum byte size is 1 megabyte. Note: As with all bytes fields, JSON representations are base64 encoded. e.g.: &quot;foo=bar&quot; in URL-encoded form is &quot;foo%3Dbar&quot; and in base64 encoding is &quot;Zm9vJTI1M0RiYXI=&quot;.
443 &quot;contentType&quot;: &quot;A String&quot;, # The content type header to use for the check. The following configurations result in errors: 1. Content type is specified in both the headers field and the content_type field. 2. Request method is GET and content_type is not TYPE_UNSPECIFIED 3. Request method is POST and content_type is TYPE_UNSPECIFIED. 4. Request method is POST and a &quot;Content-Type&quot; header is provided via headers field. The content_type field should be used instead.
444 &quot;headers&quot;: { # The list of headers to send as part of the Uptime check request. If two headers have the same key and different values, they should be entered as a single header, with the value being a comma-separated list of all the desired values as described at https://www.w3.org/Protocols/rfc2616/rfc2616.txt (page 31). Entering two separate headers with the same key in a Create call will cause the first to be overwritten by the second. The maximum number of headers allowed is 100.
445 &quot;a_key&quot;: &quot;A String&quot;,
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700446 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800447 &quot;maskHeaders&quot;: 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 ******.
448 &quot;path&quot;: &quot;A String&quot;, # Optional (defaults to &quot;/&quot;). 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 &quot;/&quot;, a &quot;/&quot; will be prepended automatically.
449 &quot;port&quot;: 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.
450 &quot;requestMethod&quot;: &quot;A String&quot;, # The HTTP request method to use for the check. If set to METHOD_UNSPECIFIED then request_method defaults to GET.
451 &quot;useSsl&quot;: True or False, # If true, use HTTPS instead of HTTP to run the check.
452 &quot;validateSsl&quot;: True or False, # Boolean specifying whether to include SSL certificate validation as a part of the Uptime check. Only applies to checks where monitored_resource is set to uptime_url. If use_ssl is false, setting validate_ssl to true has no effect.
453 },
454 &quot;internalCheckers&quot;: [ # The internal checkers that this check will egress from. If is_internal is true and this list is empty, the check will egress from all the InternalCheckers configured for the project that owns this UptimeCheckConfig.
455 { # An internal checker allows Uptime checks to run on private/internal GCP resources.
456 &quot;displayName&quot;: &quot;A String&quot;, # The checker&#x27;s human-readable name. The display name should be unique within a Stackdriver Workspace in order to make it easier to identify; however, uniqueness is not enforced.
457 &quot;gcpZone&quot;: &quot;A String&quot;, # The GCP zone the Uptime check should egress from. Only respected for internal Uptime checks, where internal_network is specified.
458 &quot;name&quot;: &quot;A String&quot;, # A unique resource name for this InternalChecker. The format is: projects/[PROJECT_ID_OR_NUMBER]/internalCheckers/[INTERNAL_CHECKER_ID] [PROJECT_ID_OR_NUMBER] is the Stackdriver Workspace project for the Uptime check config associated with the internal checker.
459 &quot;network&quot;: &quot;A String&quot;, # The GCP VPC network (https://cloud.google.com/vpc/docs/vpc) where the internal resource lives (ex: &quot;default&quot;).
460 &quot;peerProjectId&quot;: &quot;A String&quot;, # The GCP project ID where the internal checker lives. Not necessary the same as the Workspace project.
461 &quot;state&quot;: &quot;A String&quot;, # The current operational state of the internal checker.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800462 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800463 ],
464 &quot;isInternal&quot;: True or False, # If this is true, then checks are made only from the &#x27;internal_checkers&#x27;. If it is false, then checks are made only from the &#x27;selected_regions&#x27;. It is an error to provide &#x27;selected_regions&#x27; when is_internal is true, or to provide &#x27;internal_checkers&#x27; when is_internal is false.
465 &quot;monitoredResource&quot;: { # An object representing a resource that can be used for monitoring, logging, billing, or other purposes. Examples include virtual machine instances, databases, and storage devices such as disks. The type field identifies a MonitoredResourceDescriptor object that describes the resource&#x27;s schema. Information in the labels field identifies the actual resource and its attributes according to the schema. For example, a particular Compute Engine VM instance could be represented by the following object, because the MonitoredResourceDescriptor for &quot;gce_instance&quot; has labels &quot;instance_id&quot; and &quot;zone&quot;: { &quot;type&quot;: &quot;gce_instance&quot;, &quot;labels&quot;: { &quot;instance_id&quot;: &quot;12345678901234&quot;, &quot;zone&quot;: &quot;us-central1-a&quot; }} # The monitored resource (https://cloud.google.com/monitoring/api/resources) associated with the configuration. The following monitored resource types are supported for Uptime checks: uptime_url, gce_instance, gae_app, aws_ec2_instance, aws_elb_load_balancer
466 &quot;labels&quot;: { # Required. Values for all of the labels listed in the associated monitored resource descriptor. For example, Compute Engine VM instances use the labels &quot;project_id&quot;, &quot;instance_id&quot;, and &quot;zone&quot;.
467 &quot;a_key&quot;: &quot;A String&quot;,
468 },
469 &quot;type&quot;: &quot;A String&quot;, # Required. The monitored resource type. This field must match the type field of a MonitoredResourceDescriptor object. For example, the type of a Compute Engine VM instance is gce_instance. For a list of types, see Monitoring resource types and Logging resource types.
470 },
471 &quot;name&quot;: &quot;A String&quot;, # A unique resource name for this Uptime check configuration. The format is: projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID] [PROJECT_ID_OR_NUMBER] is the Workspace host project associated with the Uptime check.This field should be omitted when creating the Uptime check configuration; on create, the resource name is assigned by the server and included in the response.
472 &quot;period&quot;: &quot;A String&quot;, # How often, in seconds, the Uptime check is performed. Currently, the only supported values are 60s (1 minute), 300s (5 minutes), 600s (10 minutes), and 900s (15 minutes). Optional, defaults to 60s.
473 &quot;resourceGroup&quot;: { # The resource submessage for group checks. It can be used instead of a monitored resource, when multiple resources are being monitored. # The group resource associated with the configuration.
474 &quot;groupId&quot;: &quot;A String&quot;, # The group of resources being monitored. Should be only the [GROUP_ID], and not the full-path projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID].
475 &quot;resourceType&quot;: &quot;A String&quot;, # The resource type of the group members.
476 },
477 &quot;selectedRegions&quot;: [ # The list of regions from which the check will be run. Some regions contain one location, and others contain more than one. If this field is specified, enough regions must be provided to include a minimum of 3 locations. Not specifying this field will result in Uptime checks running from all available regions.
478 &quot;A String&quot;,
479 ],
480 &quot;tcpCheck&quot;: { # Information required for a TCP Uptime check request. # Contains information needed to make a TCP check.
481 &quot;port&quot;: 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.
482 },
483 &quot;timeout&quot;: &quot;A String&quot;, # The maximum amount of time to wait for the request to complete (must be between 1 and 60 seconds). Required.
484}
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700485
Dan O'Mearadd494642020-05-01 07:42:23 -0700486 updateMask: string, Optional. If present, only the listed fields in the current Uptime check configuration are updated with values from the new configuration. If this field is empty, then the current configuration is completely replaced with the new configuration.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700487 x__xgafv: string, V1 error format.
488 Allowed values
489 1 - v1 error format
490 2 - v2 error format
491
492Returns:
493 An object of the form:
494
495 { # This message configures which resources and services to monitor for availability.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800496 &quot;contentMatchers&quot;: [ # The content that is expected to appear in the data returned by the target server against which the check is run. Currently, only the first entry in the content_matchers list is supported, and additional entries will be ignored. This field is optional and should only be specified if a content match is required as part of the/ Uptime check.
497 { # Optional. Used to perform content matching. This allows matching based on substrings and regular expressions, together with their negations. Only the first 4 MB of an HTTP or HTTPS check&#x27;s response (and the first 1 MB of a TCP check&#x27;s response) are examined for purposes of content matching.
498 &quot;content&quot;: &quot;A String&quot;, # String or regex content to match. Maximum 1024 bytes. An empty content string indicates no content matching is to be performed.
499 &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.
500 },
501 ],
502 &quot;displayName&quot;: &quot;A String&quot;, # A human-friendly name for the Uptime check configuration. The display name should be unique within a Stackdriver Workspace in order to make it easier to identify; however, uniqueness is not enforced. Required.
503 &quot;httpCheck&quot;: { # Information involved in an HTTP/HTTPS Uptime check request. # Contains information needed to make an HTTP or HTTPS check.
504 &quot;authInfo&quot;: { # The authentication parameters to provide to the specified resource or URL that requires a username and password. Currently, only Basic HTTP authentication (https://tools.ietf.org/html/rfc7617) is supported in Uptime checks. # The authentication information. Optional when creating an HTTP check; defaults to empty.
505 &quot;password&quot;: &quot;A String&quot;, # The password to use when authenticating with the HTTP server.
506 &quot;username&quot;: &quot;A String&quot;, # The username to use when authenticating with the HTTP server.
507 },
508 &quot;body&quot;: &quot;A String&quot;, # The request body associated with the HTTP POST request. If content_type is URL_ENCODED, the body passed in must be URL-encoded. Users can provide a Content-Length header via the headers field or the API will do so. If the request_method is GET and body is not empty, the API will return an error. The maximum byte size is 1 megabyte. Note: As with all bytes fields, JSON representations are base64 encoded. e.g.: &quot;foo=bar&quot; in URL-encoded form is &quot;foo%3Dbar&quot; and in base64 encoding is &quot;Zm9vJTI1M0RiYXI=&quot;.
509 &quot;contentType&quot;: &quot;A String&quot;, # The content type header to use for the check. The following configurations result in errors: 1. Content type is specified in both the headers field and the content_type field. 2. Request method is GET and content_type is not TYPE_UNSPECIFIED 3. Request method is POST and content_type is TYPE_UNSPECIFIED. 4. Request method is POST and a &quot;Content-Type&quot; header is provided via headers field. The content_type field should be used instead.
510 &quot;headers&quot;: { # The list of headers to send as part of the Uptime check request. If two headers have the same key and different values, they should be entered as a single header, with the value being a comma-separated list of all the desired values as described at https://www.w3.org/Protocols/rfc2616/rfc2616.txt (page 31). Entering two separate headers with the same key in a Create call will cause the first to be overwritten by the second. The maximum number of headers allowed is 100.
511 &quot;a_key&quot;: &quot;A String&quot;,
512 },
513 &quot;maskHeaders&quot;: 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 ******.
514 &quot;path&quot;: &quot;A String&quot;, # Optional (defaults to &quot;/&quot;). 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 &quot;/&quot;, a &quot;/&quot; will be prepended automatically.
515 &quot;port&quot;: 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.
516 &quot;requestMethod&quot;: &quot;A String&quot;, # The HTTP request method to use for the check. If set to METHOD_UNSPECIFIED then request_method defaults to GET.
517 &quot;useSsl&quot;: True or False, # If true, use HTTPS instead of HTTP to run the check.
518 &quot;validateSsl&quot;: True or False, # Boolean specifying whether to include SSL certificate validation as a part of the Uptime check. Only applies to checks where monitored_resource is set to uptime_url. If use_ssl is false, setting validate_ssl to true has no effect.
519 },
520 &quot;internalCheckers&quot;: [ # The internal checkers that this check will egress from. If is_internal is true and this list is empty, the check will egress from all the InternalCheckers configured for the project that owns this UptimeCheckConfig.
521 { # An internal checker allows Uptime checks to run on private/internal GCP resources.
522 &quot;displayName&quot;: &quot;A String&quot;, # The checker&#x27;s human-readable name. The display name should be unique within a Stackdriver Workspace in order to make it easier to identify; however, uniqueness is not enforced.
523 &quot;gcpZone&quot;: &quot;A String&quot;, # The GCP zone the Uptime check should egress from. Only respected for internal Uptime checks, where internal_network is specified.
524 &quot;name&quot;: &quot;A String&quot;, # A unique resource name for this InternalChecker. The format is: projects/[PROJECT_ID_OR_NUMBER]/internalCheckers/[INTERNAL_CHECKER_ID] [PROJECT_ID_OR_NUMBER] is the Stackdriver Workspace project for the Uptime check config associated with the internal checker.
525 &quot;network&quot;: &quot;A String&quot;, # The GCP VPC network (https://cloud.google.com/vpc/docs/vpc) where the internal resource lives (ex: &quot;default&quot;).
526 &quot;peerProjectId&quot;: &quot;A String&quot;, # The GCP project ID where the internal checker lives. Not necessary the same as the Workspace project.
527 &quot;state&quot;: &quot;A String&quot;, # The current operational state of the internal checker.
528 },
529 ],
530 &quot;isInternal&quot;: True or False, # If this is true, then checks are made only from the &#x27;internal_checkers&#x27;. If it is false, then checks are made only from the &#x27;selected_regions&#x27;. It is an error to provide &#x27;selected_regions&#x27; when is_internal is true, or to provide &#x27;internal_checkers&#x27; when is_internal is false.
531 &quot;monitoredResource&quot;: { # An object representing a resource that can be used for monitoring, logging, billing, or other purposes. Examples include virtual machine instances, databases, and storage devices such as disks. The type field identifies a MonitoredResourceDescriptor object that describes the resource&#x27;s schema. Information in the labels field identifies the actual resource and its attributes according to the schema. For example, a particular Compute Engine VM instance could be represented by the following object, because the MonitoredResourceDescriptor for &quot;gce_instance&quot; has labels &quot;instance_id&quot; and &quot;zone&quot;: { &quot;type&quot;: &quot;gce_instance&quot;, &quot;labels&quot;: { &quot;instance_id&quot;: &quot;12345678901234&quot;, &quot;zone&quot;: &quot;us-central1-a&quot; }} # The monitored resource (https://cloud.google.com/monitoring/api/resources) associated with the configuration. The following monitored resource types are supported for Uptime checks: uptime_url, gce_instance, gae_app, aws_ec2_instance, aws_elb_load_balancer
532 &quot;labels&quot;: { # Required. Values for all of the labels listed in the associated monitored resource descriptor. For example, Compute Engine VM instances use the labels &quot;project_id&quot;, &quot;instance_id&quot;, and &quot;zone&quot;.
533 &quot;a_key&quot;: &quot;A String&quot;,
534 },
535 &quot;type&quot;: &quot;A String&quot;, # Required. The monitored resource type. This field must match the type field of a MonitoredResourceDescriptor object. For example, the type of a Compute Engine VM instance is gce_instance. For a list of types, see Monitoring resource types and Logging resource types.
536 },
537 &quot;name&quot;: &quot;A String&quot;, # A unique resource name for this Uptime check configuration. The format is: projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID] [PROJECT_ID_OR_NUMBER] is the Workspace host project associated with the Uptime check.This field should be omitted when creating the Uptime check configuration; on create, the resource name is assigned by the server and included in the response.
538 &quot;period&quot;: &quot;A String&quot;, # How often, in seconds, the Uptime check is performed. Currently, the only supported values are 60s (1 minute), 300s (5 minutes), 600s (10 minutes), and 900s (15 minutes). Optional, defaults to 60s.
539 &quot;resourceGroup&quot;: { # The resource submessage for group checks. It can be used instead of a monitored resource, when multiple resources are being monitored. # The group resource associated with the configuration.
540 &quot;groupId&quot;: &quot;A String&quot;, # The group of resources being monitored. Should be only the [GROUP_ID], and not the full-path projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID].
541 &quot;resourceType&quot;: &quot;A String&quot;, # The resource type of the group members.
542 },
543 &quot;selectedRegions&quot;: [ # The list of regions from which the check will be run. Some regions contain one location, and others contain more than one. If this field is specified, enough regions must be provided to include a minimum of 3 locations. Not specifying this field will result in Uptime checks running from all available regions.
544 &quot;A String&quot;,
545 ],
546 &quot;tcpCheck&quot;: { # Information required for a TCP Uptime check request. # Contains information needed to make a TCP check.
547 &quot;port&quot;: 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.
548 },
549 &quot;timeout&quot;: &quot;A String&quot;, # The maximum amount of time to wait for the request to complete (must be between 1 and 60 seconds). Required.
550}</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700551</div>
552
553</body></html>