Discovered API endpoints
Get-AppSecDiscoveredAPIEndpoints
Synopsis
Get discovered API endpoints.
Syntax
Get-AppSecDiscoveredAPIEndpoints [-Hostname] <String> [-BasePath] <String> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets API endpoints for the specified hostname and base path. Unlike the Get-AppSecDiscoveredAPI
operation, this command returns APIs already in your API definitions. When you see a discovered API or a new resource, add it to your definition by running the New-AppSecDiscoveredAPIEndpoint
operation.
Parameters
‑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. |
‑BasePath Required |
The base64-encoded value of the base path. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑Hostname Required |
The base64-encoded value of the hostname. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 15 days ago