Skip to main content

ack inspect report

Trigger and query inspection reports

Run ecctl ack inspect report <action> -h for usage, or ecctl schema ack.inspect.report.<action> --full for the complete, agent-readable spec of every parameter and behavior.

create

ecctl ack inspect report create [flags]

Trigger an inspection report

  • Kind: mutation · Risk: medium
APIWhen calledPurpose
RunClusterInspectEvery time the command runs.Perform the resource operation.
ListClusterInspectReportsWhen --no-wait is not specified.Read the resource view.
GetClusterInspectReportDetailWhen --no-wait is not specified.Read the resource view.
ParameterTypeRequiredDescription
--clusterstringACK cluster ID
--regionstringAlibaba Cloud region

get

ecctl ack inspect report get <report-id> [flags]

Get inspection report

  • Kind: read · Risk: low
APIWhen calledPurpose
GetClusterInspectReportDetailEvery time the command runs.Read the resource view.
ParameterTypeRequiredDescription
--clusterstringACK cluster ID
--regionstringAlibaba Cloud region
--fieldsstringcomma-separated resource fields to include

list

ecctl ack inspect report list [flags]

List inspection reports

  • Kind: read · Risk: low
APIWhen calledPurpose
ListClusterInspectReportsEvery time the command runs.Read the resource view.
ParameterTypeRequiredDescription
--clusterstringACK cluster ID
--regionstringAlibaba Cloud region
--fieldsstringcomma-separated resource fields to include
--limitintegermaximum reports to return (default: 50)
--next-tokenstringpagination token returned by a previous request