summaryrefslogtreecommitdiff
path: root/gae/schedulev1openapi.json
diff options
context:
space:
mode:
Diffstat (limited to 'gae/schedulev1openapi.json')
-rw-r--r--gae/schedulev1openapi.json545
1 files changed, 545 insertions, 0 deletions
diff --git a/gae/schedulev1openapi.json b/gae/schedulev1openapi.json
new file mode 100644
index 0000000..b1db4e9
--- /dev/null
+++ b/gae/schedulev1openapi.json
@@ -0,0 +1,545 @@
+{
+ "basePath": "/_ah/api",
+ "consumes": [
+ "application/json"
+ ],
+ "definitions": {
+ "WebappSrcProtoModelBuildInfoMessage": {
+ "properties": {
+ "artifact_type": {
+ "type": "string"
+ },
+ "artifacts": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "build_id": {
+ "type": "string"
+ },
+ "build_target": {
+ "type": "string"
+ },
+ "build_type": {
+ "type": "string"
+ },
+ "manifest_branch": {
+ "type": "string"
+ },
+ "signed": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ "WebappSrcProtoModelBuildResponseMessage": {
+ "properties": {
+ "builds": {
+ "description": "A message for representing an individual build entry.",
+ "items": {
+ "$ref": "#/definitions/#/definitions/#/definitions/#/definitions/WebappSrcProtoModelBuildInfoMessage"
+ },
+ "type": "array"
+ },
+ "has_next": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ "WebappSrcProtoModelCountRequestMessage": {
+ "properties": {
+ "filter": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "WebappSrcProtoModelCountResponseMessage": {
+ "properties": {
+ "count": {
+ "format": "int64",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "WebappSrcProtoModelDefaultResponse": {
+ "properties": {
+ "return_code": {
+ "enum": [
+ "SUCCESS",
+ "FAIL"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "WebappSrcProtoModelDeviceInfoMessage": {
+ "properties": {
+ "product": {
+ "type": "string"
+ },
+ "scheduling_status": {
+ "format": "int64",
+ "type": "string"
+ },
+ "serial": {
+ "type": "string"
+ },
+ "status": {
+ "format": "int64",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "WebappSrcProtoModelDeviceResponseMessage": {
+ "properties": {
+ "devices": {
+ "description": "A message for representing an individual host's device entry.",
+ "items": {
+ "$ref": "#/definitions/#/definitions/#/definitions/WebappSrcProtoModelDeviceInfoMessage"
+ },
+ "type": "array"
+ },
+ "has_next": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ "WebappSrcProtoModelGetRequestMessage": {
+ "properties": {
+ "direction": {
+ "type": "string"
+ },
+ "filter": {
+ "type": "string"
+ },
+ "offset": {
+ "format": "int64",
+ "type": "string"
+ },
+ "size": {
+ "format": "int64",
+ "type": "string"
+ },
+ "sort": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "WebappSrcProtoModelHostInfoMessage": {
+ "properties": {
+ "devices": {
+ "description": "A message for representing an individual host's device entry.",
+ "items": {
+ "$ref": "#/definitions/#/definitions/#/definitions/WebappSrcProtoModelDeviceInfoMessage"
+ },
+ "type": "array"
+ },
+ "hostname": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "WebappSrcProtoModelLabDeviceInfoMessage": {
+ "properties": {
+ "device_equipment": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "product": {
+ "type": "string"
+ },
+ "serial": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "WebappSrcProtoModelLabHostInfoMessage": {
+ "properties": {
+ "device": {
+ "description": "A message for representing an individual lab host's device entry.",
+ "items": {
+ "$ref": "#/definitions/#/definitions/WebappSrcProtoModelLabDeviceInfoMessage"
+ },
+ "type": "array"
+ },
+ "host_equipment": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "hostname": {
+ "type": "string"
+ },
+ "ip": {
+ "type": "string"
+ },
+ "script": {
+ "type": "string"
+ },
+ "vtslab_version": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "WebappSrcProtoModelLabInfoMessage": {
+ "properties": {
+ "admin": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "host": {
+ "description": "A message for representing an individual lab's host entry.",
+ "items": {
+ "$ref": "#/definitions/#/definitions/WebappSrcProtoModelLabHostInfoMessage"
+ },
+ "type": "array"
+ },
+ "name": {
+ "type": "string"
+ },
+ "owner": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "WebappSrcProtoModelLabMessage": {
+ "properties": {
+ "admin": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "devices": {
+ "type": "string"
+ },
+ "host_equipment": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "hostname": {
+ "type": "string"
+ },
+ "ip": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "owner": {
+ "type": "string"
+ },
+ "vtslab_version": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "WebappSrcProtoModelLabResponseMessage": {
+ "properties": {
+ "has_next": {
+ "type": "boolean"
+ },
+ "labs": {
+ "description": "A model for representing a LabModel entity.",
+ "items": {
+ "$ref": "#/definitions/#/definitions/WebappSrcProtoModelLabMessage"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "WebappSrcProtoModelScheduleInfoMessage": {
+ "properties": {
+ "build_storage_type": {
+ "format": "int64",
+ "type": "string"
+ },
+ "build_target": {
+ "type": "string"
+ },
+ "device": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "device_pab_account_id": {
+ "type": "string"
+ },
+ "gsi_branch": {
+ "type": "string"
+ },
+ "gsi_build_target": {
+ "type": "string"
+ },
+ "gsi_pab_account_id": {
+ "type": "string"
+ },
+ "gsi_storage_type": {
+ "format": "int64",
+ "type": "string"
+ },
+ "gsi_vendor_version": {
+ "type": "string"
+ },
+ "has_bootloader_img": {
+ "type": "boolean"
+ },
+ "has_radio_img": {
+ "type": "boolean"
+ },
+ "image_package_repo_base": {
+ "type": "string"
+ },
+ "manifest_branch": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "owner": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "param": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "period": {
+ "format": "int64",
+ "type": "string"
+ },
+ "priority": {
+ "type": "string"
+ },
+ "report_bucket": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "report_persistent_url": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "report_reference_url": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "report_spreadsheet_id": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "require_signed_device_build": {
+ "type": "boolean"
+ },
+ "required_device_equipment": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "required_host_equipment": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "retry_count": {
+ "format": "int64",
+ "type": "string"
+ },
+ "schedule": {
+ "type": "string"
+ },
+ "schedule_type": {
+ "type": "string"
+ },
+ "shards": {
+ "format": "int64",
+ "type": "string"
+ },
+ "test_branch": {
+ "type": "string"
+ },
+ "test_build_target": {
+ "type": "string"
+ },
+ "test_name": {
+ "type": "string"
+ },
+ "test_pab_account_id": {
+ "type": "string"
+ },
+ "test_storage_type": {
+ "format": "int64",
+ "type": "string"
+ },
+ "timestamp": {
+ "format": "date-time",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "WebappSrcProtoModelScheduleResponseMessage": {
+ "properties": {
+ "has_next": {
+ "type": "boolean"
+ },
+ "schedules": {
+ "description": "A message for representing an individual schedule entry.",
+ "items": {
+ "$ref": "#/definitions/WebappSrcProtoModelScheduleInfoMessage"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "host": "vtslab-schedule-prod.appspot.com",
+ "info": {
+ "description": "Endpoint API for schedule_info.",
+ "title": "schedule",
+ "version": "v1"
+ },
+ "paths": {
+ "/schedule/v1/clear": {
+ "post": {
+ "operationId": "ScheduleInfoApi_clear",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "schema": {
+ "$ref": "#/definitions/WebappSrcProtoModelScheduleInfoMessage"
+ }
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "A successful response",
+ "schema": {
+ "$ref": "#/definitions/WebappSrcProtoModelDefaultResponse"
+ }
+ }
+ }
+ }
+ },
+ "/schedule/v1/count": {
+ "post": {
+ "operationId": "ScheduleInfoApi_count",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "schema": {
+ "$ref": "#/definitions/WebappSrcProtoModelCountRequestMessage"
+ }
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "A successful response",
+ "schema": {
+ "$ref": "#/definitions/WebappSrcProtoModelCountResponseMessage"
+ }
+ }
+ }
+ }
+ },
+ "/schedule/v1/get": {
+ "post": {
+ "operationId": "ScheduleInfoApi_get",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "schema": {
+ "$ref": "#/definitions/WebappSrcProtoModelGetRequestMessage"
+ }
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "A successful response",
+ "schema": {
+ "$ref": "#/definitions/WebappSrcProtoModelScheduleResponseMessage"
+ }
+ }
+ }
+ }
+ },
+ "/schedule/v1/set": {
+ "post": {
+ "operationId": "ScheduleInfoApi_set",
+ "parameters": [
+ {
+ "in": "body",
+ "name": "body",
+ "schema": {
+ "$ref": "#/definitions/WebappSrcProtoModelScheduleInfoMessage"
+ }
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "A successful response",
+ "schema": {
+ "$ref": "#/definitions/WebappSrcProtoModelDefaultResponse"
+ }
+ }
+ }
+ }
+ }
+ },
+ "produces": [
+ "application/json"
+ ],
+ "schemes": [
+ "https"
+ ],
+ "securityDefinitions": {
+ "google_id_token": {
+ "authorizationUrl": "",
+ "flow": "implicit",
+ "type": "oauth2",
+ "x-google-issuer": "https://accounts.google.com",
+ "x-google-jwks_uri": "https://www.googleapis.com/oauth2/v3/certs"
+ }
+ },
+ "swagger": "2.0",
+ "x-google-api-name": "schedule"
+} \ No newline at end of file