blob: 2f53a83bc0bff46e58ab5840b44ca333834804ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"rpc-name": "restart",
"version": "0.0.1",
"correlation-id": "4a68f8a5-0db9-4070-a132-adede51ebeef",
"type": "response",
"body": {
"output": {
"common-header": {
"timestamp": "2018-02-26T10:23:42.97Z",
"api-ver": "5.00",
"originator-id": "4a68f8a5-0db9-4070-a132-adede51ebeef",
"request-id": "4a68f8a5-0db9-4070-a132-adede51ebeef",
"sub-request-id": "1",
"flags": {}
},
"status": {
"code": 200,
"message": "Restart Successful"
}
}
}
}
|