Name
Get-JS7NotificationConfiguration
SYNOPSIS
Returns the configuration for Notifications
SYNTAX
Get-JS7NotificationConfiguration [-Released] [<CommonParameters>]
DESCRIPTION
The configuration for Notifications is returned from a JOC Cockpit instance.
The following REST Web Service API resources are used:
* /notification
PARAMETERS
Released
-Released <SwitchParameter>
Optionally specifies that the released version of the configuration is returned, not a draft version that optionally exists.
Required? | false |
Position? | named |
Default value | False |
Accept pipeline input? | true (ByValue, ByPropertyName) |
Accept wildcard characters? | false |
RELATED LINKS
EXAMPLES
-------------------------- EXAMPLE 1 --------------------------
PS > $configuration = Get-JS7NotificationConfiguration
Returns the XML configuration of notifications.
-------------------------- EXAMPLE 2 --------------------------
PS > $configuration = Get-JS7NotificationConfiguration -Released
Returns the XML configuration of notifications.