mirror of
https://github.com/octoleo/restic.git
synced 2024-11-12 16:26:34 +00:00
34 lines
681 B
JSON
34 lines
681 B
JSON
{
|
|
"kind": "discovery#restDescription",
|
|
"discoveryVersion": "v1",
|
|
"id": "X:v1",
|
|
"name": "X",
|
|
"version": "v1",
|
|
"title": "X",
|
|
"documentationLink": "https://cloud.google.com/appengine/docs/admin-api/",
|
|
"baseUrl": "https://appengine.googleapis.com/",
|
|
"basePath": "",
|
|
"rootUrl": "https://appengine.googleapis.com/",
|
|
"servicePath": "",
|
|
"batchPath": "batch",
|
|
"schemas": {
|
|
"Utilization": {
|
|
"id": "Utilization",
|
|
"type": "object",
|
|
"description": "CPU utilization policy.",
|
|
"properties": {
|
|
"target": {
|
|
"type": "number",
|
|
"format": "double"
|
|
},
|
|
"count": {
|
|
"type": "integer"
|
|
},
|
|
"average": {
|
|
"type": "number"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|