Skip to content

Get-EAISdt

Terminal window
Get-EAISdt [<CommonParameters>]
Terminal window
Get-EAISdt -Id <string> [<CommonParameters>]

This cmdlet has the following aliases,

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).

Terminal window
Get-EAISdt
Terminal window
Get-EAISdt -Id '6d18821f-8f3c-48ca-8331-3e4c8d77cac3'
Terminal window
(Get-EAISdt -Id '6d18821f-8f3c-48ca-8331-3e4c8d77cac3').overrides

Schedule ID (UUID). When specified, retrieves a single schedule via GET /action/sdt/{id}.

Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: ById
Position: Named
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

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.