Domain
Set-GTMDomain
Synopsis
Update a domain.
Syntax
Set-GTMDomain [-DomainName] <String> [-Body] <Object> [-IncludeStatus] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Updates a specific GTM domain. You can use this function to update all aspects of a GTM domain at once. However, for such operations, it's recommended that you pull down the existing domain, edit it locally, and pipe the object to this function.
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. |
‑Body Required |
A request body, either as a |
‑DomainName Required |
The full GTM domain name. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑IncludeStatus |
Returns the complete API response, rather than scoping to the 'resource' member. Note: You can't then pipe this object to another invocation of this function. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 8 days ago