| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/apps.order": { | 5 "https://www.googleapis.com/auth/apps.order": { |
| 6 "description": "Manage users on your domain" | 6 "description": "Manage users on your domain" |
| 7 }, | 7 }, |
| 8 "https://www.googleapis.com/auth/apps.order.readonly": { | 8 "https://www.googleapis.com/auth/apps.order.readonly": { |
| 9 "description": "Manage users on your domain" | 9 "description": "Manage users on your domain" |
| 10 } | 10 } |
| 11 } | 11 } |
| 12 } | 12 } |
| 13 }, | 13 }, |
| 14 "basePath": "/apps/reseller/v1/", | 14 "basePath": "/apps/reseller/v1/", |
| 15 "baseUrl": "https://www.googleapis.com/apps/reseller/v1/", | 15 "baseUrl": "https://www.googleapis.com/apps/reseller/v1/", |
| 16 "batchPath": "batch", | 16 "batchPath": "batch", |
| 17 "description": "Creates and manages your customers and their subscriptions."
, | 17 "description": "Creates and manages your customers and their subscriptions."
, |
| 18 "discoveryVersion": "v1", | 18 "discoveryVersion": "v1", |
| 19 "documentationLink": "https://developers.google.com/google-apps/reseller/", | 19 "documentationLink": "https://developers.google.com/google-apps/reseller/", |
| 20 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/zGPGa-LIIu53_wHsQE6CSF1P9Iw\"", | 20 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/X8_Q_t3uaU1QrzrqghkL9l2OAyo\"", |
| 21 "icons": { | 21 "icons": { |
| 22 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", | 22 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", |
| 23 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" | 23 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" |
| 24 }, | 24 }, |
| 25 "id": "reseller:v1", | 25 "id": "reseller:v1", |
| 26 "kind": "discovery#restDescription", | 26 "kind": "discovery#restDescription", |
| 27 "labels": [ | 27 "labels": [ |
| 28 "limited_availability" | 28 "limited_availability" |
| 29 ], | 29 ], |
| 30 "name": "reseller", | 30 "name": "reseller", |
| (...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 "response": { | 572 "response": { |
| 573 "$ref": "Subscription" | 573 "$ref": "Subscription" |
| 574 }, | 574 }, |
| 575 "scopes": [ | 575 "scopes": [ |
| 576 "https://www.googleapis.com/auth/apps.order" | 576 "https://www.googleapis.com/auth/apps.order" |
| 577 ] | 577 ] |
| 578 } | 578 } |
| 579 } | 579 } |
| 580 } | 580 } |
| 581 }, | 581 }, |
| 582 "revision": "20170216", | 582 "revision": "20170228", |
| 583 "rootUrl": "https://www.googleapis.com/", | 583 "rootUrl": "https://www.googleapis.com/", |
| 584 "schemas": { | 584 "schemas": { |
| 585 "Address": { | 585 "Address": { |
| 586 "description": "JSON template for address of a customer.", | 586 "description": "JSON template for address of a customer.", |
| 587 "id": "Address", | 587 "id": "Address", |
| 588 "properties": { | 588 "properties": { |
| 589 "addressLine1": { | 589 "addressLine1": { |
| 590 "description": "A customer's physical address. An address ca
n be composed of one to three lines. The addressline2 and addressLine3 are optio
nal.", | 590 "description": "A customer's physical address. An address ca
n be composed of one to three lines. The addressline2 and addressLine3 are optio
nal.", |
| 591 "type": "string" | 591 "type": "string" |
| 592 }, | 592 }, |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 843 "type": "string" | 843 "type": "string" |
| 844 }, | 844 }, |
| 845 "seats": { | 845 "seats": { |
| 846 "$ref": "Seats", | 846 "$ref": "Seats", |
| 847 "description": "This is a required property. The number and
limit of user seat licenses in the plan." | 847 "description": "This is a required property. The number and
limit of user seat licenses in the plan." |
| 848 }, | 848 }, |
| 849 "skuId": { | 849 "skuId": { |
| 850 "description": "A required property. The skuId is a unique s
ystem identifier for a product's SKU assigned to a customer in the subscription.
For products and SKUs available in this version of the API, see Product and SK
U IDs.", | 850 "description": "A required property. The skuId is a unique s
ystem identifier for a product's SKU assigned to a customer in the subscription.
For products and SKUs available in this version of the API, see Product and SK
U IDs.", |
| 851 "type": "string" | 851 "type": "string" |
| 852 }, | 852 }, |
| 853 "skuName": { |
| 854 "description": "Read-only external display name for a produc
t's SKU assigned to a customer in the subscription. SKU names are subject to cha
nge at Google's discretion. For products and SKUs available in this version of t
he API, see Product and SKU IDs.", |
| 855 "type": "string" |
| 856 }, |
| 853 "status": { | 857 "status": { |
| 854 "description": "This is an optional property.", | 858 "description": "This is an optional property.", |
| 855 "type": "string" | 859 "type": "string" |
| 856 }, | 860 }, |
| 857 "subscriptionId": { | 861 "subscriptionId": { |
| 858 "description": "The subscriptionId is the subscription ident
ifier and is unique for each customer. This is a required property. Since a subs
criptionId changes when a subscription is updated, we recommend not using this I
D as a key for persistent data. Use the subscriptionId as described in retrieve
all reseller subscriptions.", | 862 "description": "The subscriptionId is the subscription ident
ifier and is unique for each customer. This is a required property. Since a subs
criptionId changes when a subscription is updated, we recommend not using this I
D as a key for persistent data. Use the subscriptionId as described in retrieve
all reseller subscriptions.", |
| 859 "type": "string" | 863 "type": "string" |
| 860 }, | 864 }, |
| 861 "suspensionReasons": { | 865 "suspensionReasons": { |
| 862 "description": "Read-only field containing an enumerable of
all the current suspension reasons for a subscription. It is possible for a subs
cription to have many concurrent, overlapping suspension reasons. A subscription
's STATUS is SUSPENDED until all pending suspensions are removed.\n\nPossible op
tions include: \n- PENDING_TOS_ACCEPTANCE - The customer has not logged in and
accepted the G Suite Resold Terms of Services. \n- RENEWAL_WITH_TYPE_CANCEL - T
he customer's commitment ended and their service was cancelled at the end of the
ir term. \n- RESELLER_INITIATED - A manual suspension invoked by a Reseller. \
n- TRIAL_ENDED - The customer's trial expired without a plan selected. \n- OTHE
R - The customer is suspended for an internal Google reason (e.g. abuse or other
wise).", | 866 "description": "Read-only field containing an enumerable of
all the current suspension reasons for a subscription. It is possible for a subs
cription to have many concurrent, overlapping suspension reasons. A subscription
's STATUS is SUSPENDED until all pending suspensions are removed.\n\nPossible op
tions include: \n- PENDING_TOS_ACCEPTANCE - The customer has not logged in and
accepted the G Suite Resold Terms of Services. \n- RENEWAL_WITH_TYPE_CANCEL - T
he customer's commitment ended and their service was cancelled at the end of the
ir term. \n- RESELLER_INITIATED - A manual suspension invoked by a Reseller. \
n- TRIAL_ENDED - The customer's trial expired without a plan selected. \n- OTHE
R - The customer is suspended for an internal Google reason (e.g. abuse or other
wise).", |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 920 "type": "array" | 924 "type": "array" |
| 921 } | 925 } |
| 922 }, | 926 }, |
| 923 "type": "object" | 927 "type": "object" |
| 924 } | 928 } |
| 925 }, | 929 }, |
| 926 "servicePath": "apps/reseller/v1/", | 930 "servicePath": "apps/reseller/v1/", |
| 927 "title": "Enterprise Apps Reseller API", | 931 "title": "Enterprise Apps Reseller API", |
| 928 "version": "v1" | 932 "version": "v1" |
| 929 } | 933 } |
| OLD | NEW |