audit

Run an audit request on an organization.

Usage

tanzu mission-control audit [command]

Commands

  create        Create an audit
  delete        Delete an audit
  get           Get an audit
  list          Return a list of audits
  template      Audit template

create

Create an audit.

Usage

tanzu mission-control audit create [flags]

Flags

  -v, --data-values-file string   data values file to use
      --dry-run                   create the data model only, do not apply to server
  -f, --file string               resource file from which to create an audit
  -t, --template string           template to use (default "default")

Example

To create an audit request using the default template: tanzu audit create

delete

Delete an audit.

Usage

tanzu mission-control audit delete AUDIT_NAME [flags]

get

Get an audit.

Usage

tanzu mission-control audit get AUDIT_NAME [flags]

Flags

  -o, --output string   output format (yaml | json) (default "yaml")

list

Return a list of audits.

Usage

tanzu mission-control audit list [flags]

Flags

      --max-size uint   number of records to return
      --name string     scope search to the specified name
      --offset uint     offset at which to start returning records
  -o, --output string   output format (yaml|json)

template

Audit template.

Usage

tanzu mission-control audit template [command]

Commands

  get         Get Template for audit
  list        List Templates for audit

Example

To get the default audit template: tanzu audit template get default
To list all available audit templates: tanzu audit template list

check-circle-line exclamation-circle-line close-line
Scroll to top icon