28 lines
562 B
JSON
28 lines
562 B
JSON
{
|
|
"authToken": "test",
|
|
"title": "sp-status",
|
|
"description": "Services hosted by sp-codes",
|
|
"statePath": "$.status",
|
|
"stateValues": {
|
|
"operational": ["OK"],
|
|
"maintenance": ["PAUSED"]
|
|
},
|
|
"groups": [
|
|
{
|
|
"id": "test",
|
|
"name": "Test",
|
|
"services": [
|
|
{
|
|
"id": "test",
|
|
"name": "test",
|
|
"url": "http://sp-codes.de",
|
|
"statePath": "$.state",
|
|
"stateValues": {
|
|
"operational": ["ok"],
|
|
"maintenance": ["paused"]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|