Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Side by Side Diff: common/api/swarming/swarming/v1/swarming-api.json

Issue 2892523003: [common/api] regenerate swarming endpoints definition (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | common/api/swarming/swarming/v1/swarming-gen.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "kind": "discovery#restDescription", 2 "kind": "discovery#restDescription",
3 "etag": "\"RnkXbyw9us4_w3H-FU6An0C4oYs/a319reLq7TcE0ot37uvUfe0c0XQ\"", 3 "etag": "\"RnkXbyw9us4_w3H-FU6An0C4oYs/HcoTHCrkOXbRO4Hvw3XdX_0qCk4\"",
4 "discoveryVersion": "v1", 4 "discoveryVersion": "v1",
5 "id": "swarming:v1", 5 "id": "swarming:v1",
6 "name": "swarming", 6 "name": "swarming",
7 "version": "v1", 7 "version": "v1",
8 "description": "API to interact with the Swarming service. Permits to create, v iew and cancel tasks, query tasks and bots", 8 "description": "API to interact with the Swarming service. Permits to create, v iew and cancel tasks, query tasks and bots",
9 "icons": { 9 "icons": {
10 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png", 10 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
11 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png" 11 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
12 }, 12 },
13 "protocol": "rest", 13 "protocol": "rest",
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 } 547 }
548 }, 548 },
549 "SwarmingRpcsServerDetails": { 549 "SwarmingRpcsServerDetails": {
550 "id": "SwarmingRpcsServerDetails", 550 "id": "SwarmingRpcsServerDetails",
551 "type": "object", 551 "type": "object",
552 "description": "Reports details about the server.", 552 "description": "Reports details about the server.",
553 "properties": { 553 "properties": {
554 "bot_version": { 554 "bot_version": {
555 "type": "string" 555 "type": "string"
556 }, 556 },
557 "default_isolate_namespace": {
558 "type": "string"
559 },
560 "default_isolate_server": {
561 "type": "string"
562 },
557 "display_server_url_template": { 563 "display_server_url_template": {
558 "type": "string" 564 "type": "string"
559 }, 565 },
560 "luci_config": { 566 "luci_config": {
561 "type": "string" 567 "type": "string"
562 }, 568 },
563 "machine_provider_template": { 569 "machine_provider_template": {
564 "type": "string" 570 "type": "string"
565 }, 571 },
566 "server_version": { 572 "server_version": {
(...skipping 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1815 "$ref": "SwarmingRpcsTasksTags" 1821 "$ref": "SwarmingRpcsTasksTags"
1816 }, 1822 },
1817 "scopes": [ 1823 "scopes": [
1818 "https://www.googleapis.com/auth/userinfo.email" 1824 "https://www.googleapis.com/auth/userinfo.email"
1819 ] 1825 ]
1820 } 1826 }
1821 } 1827 }
1822 } 1828 }
1823 } 1829 }
1824 } 1830 }
OLDNEW
« no previous file with comments | « no previous file | common/api/swarming/swarming/v1/swarming-gen.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698