auditlog rotation
auditlog rotation get
Get a log rotation job.
Arguments
JOB_ID
Log rotation job ID
Type: integer
Required: ✅
auditlog rotation list
List log rotation job logs.
Options
--query
<QUERY>
Query parameters to filter the results.
See harborapi docs for more information.
Type: text
--sort
<SORT>
Sorting order of the results. Example: 'name,-id'
to sort by name ascending and id descending.
Type: text
--page
<PAGE>
(Advanced) Page to begin fetching from.
Type: integer
Default: 1
--page-size
<PAGE_SIZE>
(Advanced) Results to fetch per API call.
Type: integer
Default: 10
--limit
<LIMIT>
Maximum number of results to fetch.
Type: integer
auditlog rotation log
Get the log for a log rotation job.
Arguments
JOB_ID
Log rotation job ID
Type: integer
Required: ✅
auditlog rotation stop
Stop a log rotation job.
Arguments
JOB_ID
Log rotation job ID
Type: integer
Required: ✅