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
‑APIEndpointIDConditionally required | The endpoint's ID. |
‑APIEndpointNameConditionally 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 |
‑NameRequired | The name of the multistep group. |
‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑VersionNumberRequired | The endpoint version's number. Can be an integer or 'latest'. |
Related Links
Updated 7 days ago
