Fragt den Status des Service ab
POST
Payload
Schema
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object"
}
Beispiel
{
}
Rückgabe
Schema
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"GetStatusResult": {
"type": "integer",
"enum": [0, 15]
}
},
"required": [
"GetStatusResult"
]
}
Beispiel
{
"GetStatusResult": 0
}
Post your comment on this topic.