az acat report webhook
Note
This reference is part of the acat extension for the Azure CLI (version 2.61.0 or higher). The extension will automatically install the first time you run an az acat report webhook command. Learn more about extensions.
Manage ACAT report webhooks.
Commands
Name | Description | Type | Status |
---|---|---|---|
az acat report webhook create |
Create a new AppComplianceAutomation webhook or update an exiting AppComplianceAutomation webhook. |
Extension | GA |
az acat report webhook delete |
Delete an AppComplianceAutomation webhook. |
Extension | GA |
az acat report webhook list |
List the AppComplianceAutomation webhook list. |
Extension | GA |
az acat report webhook show |
Get the AppComplianceAutomation webhook and its properties. |
Extension | GA |
az acat report webhook update |
Update an exiting AppComplianceAutomation webhook. |
Extension | GA |
az acat report webhook create
Create a new AppComplianceAutomation webhook or update an exiting AppComplianceAutomation webhook.
az acat report webhook create --payload-url
--report-name
--webhook-name
[--content-type-hidden {application/json}]
[--disable {false, true}]
[--enable-ssl {false, true}]
[--events]
[--secret]
[--trigger-mode {all, customize}]
Required Parameters
Webhook payload url.
Report Name.
Webhook Name.
Optional Parameters
Content type.
Webhook status.
Whether to enable ssl verification.
Under which event notification should be sent. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Webhook secret token. If not set, this field value is null; otherwise, please set a string value.
Whether to send notification under any event.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az acat report webhook delete
Delete an AppComplianceAutomation webhook.
az acat report webhook delete --report-name
--webhook-name
[--yes]
Required Parameters
Report Name.
Webhook Name.
Optional Parameters
Do not prompt for confirmation.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az acat report webhook list
List the AppComplianceAutomation webhook list.
az acat report webhook list --report-name
[--filter]
[--max-items]
[--next-token]
[--offer-guid]
[--orderby]
[--select]
[--skip-token]
[--tenant]
[--top]
Required Parameters
Report Name.
Optional Parameters
The filter to apply on the operation.
Total number of items to return in the command's output. If the total number of items available is more than the value specified, a token is provided in the command's output. To resume pagination, provide the token value in --next-token
argument of a subsequent command.
Token to specify where to start paginating. This is the token value from a previously truncated response.
The offerGuid which mapping to the reports.
OData order by query option.
OData Select statement. Limits the properties on each entry to just those requested, e.g. ?$select=reportName,id.
Skip over when retrieving results.
The tenant id of the report creator.
Number of elements to return when retrieving results.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az acat report webhook show
Get the AppComplianceAutomation webhook and its properties.
az acat report webhook show --report-name
--webhook-name
Required Parameters
Report Name.
Webhook Name.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az acat report webhook update
Update an exiting AppComplianceAutomation webhook.
az acat report webhook update --report-name
--webhook-name
[--content-type {application/json}]
[--disable {false, true}]
[--enable-ssl {false, true}]
[--events-hidden]
[--payload-url-hidden]
[--secret]
[--trigger-mode {all, customize}]
Required Parameters
Report Name.
Webhook Name.
Optional Parameters
Content type.
Webhook status.
Whether to enable ssl verification.
Under which event notification should be sent. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Webhook payload url.
Webhook secret token. If not set, this field value is null; otherwise, please set a string value.
Whether to send notification under any event.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.