Endpoint version resource operation
Get-APIEndpointVersionResourceOperation
Synopsis
Get a resource operation.
Syntax
Get-APIEndpointVersionResourceOperation -APIEndpointName <String> -VersionNumber <String> -APIResourceID <Int32> [-OperationID <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-APIEndpointVersionResourceOperation -APIEndpointID <Int32> -VersionNumber <String> -APIResourceID <Int32> [-OperationID <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets all operations for an API's endpoint version and resource or returns an individual operation by its ID by its name or ID and version number. The -VersionNumber
parameter is either an integer or the word latest
.
Parameters
‑APIEndpointID Conditionally required |
The endpoint's ID. |
‑APIEndpointName Conditionally required |
The endpoint's name. |
‑APIResourceID Required |
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. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑OperationID |
The operation's ID. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑VersionNumber Required |
The endpoint version's number. Can be an integer or 'latest'. |
Related Links
Updated 10 days ago