< Back
Get-CantaraSchedulerJobs
Post
NAME Get-CantaraSchedulerJobs
SYNOPSIS
Gets the Cantara scheduler running jobs via the REST API.
SYNTAX
Get-CantaraSchedulerJobs [-URI] <String> [-WebSession] <WebRequestSession> [<CommonParameters>]
DESCRIPTION
Gets the Cantara scheduler running jobs via the REST API within an existing web reqest session.
PARAMETERS
-URI <String>
The URI for the Cantara Scheduler REST API endpoint.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-WebSession <WebRequestSession>
The established web request session.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String, WebRequestSession
OUTPUTS
None or XmlElement
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$URI = "http://servername.somedomain:1234/cantaraendpoint"
PS C:\\> Get-CantaraSchedulerJobs -URI $URI -WebSession CantaraSession
Description
-----------
Gets the Cantara scheduler's running jobs via Cantara REST API using the predefined URI and an existing web
session object.
RELATED LINKS
SYNOPSIS
Gets the Cantara scheduler running jobs via the REST API.
SYNTAX
Get-CantaraSchedulerJobs [-URI] <String> [-WebSession] <WebRequestSession> [<CommonParameters>]
DESCRIPTION
Gets the Cantara scheduler running jobs via the REST API within an existing web reqest session.
PARAMETERS
-URI <String>
The URI for the Cantara Scheduler REST API endpoint.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-WebSession <WebRequestSession>
The established web request session.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String, WebRequestSession
OUTPUTS
None or XmlElement
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>$URI = "http://servername.somedomain:1234/cantaraendpoint"
PS C:\\> Get-CantaraSchedulerJobs -URI $URI -WebSession CantaraSession
Description
-----------
Gets the Cantara scheduler's running jobs via Cantara REST API using the predefined URI and an existing web
session object.
RELATED LINKS