OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/monitoring.readonly": { | 5 "https://www.googleapis.com/auth/monitoring.readonly": { |
6 "description": "View monitoring data for all of your Google
Cloud and API projects" | 6 "description": "View monitoring data for all of your Google
Cloud and API projects" |
7 } | 7 } |
8 } | 8 } |
9 } | 9 } |
10 }, | 10 }, |
11 "basePath": "/cloudmonitoring/v2beta1/projects/", | 11 "basePath": "/cloudmonitoring/v2beta1/projects/", |
12 "baseUrl": "https://www.googleapis.com/cloudmonitoring/v2beta1/projects/", | 12 "baseUrl": "https://www.googleapis.com/cloudmonitoring/v2beta1/projects/", |
13 "batchPath": "batch", | 13 "batchPath": "batch", |
14 "canonicalName": "Cloud Monitoring", | 14 "canonicalName": "Cloud Monitoring", |
15 "description": "API for accessing Google Cloud and API monitoring data.", | 15 "description": "API for accessing Google Cloud and API monitoring data.", |
16 "discoveryVersion": "v1", | 16 "discoveryVersion": "v1", |
17 "documentationLink": "https://developers.google.com/cloud-monitoring/", | 17 "documentationLink": "https://developers.google.com/cloud-monitoring/", |
18 "etag": "\"8MqRhZzx1kw0pwpjahVJEB3eI6w/DmpWCY6_5Z-ZgPj47MTzzMnrFlc\"", | 18 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/I5Av_yaMSSyYMM_MBNIflh0DmG8\"", |
19 "icons": { | 19 "icons": { |
20 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 20 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
21 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 21 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
22 }, | 22 }, |
23 "id": "cloudmonitoring:v2beta1", | 23 "id": "cloudmonitoring:v2beta1", |
24 "kind": "discovery#restDescription", | 24 "kind": "discovery#restDescription", |
25 "name": "cloudmonitoring", | 25 "name": "cloudmonitoring", |
26 "ownerDomain": "google.com", | 26 "ownerDomain": "google.com", |
27 "ownerName": "Google", | 27 "ownerName": "Google", |
28 "parameters": { | 28 "parameters": { |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 "response": { | 267 "response": { |
268 "$ref": "ListTimeseriesDescriptorsResponse" | 268 "$ref": "ListTimeseriesDescriptorsResponse" |
269 }, | 269 }, |
270 "scopes": [ | 270 "scopes": [ |
271 "https://www.googleapis.com/auth/monitoring.readonly" | 271 "https://www.googleapis.com/auth/monitoring.readonly" |
272 ] | 272 ] |
273 } | 273 } |
274 } | 274 } |
275 } | 275 } |
276 }, | 276 }, |
277 "revision": "20140929", | 277 "revision": "20141010", |
278 "rootUrl": "https://www.googleapis.com/", | 278 "rootUrl": "https://www.googleapis.com/", |
279 "schemas": { | 279 "schemas": { |
280 "ListMetricDescriptorsRequest": { | 280 "ListMetricDescriptorsRequest": { |
281 "description": "The request of cloudmonitoring.metricDescriptors.lis
t.", | 281 "description": "The request of cloudmonitoring.metricDescriptors.lis
t.", |
282 "id": "ListMetricDescriptorsRequest", | 282 "id": "ListMetricDescriptorsRequest", |
283 "properties": { | 283 "properties": { |
284 "kind": { | 284 "kind": { |
285 "default": "cloudmonitoring#listMetricDescriptorsRequest", | 285 "default": "cloudmonitoring#listMetricDescriptorsRequest", |
286 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"cloudmonitoring#listMetricDescriptorsRequest\".", | 286 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"cloudmonitoring#listMetricDescriptorsRequest\".", |
287 "type": "string" | 287 "type": "string" |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
473 "distributionValue": { | 473 "distributionValue": { |
474 "$ref": "PointDistribution", | 474 "$ref": "PointDistribution", |
475 "description": "The value of this data point as a distributi
on. A distribution value can contain a list of buckets and/or an underflowBucket
and an overflowBucket. The values of these points can be used to create a histo
gram." | 475 "description": "The value of this data point as a distributi
on. A distribution value can contain a list of buckets and/or an underflowBucket
and an overflowBucket. The values of these points can be used to create a histo
gram." |
476 }, | 476 }, |
477 "doubleValue": { | 477 "doubleValue": { |
478 "description": "The value of this data point as a double-pre
cision floating-point number.", | 478 "description": "The value of this data point as a double-pre
cision floating-point number.", |
479 "format": "double", | 479 "format": "double", |
480 "type": "number" | 480 "type": "number" |
481 }, | 481 }, |
482 "end": { | 482 "end": { |
483 "description": "The interval [start, end] is the time period
to which the point's value applies. For gauge metrics, whose values are instant
aneous measurements, this interval should be empty (start should equal end). For
cumulative metrics (of which deltas and rates are special cases), the interval
should be non-empty. Both start and end are RFC 3999 strings.", | 483 "description": "The interval [start, end] is the time period
to which the point's value applies. For gauge metrics, whose values are instant
aneous measurements, this interval should be empty (start should equal end). For
cumulative metrics (of which deltas and rates are special cases), the interval
should be non-empty. Both start and end are RFC 3339 strings.", |
484 "format": "date-time", | 484 "format": "date-time", |
485 "type": "string" | 485 "type": "string" |
486 }, | 486 }, |
487 "int64Value": { | 487 "int64Value": { |
488 "description": "The value of this data point as a 64-bit int
eger.", | 488 "description": "The value of this data point as a 64-bit int
eger.", |
489 "format": "int64", | 489 "format": "int64", |
490 "type": "string" | 490 "type": "string" |
491 }, | 491 }, |
492 "start": { | 492 "start": { |
493 "description": "The interval [start, end] is the time period
to which the point's value applies. For gauge metrics, whose values are instant
aneous measurements, this interval should be empty (start should equal end). For
cumulative metrics (of which deltas and rates are special cases), the interval
should be non-empty. Both start and end are RFC 3999 strings.", | 493 "description": "The interval [start, end] is the time period
to which the point's value applies. For gauge metrics, whose values are instant
aneous measurements, this interval should be empty (start should equal end). For
cumulative metrics (of which deltas and rates are special cases), the interval
should be non-empty. Both start and end are RFC 3339 strings.", |
494 "format": "date-time", | 494 "format": "date-time", |
495 "type": "string" | 495 "type": "string" |
496 }, | 496 }, |
497 "stringValue": { | 497 "stringValue": { |
498 "description": "The value of this data point in string forma
t.", | 498 "description": "The value of this data point in string forma
t.", |
499 "type": "string" | 499 "type": "string" |
500 } | 500 } |
501 }, | 501 }, |
502 "type": "object" | 502 "type": "object" |
503 }, | 503 }, |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
599 }, | 599 }, |
600 "TimeseriesDescriptor": { | 600 "TimeseriesDescriptor": { |
601 "description": "TimeseriesDescriptor identifies a single time series
.", | 601 "description": "TimeseriesDescriptor identifies a single time series
.", |
602 "id": "TimeseriesDescriptor", | 602 "id": "TimeseriesDescriptor", |
603 "properties": { | 603 "properties": { |
604 "labels": { | 604 "labels": { |
605 "additionalProperties": { | 605 "additionalProperties": { |
606 "description": "The label's name.", | 606 "description": "The label's name.", |
607 "type": "string" | 607 "type": "string" |
608 }, | 608 }, |
609 "description": "The set of key-value pairs that describe thi
s time series, including target-specific labels and metric-specific labels.", | 609 "description": "The label's name.", |
610 "type": "object" | 610 "type": "object" |
611 }, | 611 }, |
612 "metric": { | 612 "metric": { |
613 "description": "The name of the metric.", | 613 "description": "The name of the metric.", |
614 "type": "string" | 614 "type": "string" |
615 }, | 615 }, |
616 "project": { | 616 "project": { |
617 "description": "The Developers Console project number to whi
ch this time series belongs.", | 617 "description": "The Developers Console project number to whi
ch this time series belongs.", |
618 "type": "string" | 618 "type": "string" |
619 } | 619 } |
620 }, | 620 }, |
621 "type": "object" | 621 "type": "object" |
| 622 }, |
| 623 "TimeseriesDescriptorLabel": { |
| 624 "id": "TimeseriesDescriptorLabel", |
| 625 "properties": { |
| 626 "key": { |
| 627 "description": "The label's name.", |
| 628 "type": "string" |
| 629 }, |
| 630 "value": { |
| 631 "description": "The label's value.", |
| 632 "type": "string" |
| 633 } |
| 634 }, |
| 635 "type": "object" |
622 } | 636 } |
623 }, | 637 }, |
624 "servicePath": "cloudmonitoring/v2beta1/projects/", | 638 "servicePath": "cloudmonitoring/v2beta1/projects/", |
625 "title": "Cloud Monitoring API", | 639 "title": "Cloud Monitoring API", |
626 "version": "v2beta1" | 640 "version": "v2beta1" |
627 } | 641 } |
OLD | NEW |