Configuration activation

New-CloudWrapperConfigurationActivation

Synopsis

Activate a configuration.

Syntax

New-CloudWrapperConfigurationActivation [-ConfigurationIDs] <Object> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Activates a Cloud Wrapper configuration. It takes 3-4 hours for the configuration to complete.

You can use the configuration's configId to run the Get-CloudWrapperConfiguration operation and review its status. Once it's ACTIVE, enable the Cloud Wrapper behavior in your property.

To deactivate a configuration, run Set-CloudWrapperConfiguration and add the -Deactivate switch.

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.

‑ConfigurationIDs
Required

An array of configuration IDs, which can be piped, or a comma-separated string.

‑EdgeRCFile

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

‑Section

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

Related Links