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 valueFalse
Accept pipeline input?true (ByValue, ByPropertyName)
Accept wildcard characters?false

about_JS7

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.

  • No labels