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 -CloudletIF. The -CloudletID for: Edge Redirector is 0, Visitor Prioritization is 1, Forward Rewrite is 3, Request Control is 4, API Prioritization is 5, Audience Segmentation is 6, Phased Release is 7 and Application Load Balancer is 9.

‑EdgeRCFile

Your EdgeGrid resource file to authenticate your command. Defaults to ~/.edgerc.

‑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 default.

Related Links