89
89
schema :
90
90
$ref : ' #/components/schemas/RuntimeHeartbeatData'
91
91
example :
92
- created : 2022-07-14 14:25:17:116
92
+ created : 2024-03-19T14:30:35.000+00:00
93
93
active : 1
94
- docType : heartBeat
95
94
id : ea488aed-2588-4988-990d-8342d0bca78
96
95
runtimeId : du988aed-2588-4988-990d-8342d0bcw45
97
96
responses :
@@ -102,9 +101,8 @@ paths:
102
101
schema :
103
102
$ref : ' #/components/schemas/RuntimeHeartbeatData'
104
103
example :
105
- created : 2022-07-14 14:25:17:116
104
+ created : 2024-03-19T14:30:35.000+00:00
106
105
active : 1
107
- docType : heartBeat
108
106
id : ea488aed-2588-4988-990d-8342d0bca78
109
107
runtimeId : du988aed-2588-4988-990d-8342d0bcw45
110
108
' 401 ' :
@@ -211,7 +209,7 @@ paths:
211
209
schema :
212
210
$ref : ' #/components/schemas/RuntimeHeartbeatData'
213
211
example :
214
- created : 1657808717
212
+ created : 1723041035000
215
213
active : 1
216
214
runtimeId : du988aed-2588-4988-990d-8342d0bcw45
217
215
responses :
@@ -222,10 +220,9 @@ paths:
222
220
schema :
223
221
$ref : ' #/components/schemas/RuntimeHeartbeatDataV2'
224
222
example :
225
- created : 2022-07-14 14:25:17:116
223
+ created : 2024-03-19T14:30:35.000+00:00
226
224
active : 1
227
- docType : heartBeat,
228
- id : ea488aed-2588-4988-990d-8342d0bca78,
225
+ id : du988aed-2588-4988-990d-8342d0bcw45-1723041035000,
229
226
runtimeId : du988aed-2588-4988-990d-8342d0bcw45
230
227
' 401 ' :
231
228
description : This status code indicates that either the user did not provide any user credentials or the user does not have access rights to retrieve the status of persona.
@@ -247,7 +244,7 @@ paths:
247
244
example :
248
245
[
249
246
{
250
- created : 1657808717 ,
247
+ created : 1723041035000 ,
251
248
active : 1,
252
249
runtimeId : du988aed-2588-4988-990d-8342d0bcw45
253
250
}
@@ -265,10 +262,9 @@ paths:
265
262
example :
266
263
[
267
264
{
268
- created : 2022-07-14 14:25:17:116 ,
265
+ created : 2024-03-19T14:30:35.000+00:00 ,
269
266
active : 1,
270
- docType : heartBeat,
271
- id : ea488aed-2588-4988-990d-8342d0bca78,
267
+ id : du988aed-2588-4988-990d-8342d0bcw45-1723041035000,
272
268
runtimeId : du988aed-2588-4988-990d-8342d0bcw45
273
269
}
274
270
]
@@ -319,7 +315,7 @@ components:
319
315
created :
320
316
type : object
321
317
description : Runtime created date.
322
- example : 2022-07-14 14:25:17:116
318
+ example : 2024-03-19T14:30:35.000+00:00
323
319
required : true
324
320
active :
325
321
type : number
@@ -350,6 +346,10 @@ components:
350
346
type : number
351
347
description : This shows the runtime active i9nactive status, 1 is active, 0 is inactive.
352
348
example : 1
349
+ id :
350
+ type : string
351
+ description : UUID of for each runtime.
352
+ example : ea488aed-2588-4988-990d-8342d0bca78
353
353
runtimeId :
354
354
type : string
355
355
description : UUID of the Runtime.
0 commit comments