Policy CSV
Get-CloudletPolicyCSV
Synopsis
Download a policy in CSV format.
Syntax
Get-CloudletPolicyCSV [-PolicyID] <Int32> [-Version] <String> [[-OutputFileName] <String>] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Downloads a Cloudlet policy in CSV format as an alternative to JSON format. This operation applies only to v2 Cloudlet policies.
Parameters
‑AccountSwitchKey |
An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑OutputFileName |
Filename to write CSV content to. |
‑PolicyID Required |
Your cloudlet policy's ID. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑Version Required |
Version number. Can be an integer or the word |
Related Links
Updated 16 days ago