Snapshot

Get-NetworkListSnapshot

Synopsis

Get an activation's snapshot.

Syntax

Get-NetworkListSnapshot [-NetworkListID] <String> [-SyncPoint] <Int32> [-Extended] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Gets a version of a network list in its state when activated, with each version identified by its -SyncPoint value. You can only get syncPoint versions that have been activated.

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.

‑Extended

When enabled, provides additional response data identifying who created and updated the list and when, and the network list's deployment status in both STAGING and PRODUCTION environments. This data takes longer to provide.

‑NetworkListID
Required

Your network list's ID.

‑Section

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

‑SyncPoint
Required

The network list version for which to retrieve the snapshot. This corresponds to the syncPoint the API exchanges for each successive modification to the network list.

Related Links