Load data
Get-GTMLoadData
Synopsis
Get load data.
Syntax
Get-GTMLoadData [-DomainName] <String> [-ResourceName] <String> [-DatacenterID] <Int32> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Retrieves the load data for a resource instance. In the request, you need to specify the domain name, resource name, and datacenter ID of the instance to which the load data refers.
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. |
‑DatacenterID Required |
A numeric D of the data center. |
‑DomainName Required |
The full GTM domain name. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑ResourceName Required |
The name of the resource. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 8 days ago