az dataprotection backup-vault
Note
此参考是 Azure CLI(版本 2.75.0 或更高版本) 的数据保护 扩展的一部分。 该扩展会在首次运行 az dataprotection backup-vault 命令时自动安装。 了解更多关于扩展的信息。
使用数据保护管理备份保管库。
命令
az dataprotection backup-vault create
创建属于资源组的 BackupVault 资源。
az dataprotection backup-vault create --resource-group
--storage-setting --storage-settings
--vault-name
[--azure-monitor-alerts-for-job-failures --job-failure-alerts {Disabled, Enabled}]
[--cmk-encryption-key-uri]
[--cmk-encryption-state {Disabled, Enabled, Inconsistent}]
[--cmk-identity-type {SystemAssigned, UserAssigned}]
[--cmk-infra-encryption --cmk-infrastructure-encryption {Disabled, Enabled}]
[--cmk-uami --cmk-user-assigned-identity-id]
[--cross-region-restore-state --crr-state {Disabled, Enabled}]
[--cross-subscription-restore-state --csr-state {Disabled, Enabled, PermanentlyDisabled}]
[--e-tag]
[--immutability-state {Disabled, Locked, Unlocked}]
[--location]
[--mi-system-assigned {0, 1, f, false, n, no, t, true, y, yes}]
[--mi-user-assigned]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--retention-duration-in-days --soft-delete-retention]
[--soft-delete-state {AlwaysOn, Off, On}]
[--tags]
[--type]
[--uami --user-assigned-identities]
示例
创建 BackupVault
az dataprotection backup-vault create --location "WestUS" --azure-monitor-alerts-for-job-failures "Enabled" --storage-setting "[{type:'LocallyRedundant',datastore-type:'VaultStore'}]" --tags key1="val1" --resource-group "SampleResourceGroup" --vault-name "swaggerExample"
使用 MSI 创建 BackupVault
az dataprotection backup-vault create --mi-system-assigned --location "WestUS" --azure-monitor-alerts-for-job-failures "Enabled" --storage-setting "[{type:'LocallyRedundant',datastore-type:'VaultStore'}]" --tags key1="val1" --resource-group "SampleResourceGroup" --vault-name "swaggerExample"
使用 CMK 加密创建 BackupVault
az dataprotection backup-vault create -g "resourceGroupName" -v "vaultName" --location "eastasia" --storage-setting "[{type:'LocallyRedundant',datastore-type:'VaultStore'}]" --mi-user-assigned "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourcegroups/samplerg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sampleuami" --cmk-encryption-key-uri "https://samplekvazbckp.vault.azure.net/keys/testkey/3cd5235ad6ac4c11b40a6f35444bcbe1" --cmk-encryption-state "Enabled" --cmk-identity-type "UserAssigned" --cmk-infrastructure-encryption "Enabled" --cmk-user-assigned-identity-id "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourcegroups/samplerg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sampleuami"
必需参数
资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。
存储设置。 用法:--storage-setting “[{type:'LocallyRedundant',datastore-type:'VaultStore'}]”支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。 单一标志: --storage-settings。
| 属性 | 值 |
|---|---|
| 参数组: | Properties Arguments |
备份保管库的名称。
可选参数
以下参数是可选的,但根据上下文,命令可能需要一个或多个参数才能成功执行。
指定是否应为所有失败的作业触发内置 Azure Monitor 警报的属性。
| 属性 | 值 |
|---|---|
| 参数组: | Monitoring Settings Azure Monitor Alert Settings Arguments |
| 接受的值: | Disabled, Enabled |
要用于加密的 CMK 密钥的密钥 URI。 若要启用密钥的自动轮换,请从密钥 URI 中排除版本组件。
| 属性 | 值 |
|---|---|
| 参数组: | EncryptionSettings Arguments |
为备份保管库启用 CMK 加密状态。
| 属性 | 值 |
|---|---|
| 参数组: | EncryptionSettings Arguments |
| 接受的值: | Disabled, Enabled, Inconsistent |
用于 CMK 加密的标识类型 - SystemAssigned 或 UserAssigned Identity。
| 属性 | 值 |
|---|---|
| 参数组: | EncryptionSettings Arguments |
| 接受的值: | SystemAssigned, UserAssigned |
在此保管库上使用 CMK 启用/禁用基础结构加密。 仅当创建保管库时,才必须配置基础结构加密。
| 属性 | 值 |
|---|---|
| 参数组: | EncryptionSettings Arguments |
| 接受的值: | Disabled, Enabled |
如果标识类型为 UserAssigned,则此参数是必需的。 添加用户分配的托管标识 ID 以用于对 Key Vault 具有访问权限。
| 属性 | 值 |
|---|---|
| 参数组: | EncryptionSettings Arguments |
设置 CrossRegionRestore 状态。 启用后,无法将其设置为禁用。
| 属性 | 值 |
|---|---|
| 参数组: | CrossRegionRestoreSettings Arguments |
| 接受的值: | Disabled, Enabled |
CrossSubscriptionRestore 状态。
| 属性 | 值 |
|---|---|
| 参数组: | FeatureSettings Arguments |
| 接受的值: | Disabled, Enabled, PermanentlyDisabled |
可选 ETag。
| 属性 | 值 |
|---|---|
| 参数组: | Parameters Arguments |
不可变状态。
| 属性 | 值 |
|---|---|
| 参数组: | SecuritySettings Arguments |
| 接受的值: | Disabled, Locked, Unlocked |
Location.
az account list-locations 中的值。 可以使用 az configure --defaults location=<location> 配置默认位置。 如果未指定,将使用资源组的位置。
| 属性 | 值 |
|---|---|
| 参数组: | Parameters Arguments |
提供此标志以使用系统分配的标识。
| 属性 | 值 |
|---|---|
| 参数组: | Identity Arguments |
| 接受的值: | 0, 1, f, false, n, no, t, true, y, yes |
用空格分隔的资源 ID 添加用户分配的标识。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。
| 属性 | 值 |
|---|---|
| 参数组: | Identity Arguments |
不等待长时间运行的操作完成。
| 属性 | 值 |
|---|---|
| 接受的值: | 0, 1, f, false, n, no, t, true, y, yes |
软删除保留期。
| 属性 | 值 |
|---|---|
| 参数组: | SoftDeleteSettings Arguments |
| 默认值: | 14.0 |
软删除的状态。
| 属性 | 值 |
|---|---|
| 参数组: | SoftDeleteSettings Arguments |
| 默认值: | On |
| 接受的值: | AlwaysOn, Off, On |
空格分隔标记:key[=value] [key[=value] ...]。使用“”清除现有标记。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。
| 属性 | 值 |
|---|---|
| 参数组: | Parameters Arguments |
标识类型,可以是“SystemAssigned”、“UserAssigned”、“SystemAssigned、UserAssigned”或“None”。
| 属性 | 值 |
|---|---|
| 参数组: | Identity Arguments |
获取或设置用户分配的标识。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。
| 属性 | 值 |
|---|---|
| 参数组: | Identity Arguments |
全局参数
提高日志记录详细程度以显示所有调试日志。
| 属性 | 值 |
|---|---|
| 默认值: | False |
显示此帮助消息并退出。
仅显示错误,禁止显示警告。
| 属性 | 值 |
|---|---|
| 默认值: | False |
输出格式。
| 属性 | 值 |
|---|---|
| 默认值: | json |
| 接受的值: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。
增加日志记录详细程度。 使用 --debug 获取完整的调试日志。
| 属性 | 值 |
|---|---|
| 默认值: | False |
az dataprotection backup-vault delete
从资源组中删除 BackupVault 资源。
az dataprotection backup-vault delete [--ids]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--resource-group]
[--subscription]
[--vault-name]
[--yes]
示例
删除 BackupVault
az dataprotection backup-vault delete --resource-group "SampleResourceGroup" --vault-name "swaggerExample"
可选参数
以下参数是可选的,但根据上下文,命令可能需要一个或多个参数才能成功执行。
一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。
| 属性 | 值 |
|---|---|
| 参数组: | Resource Id Arguments |
不等待长时间运行的操作完成。
| 属性 | 值 |
|---|---|
| 接受的值: | 0, 1, f, false, n, no, t, true, y, yes |
资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。
| 属性 | 值 |
|---|---|
| 参数组: | Resource Id Arguments |
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。
| 属性 | 值 |
|---|---|
| 参数组: | Resource Id Arguments |
备份保管库的名称。
| 属性 | 值 |
|---|---|
| 参数组: | Resource Id Arguments |
不要提示确认。
| 属性 | 值 |
|---|---|
| 默认值: | False |
全局参数
提高日志记录详细程度以显示所有调试日志。
| 属性 | 值 |
|---|---|
| 默认值: | False |
显示此帮助消息并退出。
仅显示错误,禁止显示警告。
| 属性 | 值 |
|---|---|
| 默认值: | False |
输出格式。
| 属性 | 值 |
|---|---|
| 默认值: | json |
| 接受的值: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
增加日志记录详细程度。 使用 --debug 获取完整的调试日志。
| 属性 | 值 |
|---|---|
| 默认值: | False |
az dataprotection backup-vault list
获取订阅或资源组中的备份保管库列表。
az dataprotection backup-vault list [--max-items]
[--next-token]
[--resource-group]
示例
列出订阅中的备份保管库
az dataprotection backup-vault list
列出资源组中的备份保管库
az dataprotection backup-vault list -g sarath-rg
可选参数
以下参数是可选的,但根据上下文,命令可能需要一个或多个参数才能成功执行。
命令输出中要返回的项总数。 如果可用的项总数大于指定的值,则会在命令的输出中提供令牌。 若要恢复分页,请在后续命令的 --next-token 参数中提供令牌值。
| 属性 | 值 |
|---|---|
| 参数组: | Pagination Arguments |
用于指定开始分页的位置的令牌。 这是先前截断的响应中的令牌值。
| 属性 | 值 |
|---|---|
| 参数组: | Pagination Arguments |
资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。
全局参数
提高日志记录详细程度以显示所有调试日志。
| 属性 | 值 |
|---|---|
| 默认值: | False |
显示此帮助消息并退出。
仅显示错误,禁止显示警告。
| 属性 | 值 |
|---|---|
| 默认值: | False |
输出格式。
| 属性 | 值 |
|---|---|
| 默认值: | json |
| 接受的值: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。
增加日志记录详细程度。 使用 --debug 获取完整的调试日志。
| 属性 | 值 |
|---|---|
| 默认值: | False |
az dataprotection backup-vault list-from-resourcegraph
列出跨订阅、资源组和保管库的备份保管库。
az dataprotection backup-vault list-from-resourcegraph [--resource-groups]
[--subscriptions]
[--vault-id]
[--vaults]
示例
提取特定的备份保管库
az dataprotection backup-vault list-from-resourcegraph --subscriptions 00000000-0000-0000-0000-000000000000 --resource-groups sample_rg --vaults sample_vault
可选参数
以下参数是可选的,但根据上下文,命令可能需要一个或多个参数才能成功执行。
资源组列表。
订阅 ID 列表。
指定要应用的保管库 ID 筛选器。
保管库名称列表。
全局参数
提高日志记录详细程度以显示所有调试日志。
| 属性 | 值 |
|---|---|
| 默认值: | False |
显示此帮助消息并退出。
仅显示错误,禁止显示警告。
| 属性 | 值 |
|---|---|
| 默认值: | False |
输出格式。
| 属性 | 值 |
|---|---|
| 默认值: | json |
| 接受的值: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。
增加日志记录详细程度。 使用 --debug 获取完整的调试日志。
| 属性 | 值 |
|---|---|
| 默认值: | False |
az dataprotection backup-vault show
获取属于资源组的资源。
az dataprotection backup-vault show [--ids]
[--resource-group]
[--subscription]
[--vault-name]
示例
获取 BackupVault
az dataprotection backup-vault show --resource-group "SampleResourceGroup" --vault-name "swaggerExample"
使用 MSI 获取 BackupVault
az dataprotection backup-vault show --resource-group "SampleResourceGroup" --vault-name "swaggerExample"
可选参数
以下参数是可选的,但根据上下文,命令可能需要一个或多个参数才能成功执行。
一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。
| 属性 | 值 |
|---|---|
| 参数组: | Resource Id Arguments |
资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。
| 属性 | 值 |
|---|---|
| 参数组: | Resource Id Arguments |
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。
| 属性 | 值 |
|---|---|
| 参数组: | Resource Id Arguments |
备份保管库的名称。
| 属性 | 值 |
|---|---|
| 参数组: | Resource Id Arguments |
全局参数
提高日志记录详细程度以显示所有调试日志。
| 属性 | 值 |
|---|---|
| 默认值: | False |
显示此帮助消息并退出。
仅显示错误,禁止显示警告。
| 属性 | 值 |
|---|---|
| 默认值: | False |
输出格式。
| 属性 | 值 |
|---|---|
| 默认值: | json |
| 接受的值: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
增加日志记录详细程度。 使用 --debug 获取完整的调试日志。
| 属性 | 值 |
|---|---|
| 默认值: | False |
az dataprotection backup-vault update
更新属于资源组的 BackupVault 资源。 例如,更新资源的标记。
az dataprotection backup-vault update [--add]
[--azure-monitor-alerts-for-job-failures --job-failure-alerts {Disabled, Enabled}]
[--cmk-encryption-key-uri]
[--cmk-encryption-state {Disabled, Enabled, Inconsistent}]
[--cmk-identity-type {SystemAssigned, UserAssigned}]
[--cmk-uami --cmk-user-assigned-identity-id]
[--cross-region-restore-state --crr-state {Disabled, Enabled}]
[--cross-subscription-restore-state --csr-state {Disabled, Enabled, PermanentlyDisabled}]
[--force-string {0, 1, f, false, n, no, t, true, y, yes}]
[--ids]
[--immutability-state {Disabled, Locked, Unlocked}]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--operation-requests --resource-guard-operation-requests]
[--remove]
[--resource-group]
[--retention-duration-in-days --soft-delete-retention]
[--set]
[--soft-delete-state {AlwaysOn, Off, On}]
[--subscription]
[--tags]
[--tenant-id]
[--type]
[--uami --user-assigned-identities]
[--vault-name]
示例
Patch BackupVault
az dataprotection backup-vault update --azure-monitor-alerts-for-job-failures "Enabled" --tags newKey="newVal" --resource-group "SampleResourceGroup" --vault-name "swaggerExample"
可选参数
以下参数是可选的,但根据上下文,命令可能需要一个或多个参数才能成功执行。
通过指定路径和键值对将对象添加到对象列表。 示例:--add property.listProperty <key=value, string or JSON string>。
| 属性 | 值 |
|---|---|
| 参数组: | Generic Update Arguments |
指定是否应为所有失败的作业触发内置 Azure Monitor 警报的属性。
| 属性 | 值 |
|---|---|
| 参数组: | Monitoring Settings Azure Monitor Alert Settings Arguments |
| 接受的值: | Disabled, Enabled |
客户管理的密钥的密钥 URI。
| 属性 | 值 |
|---|---|
| 参数组: | EncryptionSettings Arguments |
为备份保管库启用 CMK 加密状态。
| 属性 | 值 |
|---|---|
| 参数组: | EncryptionSettings Arguments |
| 接受的值: | Disabled, Enabled, Inconsistent |
用于 CMK 加密的标识类型 - SystemAssigned 或 UserAssigned Identity。
| 属性 | 值 |
|---|---|
| 参数组: | EncryptionSettings Arguments |
| 接受的值: | SystemAssigned, UserAssigned |
如果标识类型为 UserAssigned,则此参数是必需的。 添加用户分配的托管标识 ID 以用于对 Key Vault 具有访问权限。
| 属性 | 值 |
|---|---|
| 参数组: | EncryptionSettings Arguments |
设置 CrossRegionRestore 状态。 启用后,无法将其设置为禁用。
| 属性 | 值 |
|---|---|
| 参数组: | CrossRegionRestoreSettings Arguments |
| 接受的值: | Disabled, Enabled |
CrossSubscriptionRestore 状态。
| 属性 | 值 |
|---|---|
| 参数组: | FeatureSettings Arguments |
| 接受的值: | Disabled, Enabled, PermanentlyDisabled |
使用“set”或“add”时,保留字符串文本,而不是尝试转换为 JSON。
| 属性 | 值 |
|---|---|
| 参数组: | Generic Update Arguments |
| 接受的值: | 0, 1, f, false, n, no, t, true, y, yes |
一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。
| 属性 | 值 |
|---|---|
| 参数组: | Resource Id Arguments |
不可变状态。
| 属性 | 值 |
|---|---|
| 参数组: | SecuritySettings Arguments |
| 接受的值: | Disabled, Locked, Unlocked |
不等待长时间运行的操作完成。
| 属性 | 值 |
|---|---|
| 接受的值: | 0, 1, f, false, n, no, t, true, y, yes |
由 resourceGuard 支持速记语法、json-file 和 yaml-file 保护的关键作请求。 请尝试“??” 以显示更多内容。 单一标志: --operation-requests。
| 属性 | 值 |
|---|---|
| 参数组: | Properties Arguments |
从列表中删除属性或元素。 示例: --remove property.list <indexToRemove> OR --remove propertyToRemove.
| 属性 | 值 |
|---|---|
| 参数组: | Generic Update Arguments |
资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。
| 属性 | 值 |
|---|---|
| 参数组: | Resource Id Arguments |
软删除保留期。
| 属性 | 值 |
|---|---|
| 参数组: | SoftDeleteSettings Arguments |
通过指定要设置的属性路径和值来更新对象。 示例:--set property1.property2=<value>。
| 属性 | 值 |
|---|---|
| 参数组: | Generic Update Arguments |
软删除的状态。
| 属性 | 值 |
|---|---|
| 参数组: | SoftDeleteSettings Arguments |
| 接受的值: | AlwaysOn, Off, On |
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。
| 属性 | 值 |
|---|---|
| 参数组: | Resource Id Arguments |
资源标记。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。
| 属性 | 值 |
|---|---|
| 参数组: | Parameters Arguments |
跨租户调用的租户 ID。
标识类型,可以是“SystemAssigned”、“UserAssigned”、“SystemAssigned、UserAssigned”或“None”。
| 属性 | 值 |
|---|---|
| 参数组: | Identity Arguments |
获取或设置用户分配的标识。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。
| 属性 | 值 |
|---|---|
| 参数组: | Identity Arguments |
备份保管库的名称。
| 属性 | 值 |
|---|---|
| 参数组: | Resource Id Arguments |
全局参数
提高日志记录详细程度以显示所有调试日志。
| 属性 | 值 |
|---|---|
| 默认值: | False |
显示此帮助消息并退出。
仅显示错误,禁止显示警告。
| 属性 | 值 |
|---|---|
| 默认值: | False |
输出格式。
| 属性 | 值 |
|---|---|
| 默认值: | json |
| 接受的值: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
增加日志记录详细程度。 使用 --debug 获取完整的调试日志。
| 属性 | 值 |
|---|---|
| 默认值: | False |
az dataprotection backup-vault wait
将 CLI 置于等待状态,直到满足条件。
az dataprotection backup-vault wait [--created]
[--custom]
[--deleted]
[--exists]
[--ids]
[--interval]
[--resource-group]
[--subscription]
[--timeout]
[--updated]
[--vault-name]
可选参数
以下参数是可选的,但根据上下文,命令可能需要一个或多个参数才能成功执行。
等待在“Succeeded”中使用“provisioningState”创建。
| 属性 | 值 |
|---|---|
| 参数组: | Wait Condition Arguments |
| 默认值: | False |
等待条件满足自定义 JMESPath 查询。 例如 provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running']。
| 属性 | 值 |
|---|---|
| 参数组: | Wait Condition Arguments |
等到删除为止。
| 属性 | 值 |
|---|---|
| 参数组: | Wait Condition Arguments |
| 默认值: | False |
等待资源存在。
| 属性 | 值 |
|---|---|
| 参数组: | Wait Condition Arguments |
| 默认值: | False |
一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。
| 属性 | 值 |
|---|---|
| 参数组: | Resource Id Arguments |
轮询间隔(以秒为单位)。
| 属性 | 值 |
|---|---|
| 参数组: | Wait Condition Arguments |
| 默认值: | 30 |
资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。
| 属性 | 值 |
|---|---|
| 参数组: | Resource Id Arguments |
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。
| 属性 | 值 |
|---|---|
| 参数组: | Resource Id Arguments |
最大等待(以秒为单位)。
| 属性 | 值 |
|---|---|
| 参数组: | Wait Condition Arguments |
| 默认值: | 3600 |
等到 provisioningState 更新为“Succeeded”。
| 属性 | 值 |
|---|---|
| 参数组: | Wait Condition Arguments |
| 默认值: | False |
备份保管库的名称。
| 属性 | 值 |
|---|---|
| 参数组: | Resource Id Arguments |
全局参数
提高日志记录详细程度以显示所有调试日志。
| 属性 | 值 |
|---|---|
| 默认值: | False |
显示此帮助消息并退出。
仅显示错误,禁止显示警告。
| 属性 | 值 |
|---|---|
| 默认值: | False |
输出格式。
| 属性 | 值 |
|---|---|
| 默认值: | json |
| 接受的值: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
增加日志记录详细程度。 使用 --debug 获取完整的调试日志。
| 属性 | 值 |
|---|---|
| 默认值: | False |