Run an audit request on an organization.
tanzu mission-control audit [command]
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.
tanzu mission-control audit create [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")
To create an audit request using the default template: tanzu audit create
delete
Delete an audit.
tanzu mission-control audit delete AUDIT_NAME [flags]
get
Get an audit.
tanzu mission-control audit get AUDIT_NAME [flags]
-o, --output string output format (yaml | json) (default "yaml")
list
Return a list of audits.
tanzu mission-control audit list [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.
tanzu mission-control audit template [command]
get Get Template for audit
list List Templates for audit
To get the default audit template: tanzu audit template get default
To list all available audit templates: tanzu audit template list