DSPS/demo_files/services.json

36 lines
968 B
JSON
Raw Permalink Normal View History

2021-09-02 10:27:53 +00:00
{
"id": "/Matz/Patrice/Master-Thesis/Service.schema.json",
"name": "Service Definition for Example Application",
"services": [
{
"scaleUpAt": 0.8,
"scaleDownAt": 0.3,
"scaleingMetric": "CPU",
"serviceID": "default",
"scales": false,
"scale": 1,
"scalingDelay": 0,
"defaultServer": {
"maxCPU": 100,
"maxRAM": 10000,
"maxIO": 10000,
"maxNET": 1000
}
},
{
"scaleUpAt": 0.8,
"scaleDownAt": 0.3,
"scaleingMetric": "CPU",
"serviceID": "extern",
"scales": false,
"scale": 1,
"scalingDelay": 0,
"defaultServer": {
"maxCPU": 100,
"maxRAM": 10000,
"maxIO": 10000,
"maxNET": 1000
}
}
]
}