Get-EAISdt
Syntax
Section titled “Syntax”List (Default)
Section titled “List (Default)”Get-EAISdt [<CommonParameters>]Get-EAISdt -Id <string> [<CommonParameters>]Aliases
Section titled “Aliases”This cmdlet has the following aliases,
Description
Section titled “Description”Get-EAISdt lists all scheduled downtime (SDT) entries for the connected Edwin organisation, or retrieves a single schedule when -Id is specified. A single schedule response includes the overrides array (epoch-second timestamps on read).
Examples
Section titled “Examples”EXAMPLE 1
Section titled “EXAMPLE 1”Get-EAISdtEXAMPLE 2
Section titled “EXAMPLE 2”Get-EAISdt -Id '6d18821f-8f3c-48ca-8331-3e4c8d77cac3'EXAMPLE 3
Section titled “EXAMPLE 3”(Get-EAISdt -Id '6d18821f-8f3c-48ca-8331-3e4c8d77cac3').overridesParameters
Section titled “Parameters”Schedule ID (UUID). When specified, retrieves a single schedule via GET /action/sdt/{id}.
Type: System.StringDefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: ById Position: Named IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''CommonParameters
Section titled “CommonParameters”This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.