Add checkpoint timestamp based on mtime
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
7baee380ea
commit
3fdc48eb01
7 changed files with 18 additions and 14 deletions
|
@ -173,13 +173,15 @@ Response:
|
|||
"name" : "test1",
|
||||
"unixSockets" : false,
|
||||
"tcp" : false,
|
||||
"shell" : false
|
||||
"shell" : false,
|
||||
"timestamp" : "2015-12-04T15:09:14.915868934-08:00"
|
||||
},
|
||||
{
|
||||
"name" : "test2",
|
||||
"tcp" : false,
|
||||
"unixSockets" : false,
|
||||
"shell" : false
|
||||
"shell" : false,
|
||||
"timestamp" : "2015-12-04T15:09:14.915868934-08:00"
|
||||
}
|
||||
]
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue