blob: 537a4f5350138d6504508ba9741319f53a5aae5f [file] [log] [blame]
{
"name": "tshealth",
"discoveryVersion": "v1",
"id": "tshealth:v1",
"basePath": "/_ah/api/tshealth/v1/",
"baseUrl": "https://ths-prod.googleplex.com/_ah/api/tshealth/v1/",
"servicePath": "tshealth/v1/",
"resources": {
"techs": {
"methods": {
"count": {
"description": "Counts the number of techs matching the constraints.",
"httpMethod": "GET",
"id": "tshealth.techs.count",
"parameters": {
"manager": {
"location": "query",
"required": true,
"type": "string"
}
},
"path": "techs/count",
"response": {
"$ref": "Google3CorpSupportToolsTshealthServiceApiV1TechsMessagesTechsCountResponse"
}
}
}
}
},
"schemas": {
"Google3CorpSupportToolsTshealthServiceApiV1TechsMessagesTechsCountResponse": {
"description": "Response for a tech count request.",
"id": "Google3CorpSupportToolsTshealthServiceApiV1TechsMessagesTechsCountResponse",
"properties": {
"count": {
"format": "int64",
"type": "string"
}
},
"type": "object"
}
}
}