Endpoint multistep group

Synopsis

Create a multistep group.

Syntax

New-APIEndpointMultistepGroup -APIEndpointName <String> -VersionNumber <String> -Name <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
New-APIEndpointMultistepGroup -APIEndpointID <Int32> -VersionNumber <String> -Name <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Create a multistep group with a chosen name. To add operations and create a multistep flow, you need to Get-APIEndpointVersionResourcesAndOperations resource operations, and then Get-APIEndpointVersionResourceOperation and Set-APIEndpointVersionResourceOperation each applicable operation to assign it a multistepGroupId.

Parameters

‑APIEndpointID
Conditionally required

The endpoint's ID.

‑APIEndpointName
Conditionally required

The endpoint's name.

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

‑Name
Required

The name of the multistep group.

‑Section

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

‑VersionNumber
Required

The endpoint version's number. Can be an integer or 'latest'.

Related Links