Configuration versions

Synopsis

Compare two versions.

Syntax

Compare-AppSecConfigurationVersions [-ConfigName] <String> -From <Int32> -To <Int32> [-Outcomes <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Compare-AppSecConfigurationVersions -ConfigID <Int32> -From <Int32> -To <Int32> [-Outcomes <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

This operation shows you differences between configuration versions. The to version is relative to the from version, and the versions you compare can be non-sequential. This means the from value can be more a more recent version than the to value.

When making a request, you can specify a configuration by its name or ID. The -VersionNumber parameter is an integer or the word latest.

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.

‑ConfigID
Alias: ‑id
Conditionally required

Your configuration's ID.

‑ConfigName
Conditionally required

The name of your security configuration.

‑EdgeRCFile

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

‑From
Alias: ‑version
Required

The configuration version number to compare against.

‑Outcomes

Show either MODIFIED or UNMODIFIED data, or both. When empty, only MODIFIED values are returned.

‑Section

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

‑To
Required

The configuration version number you're comparing to the version in from.

Related Links