az firmwareanalysis firmware
Примечание.
This reference is part of the firmwareanalysis extension for the Azure CLI (version 2.55.0 or higher). The extension will automatically install the first time you run an az firmwareanalysis firmware command. Learn more about extensions.
Commands to perform operation on a particular firmware.
Команды
Имя | Описание | Тип | Состояние |
---|---|---|---|
az firmwareanalysis firmware binary-hardening |
List binary hardening analysis results of a firmware. |
Расширение | GA |
az firmwareanalysis firmware create |
Create a new firmware. |
Расширение | GA |
az firmwareanalysis firmware crypto-certificate |
List cryptographic certificate analysis results found in a firmware. |
Расширение | GA |
az firmwareanalysis firmware crypto-key |
List cryptographic key analysis results found in a firmware. |
Расширение | GA |
az firmwareanalysis firmware cve |
List CVE analysis results of a firmware. |
Расширение | GA |
az firmwareanalysis firmware delete |
Delete a firmware. |
Расширение | GA |
az firmwareanalysis firmware generate-filesystem-download-url |
Get a url for tar file download. |
Расширение | GA |
az firmwareanalysis firmware list |
List all the firmware images inside a workspace. |
Расширение | GA |
az firmwareanalysis firmware password-hash |
List password hash analysis results of a firmware. |
Расширение | GA |
az firmwareanalysis firmware sbom-component |
List SBOM analysis results of a firmware. |
Расширение | GA |
az firmwareanalysis firmware show |
Get a firmware. |
Расширение | GA |
az firmwareanalysis firmware summary |
Get an analysis result summary of a firmware by name. |
Расширение | GA |
az firmwareanalysis firmware binary-hardening
List binary hardening analysis results of a firmware.
az firmwareanalysis firmware binary-hardening --firmware-id
--resource-group
--workspace-name
[--max-items]
[--next-token]
Примеры
List binary hardening analysis results of a firmware.
az firmwareanalysis firmware binary-hardening --resource-group {ResourceGroupName} --workspace-name {workspaceName} --firmware-id {firmwareId}
Обязательные параметры
The id of the firmware.
Имя группы ресурсов. Группу по умолчанию можно настроить с помощью az configure --defaults group=<name>
.
The name of the firmware analysis workspace.
Необязательные параметры
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.
Глобальные параметры
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Отображать только ошибки, не показывая предупреждения.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Имя или идентификатор подписки. Подписку по умолчанию можно настроить с помощью az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az firmwareanalysis firmware create
Create a new firmware.
az firmwareanalysis firmware create --resource-group
--workspace-name
[--description]
[--file-name]
[--file-size]
[--firmware-id]
[--model]
[--status {Analyzing, Error, Extracting, Pending, Ready}]
[--status-messages]
[--vendor]
[--version]
Примеры
Create a new firmware.
az firmwareanalysis firmware create --resource-group {resourceGroupName} --workspace-name {workspaceName} --description {description} --file-name {fileName} --file-size {fileSize} --vendor {vendorName} --model {model} --version {version} --status {status} --status-messages ['hi','message']
Обязательные параметры
Имя группы ресурсов. Группу по умолчанию можно настроить с помощью az configure --defaults group=<name>
.
The name of the firmware analysis workspace.
Необязательные параметры
User-specified description of the firmware.
File name for a firmware that user uploaded.
File size of the uploaded firmware image.
The id of the firmware.
Firmware model.
The status of firmware scan.
A list of errors or other messages generated during firmware analysis Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Firmware vendor.
Firmware version.
Глобальные параметры
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Отображать только ошибки, не показывая предупреждения.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Имя или идентификатор подписки. Подписку по умолчанию можно настроить с помощью az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az firmwareanalysis firmware crypto-certificate
List cryptographic certificate analysis results found in a firmware.
az firmwareanalysis firmware crypto-certificate --firmware-id
--resource-group
--workspace-name
[--max-items]
[--next-token]
Примеры
List cryptographic certificate analysis results found in a firmware.
az firmwareanalysis firmware crypto-certificate --resource-group {ResourceGroupName} --workspace-name {workspaceName} --firmware-id {firmwareId}
Обязательные параметры
The id of the firmware.
Имя группы ресурсов. Группу по умолчанию можно настроить с помощью az configure --defaults group=<name>
.
The name of the firmware analysis workspace.
Необязательные параметры
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.
Глобальные параметры
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Отображать только ошибки, не показывая предупреждения.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Имя или идентификатор подписки. Подписку по умолчанию можно настроить с помощью az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az firmwareanalysis firmware crypto-key
List cryptographic key analysis results found in a firmware.
az firmwareanalysis firmware crypto-key --firmware-id
--resource-group
--workspace-name
[--max-items]
[--next-token]
Примеры
List cryptographic key analysis results found in a firmware.
az firmwareanalysis firmware crypto-key --resource-group {ResourceGroupName} --workspace-name {workspaceName} --firmware-id {firmwareId}
Обязательные параметры
The id of the firmware.
Имя группы ресурсов. Группу по умолчанию можно настроить с помощью az configure --defaults group=<name>
.
The name of the firmware analysis workspace.
Необязательные параметры
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.
Глобальные параметры
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Отображать только ошибки, не показывая предупреждения.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Имя или идентификатор подписки. Подписку по умолчанию можно настроить с помощью az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az firmwareanalysis firmware cve
List CVE analysis results of a firmware.
az firmwareanalysis firmware cve --firmware-id
--resource-group
--workspace-name
[--max-items]
[--next-token]
Примеры
List CVE analysis results of a firmware.
az az firmwareanalysis firmware cve --resource-group {ResourceGroupName} --workspace-name {workspaceName} --firmware-id {firmwareId}
Обязательные параметры
The id of the firmware.
Имя группы ресурсов. Группу по умолчанию можно настроить с помощью az configure --defaults group=<name>
.
The name of the firmware analysis workspace.
Необязательные параметры
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.
Глобальные параметры
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Отображать только ошибки, не показывая предупреждения.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Имя или идентификатор подписки. Подписку по умолчанию можно настроить с помощью az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az firmwareanalysis firmware delete
Delete a firmware.
az firmwareanalysis firmware delete [--firmware-id]
[--ids]
[--resource-group]
[--subscription]
[--workspace-name]
[--yes]
Примеры
Delete a firmware.
az firmwareanalysis firmware delete --resource-group {ResourceGroupName} --workspace-name {workspaceName} --firmware-id {firmwareId}
Необязательные параметры
The id of the firmware.
Один или несколько идентификаторов ресурсов (разделенных пробелами). Это должен быть полный идентификатор ресурса, содержащий все сведения о аргументах Resource Id. You should provide either --ids or other 'Resource Id' arguments.
Имя группы ресурсов. Группу по умолчанию можно настроить с помощью az configure --defaults group=<name>
.
Имя или идентификатор подписки. Подписку по умолчанию можно настроить с помощью az account set -s NAME_OR_ID
.
The name of the firmware analysis workspace.
Do not prompt for confirmation.
Глобальные параметры
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Отображать только ошибки, не показывая предупреждения.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Имя или идентификатор подписки. Подписку по умолчанию можно настроить с помощью az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az firmwareanalysis firmware generate-filesystem-download-url
Get a url for tar file download.
az firmwareanalysis firmware generate-filesystem-download-url [--firmware-id]
[--ids]
[--resource-group]
[--subscription]
[--workspace-name]
Примеры
Get a url for tar file download.
az firmwareanalysis firmware generate-filesystem-download-url --resource-group {ResourceGroupName} --workspace-name {workspaceName} --firmware-id {firmwareId}
Необязательные параметры
The id of the firmware.
Один или несколько идентификаторов ресурсов (разделенных пробелами). Это должен быть полный идентификатор ресурса, содержащий все сведения о аргументах Resource Id. You should provide either --ids or other 'Resource Id' arguments.
Имя группы ресурсов. Группу по умолчанию можно настроить с помощью az configure --defaults group=<name>
.
Имя или идентификатор подписки. Подписку по умолчанию можно настроить с помощью az account set -s NAME_OR_ID
.
The name of the firmware analysis workspace.
Глобальные параметры
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Отображать только ошибки, не показывая предупреждения.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Имя или идентификатор подписки. Подписку по умолчанию можно настроить с помощью az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az firmwareanalysis firmware list
List all the firmware images inside a workspace.
az firmwareanalysis firmware list --resource-group
--workspace-name
[--max-items]
[--next-token]
Примеры
List all the firmware images inside a workspace.
az firmwareanalysis firmware show --resource-group {ResourceGroupName} --workspace-name {workspaceName}
Обязательные параметры
Имя группы ресурсов. Группу по умолчанию можно настроить с помощью az configure --defaults group=<name>
.
The name of the firmware analysis workspace.
Необязательные параметры
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.
Глобальные параметры
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Отображать только ошибки, не показывая предупреждения.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Имя или идентификатор подписки. Подписку по умолчанию можно настроить с помощью az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az firmwareanalysis firmware password-hash
List password hash analysis results of a firmware.
az firmwareanalysis firmware password-hash --firmware-id
--resource-group
--workspace-name
[--max-items]
[--next-token]
Примеры
List password hash analysis results of a firmware.
az firmwareanalysis firmware password-hash --resource-group {ResourceGroupName} --workspace-name {workspaceName} --firmware-id {firmwareId}
Обязательные параметры
The id of the firmware.
Имя группы ресурсов. Группу по умолчанию можно настроить с помощью az configure --defaults group=<name>
.
The name of the firmware analysis workspace.
Необязательные параметры
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.
Глобальные параметры
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Отображать только ошибки, не показывая предупреждения.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Имя или идентификатор подписки. Подписку по умолчанию можно настроить с помощью az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az firmwareanalysis firmware sbom-component
List SBOM analysis results of a firmware.
az firmwareanalysis firmware sbom-component --firmware-id
--resource-group
--workspace-name
[--max-items]
[--next-token]
Примеры
List SBOM analysis results of a firmware.
az firmwareanalysis firmware sbom-component --resource-group {ResourceGroupName} --workspace-name {workspaceName} --firmware-id {firmwareId}
Обязательные параметры
The id of the firmware.
Имя группы ресурсов. Группу по умолчанию можно настроить с помощью az configure --defaults group=<name>
.
The name of the firmware analysis workspace.
Необязательные параметры
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.
Глобальные параметры
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Отображать только ошибки, не показывая предупреждения.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Имя или идентификатор подписки. Подписку по умолчанию можно настроить с помощью az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az firmwareanalysis firmware show
Get a firmware.
az firmwareanalysis firmware show [--firmware-id]
[--ids]
[--resource-group]
[--subscription]
[--workspace-name]
Примеры
Get a firmware.
az firmwareanalysis firmware show --resource-group {ResourceGroupName} --workspace-name {workspaceName} --firmware-id {firmwareId}
Необязательные параметры
The id of the firmware.
Один или несколько идентификаторов ресурсов (разделенных пробелами). Это должен быть полный идентификатор ресурса, содержащий все сведения о аргументах Resource Id. You should provide either --ids or other 'Resource Id' arguments.
Имя группы ресурсов. Группу по умолчанию можно настроить с помощью az configure --defaults group=<name>
.
Имя или идентификатор подписки. Подписку по умолчанию можно настроить с помощью az account set -s NAME_OR_ID
.
The name of the firmware analysis workspace.
Глобальные параметры
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Отображать только ошибки, не показывая предупреждения.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Имя или идентификатор подписки. Подписку по умолчанию можно настроить с помощью az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az firmwareanalysis firmware summary
Get an analysis result summary of a firmware by name.
az firmwareanalysis firmware summary [--firmware-id]
[--ids]
[--name {BinaryHardening, CVE, CryptoCertificate, CryptoKey, Firmware}]
[--resource-group]
[--subscription]
[--workspace-name]
Примеры
Get an analysis result summary of a firmware by name.
az firmwareanalysis firmware summary --resource-group {resourceGroupName} --workspace-name {workspaceName} --firmware-id {firmwareId} -n {analysisType}
Необязательные параметры
The id of the firmware.
Один или несколько идентификаторов ресурсов (разделенных пробелами). Это должен быть полный идентификатор ресурса, содержащий все сведения о аргументах Resource Id. You should provide either --ids or other 'Resource Id' arguments.
The Firmware analysis summary name describing the type of summary.
Имя группы ресурсов. Группу по умолчанию можно настроить с помощью az configure --defaults group=<name>
.
Имя или идентификатор подписки. Подписку по умолчанию можно настроить с помощью az account set -s NAME_OR_ID
.
The name of the firmware analysis workspace.
Глобальные параметры
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Отображать только ошибки, не показывая предупреждения.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Имя или идентификатор подписки. Подписку по умолчанию можно настроить с помощью az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.