Skip to content

auditlog rotation

auditlog rotation get

auditlog rotation get <JOB_ID>

Get a log rotation job.

Arguments

JOB_ID
Log rotation job ID
Type: integer
Required:


auditlog rotation list

auditlog rotation list [OPTIONS]

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

auditlog rotation log <JOB_ID>

Get the log for a log rotation job.

Arguments

JOB_ID
Log rotation job ID
Type: integer
Required:


auditlog rotation stop

auditlog rotation stop <JOB_ID>

Stop a log rotation job.

Arguments

JOB_ID
Log rotation job ID
Type: integer
Required: