...
On This Page
Table of Contents |
---|
...
Info |
---|
The CLI references “skysync.” This is expected. |
Jobs
List Jobs
parameter | description | required | default |
---|---|---|---|
kind | Job Kind | optional | |
search, q | Search text | optional | |
status | Search by the current job status (idle, start, running, paused) | optional | |
parent | Search by the parent job ID | optional | |
node | Search by the currently executing node address | optional | |
active | Only retrieve active jobs | optional | |
offset | Search offset | optional | 0 |
limit | Search page size | optional | 20 |
...
Code Block |
---|
execution_id,recorded_on,level,type,direction,reason,source_path,destination_path,bytes,version,hash,item_type 136,2018-02-05T21:17:26+00:00,debug,audit_item,->,"","/UserDrive/skysyncitems-2/ADKSpring.jpg","/UserDrive/skysyncitems-2/ADKSpring.jpg",5844151,288078761880,32342c62bc4f0139df792718757087155c53247a,"" 136,2018-02-05T21:17:26+00:00,debug,audit_item,->,"","/UserDrive/skysyncitems/ADKSpring.jpg","/UserDrive/skysyncitems/ADKSpring.jpg",5844151,288079555273,32342c62bc4f0139df792718757087155c53247a,"" 136,2018-02-05T21:17:27+00:00,debug,audit_item,->,"","/UserDrive/skysyncitems-2/1/ADKSpring.jpg","/UserDrive/skysyncitems-2/1/ADKSpring.jpg",5844151,288079706440,32342c62bc4f0139df792718757087155c53247a,"" 136,2018-02-05T21:17:27+00:00,debug,audit_item,->,"","/UserDrive/skysyncitems/1/ADKSpring.jpg","/UserDrive/skysyncitems/1/ADKSpring.jpg",5844151,288079555451,32342c62bc4f0139df792718757087155c53247a,"" 136,2018-02-05T21:17:28+00:00,debug,audit_item,->,"","/UserDrive/msaelens/2003-Aug-25-Santanonis.txt","/UserDrive/msaelens/2003-Aug-25-Santanonis.txt",185982,288078767712,3a724f4dc61d7d11ab10d389992ea934e208551d,"" 136,2018-02-05T21:17:28+00:00,debug,audit_item,->,"","/UserDrive/mikes-2/ADKSpring.jpg","/UserDrive/mikes-2/ADKSpring.jpg",5844151,288079543378,32342c62bc4f0139df792718757087155c53247a,"" 136,2018-02-05T21:17:28+00:00,debug,audit_item,->,"","/UserDrive/mikes/ADKSpring.jpg","/UserDrive/mikes/ADKSpring.jpg",5844151,288078641430,32342c62bc4f0139df792718757087155c53247a,"" 136,2018-02-05T21:17:28+00:00,debug,audit_item,->,"","/UserDrive/mikes-2/1/ADKSpring - Copy.jpg","/UserDrive/mikes-2/1/ADKSpring - Copy.jpg",5844151,288079386224,32342c62bc4f0139df792718757087155c53247a,"" 136,2018-02-05T21:17:29+00:00,debug,audit_item,->,"","/UserDrive/mikes/1/ADKSpring - Copy.jpg","/UserDrive/mikes/1/ADKSpring - Copy.jpg",5844151,288079659664,32342c62bc4f0139df792718757087155c53247a,"" |
...
Adding a --execution
option produces an audit report for a specific execution of the specified job. Note, execution_id
may not be sequential for a specific job and can be found within the reponse response from the command: skysync-cli jobs audit
...