| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/admin.reports.audit.readonly":
{ | 5 "https://www.googleapis.com/auth/admin.reports.audit.readonly":
{ |
| 6 "description": "View audit reports of Google Apps for your d
omain" | 6 "description": "View audit reports of Google Apps for your d
omain" |
| 7 }, | 7 }, |
| 8 "https://www.googleapis.com/auth/admin.reports.usage.readonly":
{ | 8 "https://www.googleapis.com/auth/admin.reports.usage.readonly":
{ |
| 9 "description": "View usage reports of Google Apps for your d
omain" | 9 "description": "View usage reports of Google Apps for your d
omain" |
| 10 } | 10 } |
| 11 } | 11 } |
| 12 } | 12 } |
| 13 }, | 13 }, |
| 14 "basePath": "/admin/reports/v1/", | 14 "basePath": "/admin/reports/v1/", |
| 15 "baseUrl": "https://www.googleapis.com/admin/reports/v1/", | 15 "baseUrl": "https://www.googleapis.com/admin/reports/v1/", |
| 16 "batchPath": "batch", | 16 "batchPath": "batch", |
| 17 "canonicalName": "reports", | 17 "canonicalName": "reports", |
| 18 "description": "Allows the administrators of Google Apps customers to fetch
reports about the usage, collaboration, security and risk for their users.", | 18 "description": "Allows the administrators of Google Apps customers to fetch
reports about the usage, collaboration, security and risk for their users.", |
| 19 "discoveryVersion": "v1", | 19 "discoveryVersion": "v1", |
| 20 "documentationLink": "https://developers.google.com/admin-sdk/reports/", | 20 "documentationLink": "https://developers.google.com/admin-sdk/reports/", |
| 21 "etag": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/1CnyuAQi1v-9K692tzB6A2cyPVk\"", | 21 "etag": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/kIY0aqiDkZ24yMy88cSNtVuMbHk\"", |
| 22 "icons": { | 22 "icons": { |
| 23 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 23 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
| 24 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 24 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
| 25 }, | 25 }, |
| 26 "id": "admin:reports_v1", | 26 "id": "admin:reports_v1", |
| 27 "kind": "discovery#restDescription", | 27 "kind": "discovery#restDescription", |
| 28 "name": "admin", | 28 "name": "admin", |
| 29 "ownerDomain": "google.com", | 29 "ownerDomain": "google.com", |
| 30 "ownerName": "Google", | 30 "ownerName": "Google", |
| 31 "packagePath": "admin", | 31 "packagePath": "admin", |
| (...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 "response": { | 363 "response": { |
| 364 "$ref": "UsageReports" | 364 "$ref": "UsageReports" |
| 365 }, | 365 }, |
| 366 "scopes": [ | 366 "scopes": [ |
| 367 "https://www.googleapis.com/auth/admin.reports.usage.rea
donly" | 367 "https://www.googleapis.com/auth/admin.reports.usage.rea
donly" |
| 368 ] | 368 ] |
| 369 } | 369 } |
| 370 } | 370 } |
| 371 } | 371 } |
| 372 }, | 372 }, |
| 373 "revision": "20140725", | 373 "revision": "20140912", |
| 374 "rootUrl": "https://www.googleapis.com/", | 374 "rootUrl": "https://www.googleapis.com/", |
| 375 "schemas": { | 375 "schemas": { |
| 376 "Activities": { | 376 "Activities": { |
| 377 "description": "JSON template for a collection of activites.", | 377 "description": "JSON template for a collection of activites.", |
| 378 "id": "Activities", | 378 "id": "Activities", |
| 379 "properties": { | 379 "properties": { |
| 380 "etag": { | 380 "etag": { |
| 381 "description": "ETag of the resource.", | 381 "description": "ETag of the resource.", |
| 382 "type": "string" | 382 "type": "string" |
| 383 }, | 383 }, |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 "properties": { | 444 "properties": { |
| 445 "boolValue": { | 445 "boolValue": { |
| 446 "description": "Boolean value of the
parameter.", | 446 "description": "Boolean value of the
parameter.", |
| 447 "type": "boolean" | 447 "type": "boolean" |
| 448 }, | 448 }, |
| 449 "intValue": { | 449 "intValue": { |
| 450 "description": "Integral value of th
e parameter.", | 450 "description": "Integral value of th
e parameter.", |
| 451 "format": "int64", | 451 "format": "int64", |
| 452 "type": "string" | 452 "type": "string" |
| 453 }, | 453 }, |
| 454 "multiIntValue": { |
| 455 "description": "Multi-int value of t
he parameter.", |
| 456 "items": { |
| 457 "format": "int64", |
| 458 "type": "string" |
| 459 }, |
| 460 "type": "array" |
| 461 }, |
| 462 "multiValue": { |
| 463 "description": "Multi-string value o
f the parameter.", |
| 464 "items": { |
| 465 "type": "string" |
| 466 }, |
| 467 "type": "array" |
| 468 }, |
| 454 "name": { | 469 "name": { |
| 455 "description": "The name of the para
meter.", | 470 "description": "The name of the para
meter.", |
| 456 "type": "string" | 471 "type": "string" |
| 457 }, | 472 }, |
| 458 "value": { | 473 "value": { |
| 459 "description": "String value of the
parameter.", | 474 "description": "String value of the
parameter.", |
| 460 "type": "string" | 475 "type": "string" |
| 461 } | 476 } |
| 462 }, | 477 }, |
| 463 "type": "object" | 478 "type": "object" |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 720 "type": "array" | 735 "type": "array" |
| 721 } | 736 } |
| 722 }, | 737 }, |
| 723 "type": "object" | 738 "type": "object" |
| 724 } | 739 } |
| 725 }, | 740 }, |
| 726 "servicePath": "admin/reports/v1/", | 741 "servicePath": "admin/reports/v1/", |
| 727 "title": "Admin Reports API", | 742 "title": "Admin Reports API", |
| 728 "version": "reports_v1" | 743 "version": "reports_v1" |
| 729 } | 744 } |
| OLD | NEW |