API operation
Synopsis
Query operations.
Syntax
Find-APIOperation -QueryType <String> [-APIEndPointHosts <String[]>] [-ResourcePaths <String[]>] [-ActiveStartTime <String>] [-ActiveEndTime <String>] [-IncludeDetails] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Find-APIOperation -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Description
Get a filtered list of operations and their endpoints and resources. You can filter by date ranges, activation statuses, API Endpoint hostnames, and resource paths. For a simpler search, run Get-APIOperations.
Parameters
‑APIEndPointHosts | Specify a list of API endpoint hostnames to filter on. Users access the Akamai-deployed API using these hostnames. |
‑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. |
‑ActiveEndTime | The ISO 8601 timestamp for the end of the date range. |
‑ActiveStartTime | The ISO 8601 timestamp for the start of the date range. |
‑BodyConditionally required | A request body, either as a |
‑EdgeRCFile | Your EdgeGrid resource file to authenticate your command. Defaults to |
‑IncludeDetails | Includes all the resource and operation details. |
‑QueryTypeConditionally required | The type of query. Options: |
‑ResourcePaths | Specify the URL paths relative to the hostnames on which the resource resides. The path is the hostname, followed by the base path. When entering a resource path, you can use curly brackets ( |
‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑ProgressActionAlias: ‑proga | Determines how PowerShell responds to progress updates generated by a script, cmdlet, or provider, such as the progress bars generated by the The |
Related Links
Updated 5 days ago
