Beispiel für eine Systemantwort, die in Echtzeit gesendet wird. Diese wird in Echtzeit gesendet, wenn eine Domain-Aktualisierung erfolgreich gestartet wurde.
SP Tabs group |
---|
|
SP Tab pane |
---|
| Code Block |
---|
title | JSON |
---|
linenumbers | true |
---|
collapse | true |
---|
| {
"stid": "20190701-app3-dev-9048",
"status": {
"code": "N0102",
"text": "Domain-Aktualisierung erfolgreich gestartet.",
"type": "NOTIFY"
},
"object": {
"type": "Domain",
"value": "example.com"
},
"data": [
{
"created": "2019-07-01T09:41:58.000+0200",
"updated": "2019-07-01T09:41:58.000+0200",
"owner": {
"context": 4,
"user": "customer"
},
"updater": {
"context": 4,
"user": "customer"
},
"status": "RUNNING",
"execution": "2019-07-01T09:41:57.000+0200",
"id": 4297543151
}
]
} |
|
SP Tab pane |
---|
| Code Block |
---|
language | xml |
---|
title | XML |
---|
linenumbers | true |
---|
| <response>
<result>
<data>
<domain_job>
<job>
<id>4295210826</id>
<status>NOT_SET</status>
</job>
</domain_job>
</data>
<status>
<code>N0102</code>
<text>Domain-Aktualisierung erfolgreich gestartet</text>
<type>notify</type>
<object>
<type>domain</type>
<value>example.com</value>
</object>
</status>
</result>
<stid>20180213-app2-17296</stid>
</response>180213-app2-17296</stid>
</response> |
|
|