Cloudlet
Get-Cloudlet
Synopsis
List Cloudlets.
Syntax
Get-Cloudlet [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-Cloudlet [-CloudletID <Int32>] [-Legacy] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets all Cloudlets or returns a specific Cloudlet by its ID (v2-only). Without the -Legacy
switch parameter, this command applies to version 3 of the Cloudlets API.
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. |
‑CloudletID |
For GET operations, returns only policies for this particular |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑Legacy |
If present, this indicates that your policy is legacy (v2). Without this switch, v3 of the Cloudlets API is used. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 19 days ago