• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<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
75<h1><a href="apigee_v1.html">Apigee API</a> . <a href="apigee_v1.organizations.html">organizations</a> . <a href="apigee_v1.organizations.reports.html">reports</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78  <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
81  <code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
82<p class="firstline">Creates a Custom Report for an Organization. A Custom Report provides Apigee Customers to create custom dashboards in addition to the standard dashboards which are provided. The Custom Report in its simplest form contains specifications about metrics, dimensions and filters. It is important to note that the custom report by itself does not provide an executable entity. The Edge UI converts the custom report definition into an analytics query and displays the result in a chart.</p>
83<p class="toc_element">
84  <code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
85<p class="firstline">Deletes an existing custom report definition</p>
86<p class="toc_element">
87  <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
88<p class="firstline">Retrieve a custom report definition.</p>
89<p class="toc_element">
90  <code><a href="#list">list(parent, expand=None, x__xgafv=None)</a></code></p>
91<p class="firstline">Return a list of Custom Reports</p>
92<p class="toc_element">
93  <code><a href="#update">update(name, body=None, x__xgafv=None)</a></code></p>
94<p class="firstline">Update an existing custom report definition</p>
95<h3>Method Details</h3>
96<div class="method">
97    <code class="details" id="close">close()</code>
98  <pre>Close httplib2 connections.</pre>
99</div>
100
101<div class="method">
102    <code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
103  <pre>Creates a Custom Report for an Organization. A Custom Report provides Apigee Customers to create custom dashboards in addition to the standard dashboards which are provided. The Custom Report in its simplest form contains specifications about metrics, dimensions and filters. It is important to note that the custom report by itself does not provide an executable entity. The Edge UI converts the custom report definition into an analytics query and displays the result in a chart.
104
105Args:
106  parent: string, Required. The parent organization name under which the Custom Report will be created. Must be of the form: `organizations/{organization_id}/reports` (required)
107  body: object, The request body.
108    The object takes the form of:
109
110{
111  &quot;chartType&quot;: &quot;A String&quot;, # This field contains the chart type for the report
112  &quot;comments&quot;: [ # Legacy field: not used. This field contains a list of comments associated with custom report
113    &quot;A String&quot;,
114  ],
115  &quot;createdAt&quot;: &quot;A String&quot;, # Output only. Unix time when the app was created json key: createdAt
116  &quot;dimensions&quot;: [ # This contains the list of dimensions for the report
117    &quot;A String&quot;,
118  ],
119  &quot;displayName&quot;: &quot;A String&quot;, # This is the display name for the report
120  &quot;environment&quot;: &quot;A String&quot;, # Output only. Environment name
121  &quot;filter&quot;: &quot;A String&quot;, # This field contains the filter expression
122  &quot;fromTime&quot;: &quot;A String&quot;, # Legacy field: not used. Contains the from time for the report
123  &quot;lastModifiedAt&quot;: &quot;A String&quot;, # Output only. Modified time of this entity as milliseconds since epoch. json key: lastModifiedAt
124  &quot;lastViewedAt&quot;: &quot;A String&quot;, # Output only. Last viewed time of this entity as milliseconds since epoch
125  &quot;limit&quot;: &quot;A String&quot;, # Legacy field: not used This field contains the limit for the result retrieved
126  &quot;metrics&quot;: [ # Required. This contains the list of metrics
127    { # This encapsulates a metric property of the form sum(message_count) where name is message_count and function is sum
128      &quot;function&quot;: &quot;A String&quot;, # aggregate function
129      &quot;name&quot;: &quot;A String&quot;, # name of the metric
130    },
131  ],
132  &quot;name&quot;: &quot;A String&quot;, # Required. Unique identifier for the report T his is a legacy field used to encode custom report unique id
133  &quot;offset&quot;: &quot;A String&quot;, # Legacy field: not used. This field contains the offset for the data
134  &quot;organization&quot;: &quot;A String&quot;, # Output only. Organization name
135  &quot;properties&quot;: [ # This field contains report properties such as ui metadata etc.
136    {
137      &quot;property&quot;: &quot;A String&quot;, # name of the property
138      &quot;value&quot;: [ # property values
139        { # Key-value pair to store extra metadata.
140          &quot;name&quot;: &quot;A String&quot;, # API key of the attribute.
141          &quot;value&quot;: &quot;A String&quot;, # Value of the attribute.
142        },
143      ],
144    },
145  ],
146  &quot;sortByCols&quot;: [ # Legacy field: not used much. Contains the list of sort by columns
147    &quot;A String&quot;,
148  ],
149  &quot;sortOrder&quot;: &quot;A String&quot;, # Legacy field: not used much. Contains the sort order for the sort columns
150  &quot;tags&quot;: [ # Legacy field: not used. This field contains a list of tags associated with custom report
151    &quot;A String&quot;,
152  ],
153  &quot;timeUnit&quot;: &quot;A String&quot;, # This field contains the time unit of aggregation for the report
154  &quot;toTime&quot;: &quot;A String&quot;, # Legacy field: not used. Contains the end time for the report
155  &quot;topk&quot;: &quot;A String&quot;, # Legacy field: not used. This field contains the top k parameter value for restricting the result
156}
157
158  x__xgafv: string, V1 error format.
159    Allowed values
160      1 - v1 error format
161      2 - v2 error format
162
163Returns:
164  An object of the form:
165
166    {
167  &quot;chartType&quot;: &quot;A String&quot;, # This field contains the chart type for the report
168  &quot;comments&quot;: [ # Legacy field: not used. This field contains a list of comments associated with custom report
169    &quot;A String&quot;,
170  ],
171  &quot;createdAt&quot;: &quot;A String&quot;, # Output only. Unix time when the app was created json key: createdAt
172  &quot;dimensions&quot;: [ # This contains the list of dimensions for the report
173    &quot;A String&quot;,
174  ],
175  &quot;displayName&quot;: &quot;A String&quot;, # This is the display name for the report
176  &quot;environment&quot;: &quot;A String&quot;, # Output only. Environment name
177  &quot;filter&quot;: &quot;A String&quot;, # This field contains the filter expression
178  &quot;fromTime&quot;: &quot;A String&quot;, # Legacy field: not used. Contains the from time for the report
179  &quot;lastModifiedAt&quot;: &quot;A String&quot;, # Output only. Modified time of this entity as milliseconds since epoch. json key: lastModifiedAt
180  &quot;lastViewedAt&quot;: &quot;A String&quot;, # Output only. Last viewed time of this entity as milliseconds since epoch
181  &quot;limit&quot;: &quot;A String&quot;, # Legacy field: not used This field contains the limit for the result retrieved
182  &quot;metrics&quot;: [ # Required. This contains the list of metrics
183    { # This encapsulates a metric property of the form sum(message_count) where name is message_count and function is sum
184      &quot;function&quot;: &quot;A String&quot;, # aggregate function
185      &quot;name&quot;: &quot;A String&quot;, # name of the metric
186    },
187  ],
188  &quot;name&quot;: &quot;A String&quot;, # Required. Unique identifier for the report T his is a legacy field used to encode custom report unique id
189  &quot;offset&quot;: &quot;A String&quot;, # Legacy field: not used. This field contains the offset for the data
190  &quot;organization&quot;: &quot;A String&quot;, # Output only. Organization name
191  &quot;properties&quot;: [ # This field contains report properties such as ui metadata etc.
192    {
193      &quot;property&quot;: &quot;A String&quot;, # name of the property
194      &quot;value&quot;: [ # property values
195        { # Key-value pair to store extra metadata.
196          &quot;name&quot;: &quot;A String&quot;, # API key of the attribute.
197          &quot;value&quot;: &quot;A String&quot;, # Value of the attribute.
198        },
199      ],
200    },
201  ],
202  &quot;sortByCols&quot;: [ # Legacy field: not used much. Contains the list of sort by columns
203    &quot;A String&quot;,
204  ],
205  &quot;sortOrder&quot;: &quot;A String&quot;, # Legacy field: not used much. Contains the sort order for the sort columns
206  &quot;tags&quot;: [ # Legacy field: not used. This field contains a list of tags associated with custom report
207    &quot;A String&quot;,
208  ],
209  &quot;timeUnit&quot;: &quot;A String&quot;, # This field contains the time unit of aggregation for the report
210  &quot;toTime&quot;: &quot;A String&quot;, # Legacy field: not used. Contains the end time for the report
211  &quot;topk&quot;: &quot;A String&quot;, # Legacy field: not used. This field contains the top k parameter value for restricting the result
212}</pre>
213</div>
214
215<div class="method">
216    <code class="details" id="delete">delete(name, x__xgafv=None)</code>
217  <pre>Deletes an existing custom report definition
218
219Args:
220  name: string, Required. Custom Report name of the form: `organizations/{organization_id}/reports/{report_name}` (required)
221  x__xgafv: string, V1 error format.
222    Allowed values
223      1 - v1 error format
224      2 - v2 error format
225
226Returns:
227  An object of the form:
228
229    {
230  &quot;message&quot;: &quot;A String&quot;, # The response contains only a message field.
231}</pre>
232</div>
233
234<div class="method">
235    <code class="details" id="get">get(name, x__xgafv=None)</code>
236  <pre>Retrieve a custom report definition.
237
238Args:
239  name: string, Required. Custom Report name of the form: `organizations/{organization_id}/reports/{report_name}` (required)
240  x__xgafv: string, V1 error format.
241    Allowed values
242      1 - v1 error format
243      2 - v2 error format
244
245Returns:
246  An object of the form:
247
248    {
249  &quot;chartType&quot;: &quot;A String&quot;, # This field contains the chart type for the report
250  &quot;comments&quot;: [ # Legacy field: not used. This field contains a list of comments associated with custom report
251    &quot;A String&quot;,
252  ],
253  &quot;createdAt&quot;: &quot;A String&quot;, # Output only. Unix time when the app was created json key: createdAt
254  &quot;dimensions&quot;: [ # This contains the list of dimensions for the report
255    &quot;A String&quot;,
256  ],
257  &quot;displayName&quot;: &quot;A String&quot;, # This is the display name for the report
258  &quot;environment&quot;: &quot;A String&quot;, # Output only. Environment name
259  &quot;filter&quot;: &quot;A String&quot;, # This field contains the filter expression
260  &quot;fromTime&quot;: &quot;A String&quot;, # Legacy field: not used. Contains the from time for the report
261  &quot;lastModifiedAt&quot;: &quot;A String&quot;, # Output only. Modified time of this entity as milliseconds since epoch. json key: lastModifiedAt
262  &quot;lastViewedAt&quot;: &quot;A String&quot;, # Output only. Last viewed time of this entity as milliseconds since epoch
263  &quot;limit&quot;: &quot;A String&quot;, # Legacy field: not used This field contains the limit for the result retrieved
264  &quot;metrics&quot;: [ # Required. This contains the list of metrics
265    { # This encapsulates a metric property of the form sum(message_count) where name is message_count and function is sum
266      &quot;function&quot;: &quot;A String&quot;, # aggregate function
267      &quot;name&quot;: &quot;A String&quot;, # name of the metric
268    },
269  ],
270  &quot;name&quot;: &quot;A String&quot;, # Required. Unique identifier for the report T his is a legacy field used to encode custom report unique id
271  &quot;offset&quot;: &quot;A String&quot;, # Legacy field: not used. This field contains the offset for the data
272  &quot;organization&quot;: &quot;A String&quot;, # Output only. Organization name
273  &quot;properties&quot;: [ # This field contains report properties such as ui metadata etc.
274    {
275      &quot;property&quot;: &quot;A String&quot;, # name of the property
276      &quot;value&quot;: [ # property values
277        { # Key-value pair to store extra metadata.
278          &quot;name&quot;: &quot;A String&quot;, # API key of the attribute.
279          &quot;value&quot;: &quot;A String&quot;, # Value of the attribute.
280        },
281      ],
282    },
283  ],
284  &quot;sortByCols&quot;: [ # Legacy field: not used much. Contains the list of sort by columns
285    &quot;A String&quot;,
286  ],
287  &quot;sortOrder&quot;: &quot;A String&quot;, # Legacy field: not used much. Contains the sort order for the sort columns
288  &quot;tags&quot;: [ # Legacy field: not used. This field contains a list of tags associated with custom report
289    &quot;A String&quot;,
290  ],
291  &quot;timeUnit&quot;: &quot;A String&quot;, # This field contains the time unit of aggregation for the report
292  &quot;toTime&quot;: &quot;A String&quot;, # Legacy field: not used. Contains the end time for the report
293  &quot;topk&quot;: &quot;A String&quot;, # Legacy field: not used. This field contains the top k parameter value for restricting the result
294}</pre>
295</div>
296
297<div class="method">
298    <code class="details" id="list">list(parent, expand=None, x__xgafv=None)</code>
299  <pre>Return a list of Custom Reports
300
301Args:
302  parent: string, Required. The parent organization name under which the API product will be listed `organizations/{organization_id}/reports` (required)
303  expand: boolean, Set to &#x27;true&#x27; to get expanded details about each custom report.
304  x__xgafv: string, V1 error format.
305    Allowed values
306      1 - v1 error format
307      2 - v2 error format
308
309Returns:
310  An object of the form:
311
312    { # This message encapsulates a list of custom report definitions
313  &quot;qualifier&quot;: [
314    {
315      &quot;chartType&quot;: &quot;A String&quot;, # This field contains the chart type for the report
316      &quot;comments&quot;: [ # Legacy field: not used. This field contains a list of comments associated with custom report
317        &quot;A String&quot;,
318      ],
319      &quot;createdAt&quot;: &quot;A String&quot;, # Output only. Unix time when the app was created json key: createdAt
320      &quot;dimensions&quot;: [ # This contains the list of dimensions for the report
321        &quot;A String&quot;,
322      ],
323      &quot;displayName&quot;: &quot;A String&quot;, # This is the display name for the report
324      &quot;environment&quot;: &quot;A String&quot;, # Output only. Environment name
325      &quot;filter&quot;: &quot;A String&quot;, # This field contains the filter expression
326      &quot;fromTime&quot;: &quot;A String&quot;, # Legacy field: not used. Contains the from time for the report
327      &quot;lastModifiedAt&quot;: &quot;A String&quot;, # Output only. Modified time of this entity as milliseconds since epoch. json key: lastModifiedAt
328      &quot;lastViewedAt&quot;: &quot;A String&quot;, # Output only. Last viewed time of this entity as milliseconds since epoch
329      &quot;limit&quot;: &quot;A String&quot;, # Legacy field: not used This field contains the limit for the result retrieved
330      &quot;metrics&quot;: [ # Required. This contains the list of metrics
331        { # This encapsulates a metric property of the form sum(message_count) where name is message_count and function is sum
332          &quot;function&quot;: &quot;A String&quot;, # aggregate function
333          &quot;name&quot;: &quot;A String&quot;, # name of the metric
334        },
335      ],
336      &quot;name&quot;: &quot;A String&quot;, # Required. Unique identifier for the report T his is a legacy field used to encode custom report unique id
337      &quot;offset&quot;: &quot;A String&quot;, # Legacy field: not used. This field contains the offset for the data
338      &quot;organization&quot;: &quot;A String&quot;, # Output only. Organization name
339      &quot;properties&quot;: [ # This field contains report properties such as ui metadata etc.
340        {
341          &quot;property&quot;: &quot;A String&quot;, # name of the property
342          &quot;value&quot;: [ # property values
343            { # Key-value pair to store extra metadata.
344              &quot;name&quot;: &quot;A String&quot;, # API key of the attribute.
345              &quot;value&quot;: &quot;A String&quot;, # Value of the attribute.
346            },
347          ],
348        },
349      ],
350      &quot;sortByCols&quot;: [ # Legacy field: not used much. Contains the list of sort by columns
351        &quot;A String&quot;,
352      ],
353      &quot;sortOrder&quot;: &quot;A String&quot;, # Legacy field: not used much. Contains the sort order for the sort columns
354      &quot;tags&quot;: [ # Legacy field: not used. This field contains a list of tags associated with custom report
355        &quot;A String&quot;,
356      ],
357      &quot;timeUnit&quot;: &quot;A String&quot;, # This field contains the time unit of aggregation for the report
358      &quot;toTime&quot;: &quot;A String&quot;, # Legacy field: not used. Contains the end time for the report
359      &quot;topk&quot;: &quot;A String&quot;, # Legacy field: not used. This field contains the top k parameter value for restricting the result
360    },
361  ],
362}</pre>
363</div>
364
365<div class="method">
366    <code class="details" id="update">update(name, body=None, x__xgafv=None)</code>
367  <pre>Update an existing custom report definition
368
369Args:
370  name: string, Required. Custom Report name of the form: `organizations/{organization_id}/reports/{report_name}` (required)
371  body: object, The request body.
372    The object takes the form of:
373
374{
375  &quot;chartType&quot;: &quot;A String&quot;, # This field contains the chart type for the report
376  &quot;comments&quot;: [ # Legacy field: not used. This field contains a list of comments associated with custom report
377    &quot;A String&quot;,
378  ],
379  &quot;createdAt&quot;: &quot;A String&quot;, # Output only. Unix time when the app was created json key: createdAt
380  &quot;dimensions&quot;: [ # This contains the list of dimensions for the report
381    &quot;A String&quot;,
382  ],
383  &quot;displayName&quot;: &quot;A String&quot;, # This is the display name for the report
384  &quot;environment&quot;: &quot;A String&quot;, # Output only. Environment name
385  &quot;filter&quot;: &quot;A String&quot;, # This field contains the filter expression
386  &quot;fromTime&quot;: &quot;A String&quot;, # Legacy field: not used. Contains the from time for the report
387  &quot;lastModifiedAt&quot;: &quot;A String&quot;, # Output only. Modified time of this entity as milliseconds since epoch. json key: lastModifiedAt
388  &quot;lastViewedAt&quot;: &quot;A String&quot;, # Output only. Last viewed time of this entity as milliseconds since epoch
389  &quot;limit&quot;: &quot;A String&quot;, # Legacy field: not used This field contains the limit for the result retrieved
390  &quot;metrics&quot;: [ # Required. This contains the list of metrics
391    { # This encapsulates a metric property of the form sum(message_count) where name is message_count and function is sum
392      &quot;function&quot;: &quot;A String&quot;, # aggregate function
393      &quot;name&quot;: &quot;A String&quot;, # name of the metric
394    },
395  ],
396  &quot;name&quot;: &quot;A String&quot;, # Required. Unique identifier for the report T his is a legacy field used to encode custom report unique id
397  &quot;offset&quot;: &quot;A String&quot;, # Legacy field: not used. This field contains the offset for the data
398  &quot;organization&quot;: &quot;A String&quot;, # Output only. Organization name
399  &quot;properties&quot;: [ # This field contains report properties such as ui metadata etc.
400    {
401      &quot;property&quot;: &quot;A String&quot;, # name of the property
402      &quot;value&quot;: [ # property values
403        { # Key-value pair to store extra metadata.
404          &quot;name&quot;: &quot;A String&quot;, # API key of the attribute.
405          &quot;value&quot;: &quot;A String&quot;, # Value of the attribute.
406        },
407      ],
408    },
409  ],
410  &quot;sortByCols&quot;: [ # Legacy field: not used much. Contains the list of sort by columns
411    &quot;A String&quot;,
412  ],
413  &quot;sortOrder&quot;: &quot;A String&quot;, # Legacy field: not used much. Contains the sort order for the sort columns
414  &quot;tags&quot;: [ # Legacy field: not used. This field contains a list of tags associated with custom report
415    &quot;A String&quot;,
416  ],
417  &quot;timeUnit&quot;: &quot;A String&quot;, # This field contains the time unit of aggregation for the report
418  &quot;toTime&quot;: &quot;A String&quot;, # Legacy field: not used. Contains the end time for the report
419  &quot;topk&quot;: &quot;A String&quot;, # Legacy field: not used. This field contains the top k parameter value for restricting the result
420}
421
422  x__xgafv: string, V1 error format.
423    Allowed values
424      1 - v1 error format
425      2 - v2 error format
426
427Returns:
428  An object of the form:
429
430    {
431  &quot;chartType&quot;: &quot;A String&quot;, # This field contains the chart type for the report
432  &quot;comments&quot;: [ # Legacy field: not used. This field contains a list of comments associated with custom report
433    &quot;A String&quot;,
434  ],
435  &quot;createdAt&quot;: &quot;A String&quot;, # Output only. Unix time when the app was created json key: createdAt
436  &quot;dimensions&quot;: [ # This contains the list of dimensions for the report
437    &quot;A String&quot;,
438  ],
439  &quot;displayName&quot;: &quot;A String&quot;, # This is the display name for the report
440  &quot;environment&quot;: &quot;A String&quot;, # Output only. Environment name
441  &quot;filter&quot;: &quot;A String&quot;, # This field contains the filter expression
442  &quot;fromTime&quot;: &quot;A String&quot;, # Legacy field: not used. Contains the from time for the report
443  &quot;lastModifiedAt&quot;: &quot;A String&quot;, # Output only. Modified time of this entity as milliseconds since epoch. json key: lastModifiedAt
444  &quot;lastViewedAt&quot;: &quot;A String&quot;, # Output only. Last viewed time of this entity as milliseconds since epoch
445  &quot;limit&quot;: &quot;A String&quot;, # Legacy field: not used This field contains the limit for the result retrieved
446  &quot;metrics&quot;: [ # Required. This contains the list of metrics
447    { # This encapsulates a metric property of the form sum(message_count) where name is message_count and function is sum
448      &quot;function&quot;: &quot;A String&quot;, # aggregate function
449      &quot;name&quot;: &quot;A String&quot;, # name of the metric
450    },
451  ],
452  &quot;name&quot;: &quot;A String&quot;, # Required. Unique identifier for the report T his is a legacy field used to encode custom report unique id
453  &quot;offset&quot;: &quot;A String&quot;, # Legacy field: not used. This field contains the offset for the data
454  &quot;organization&quot;: &quot;A String&quot;, # Output only. Organization name
455  &quot;properties&quot;: [ # This field contains report properties such as ui metadata etc.
456    {
457      &quot;property&quot;: &quot;A String&quot;, # name of the property
458      &quot;value&quot;: [ # property values
459        { # Key-value pair to store extra metadata.
460          &quot;name&quot;: &quot;A String&quot;, # API key of the attribute.
461          &quot;value&quot;: &quot;A String&quot;, # Value of the attribute.
462        },
463      ],
464    },
465  ],
466  &quot;sortByCols&quot;: [ # Legacy field: not used much. Contains the list of sort by columns
467    &quot;A String&quot;,
468  ],
469  &quot;sortOrder&quot;: &quot;A String&quot;, # Legacy field: not used much. Contains the sort order for the sort columns
470  &quot;tags&quot;: [ # Legacy field: not used. This field contains a list of tags associated with custom report
471    &quot;A String&quot;,
472  ],
473  &quot;timeUnit&quot;: &quot;A String&quot;, # This field contains the time unit of aggregation for the report
474  &quot;toTime&quot;: &quot;A String&quot;, # Legacy field: not used. Contains the end time for the report
475  &quot;topk&quot;: &quot;A String&quot;, # Legacy field: not used. This field contains the top k parameter value for restricting the result
476}</pre>
477</div>
478
479</body></html>