...
1{
2 "name": "tshealth",
3 "discoveryVersion": "v1",
4 "id": "tshealth:v1",
5 "basePath": "/_ah/api/tshealth/v1/",
6 "baseUrl": "https://ths-prod.googleplex.com/_ah/api/tshealth/v1/",
7 "servicePath": "tshealth/v1/",
8 "resources": {
9 "techs": {
10 "methods": {
11 "count": {
12 "description": "Counts the number of techs matching the constraints.",
13 "httpMethod": "GET",
14 "id": "tshealth.techs.count",
15 "parameters": {
16 "manager": {
17 "location": "query",
18 "required": true,
19 "type": "string"
20 }
21 },
22 "path": "techs/count",
23 "response": {
24 "$ref": "Google3CorpSupportToolsTshealthServiceApiV1TechsMessagesTechsCountResponse"
25 }
26 }
27 }
28 }
29 },
30 "schemas": {
31 "Google3CorpSupportToolsTshealthServiceApiV1TechsMessagesTechsCountResponse": {
32 "description": "Response for a tech count request.",
33 "id": "Google3CorpSupportToolsTshealthServiceApiV1TechsMessagesTechsCountResponse",
34 "properties": {
35 "count": {
36 "format": "int64",
37 "type": "string"
38 }
39 },
40 "type": "object"
41 }
42 }
43}
View as plain text