Add checkpoint timestamp based on mtime
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user