Property rules digest
Get-PropertyRulesDigest
Synopsis
Get a digest for a property's rule tree.
Syntax
Get-PropertyRulesDigest [-PropertyName] <String> [-PropertyVersion] <String> [-GroupID <String>] [-ContractId <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-PropertyRulesDigest -PropertyID <String> [-PropertyVersion] <String> [-GroupID <String>] [-ContractId <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets the rule tree's ETag without the rule tree object.
Ordinarily, when you Get-PropertyRules
, the response includes a large rule tree object. This object includes a top-level etag
data digest to use when running Set-PropertyRules
.
Use this operation if you simply want to get the ETag
as a header without the data. You can specify a property by either its name or ID.
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. |
‑ContractId |
Your contract's ID. The parameter is optional if a property belongs to only one contract; otherwise, you need to specify it along with the |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑GroupID |
Your group's ID. The parameter is optional if a property belongs to only one group, otherwise you need to specify it along with the |
‑PropertyID Conditionally required |
Your property's ID. Commonly, you only need to specify either |
‑PropertyName Conditionally required |
A human-readable name for your property. Commonly, you only need to specify either |
‑PropertyVersion Required |
Property's incremental version number. Can be an integer or the word |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 10 days ago