Load balancer

Get-CloudletLoadBalancer

Synopsis

Get a conditional origin.

Syntax

Get-CloudletLoadBalancer [-Type <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-CloudletLoadBalancer [-OriginID <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Gets all Cloudlet Load Balancers (Conditional Origins) or returns a specific record by its origin ID. When listing all, you can limit the results to either APPLICATION_LOAD_BALANCER, CUSTOMER, or NETSTORAGE within the -Type parameter.

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 ~/.edgerc.

‑OriginID

Your origin's ID.

‑Section

The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to default.

‑Type

The type of origin as defined in Property Manager. Options include:

- APPLICATION for Application Load Balancer origins

- CUSTOMER for standard origins

- NETSTORAGE for NetStorage-based origins

Related Links