Endpoint version resource operation
Synopsis
Create a resource operation.
Syntax
New-APIEndpointVersionResourceOperation -APIEndpointName <String> -VersionNumber <String> -APIResourceID <Int32> -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]New-APIEndpointVersionResourceOperation -APIEndpointID <Int32> -VersionNumber <String> -APIResourceID <Int32> -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Description
Creates a resource operation.
Use this operation to define the purposes of your API resources and identify the expected usage of your resources to protect endpoints from bot traffic.
When making a request, you can specify an API endpoint by its name or ID.
The -VersionNumber parameter is an integer or the word latest.
Parameters
‑APIEndpointIDConditionally required | The endpoint's ID. |
‑APIEndpointNameConditionally required | The endpoint's name. |
‑APIResourceIDRequired | The API resource's ID. |
‑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. |
‑BodyRequired | A request body, either as a |
‑EdgeRCFile | Your EdgeGrid resource file to authenticate your command. Defaults to |
‑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 17 days ago
