GTM property IPs
Get-EdgeDiagnosticsGTMPropertyIPs
Synopsis
Get test and target IPs for a GTM hostname.
Syntax
Get-EdgeDiagnosticsGTMPropertyIPs [-Domain] <String> [-Property] <String> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets test and target IPs for a GTM property. You can use the returned data to run the New-EdgeDiagnosticsMTR
operation for a GTM hostname.
To get the data necessary for this request, run the Get-EdgeDiagnosticsGTMProperties
operation first.
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. |
‑Domain Required |
Domain of the GTM property. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑Property Required |
Your GTM property's name. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 6 days ago