< Back

Get-CantaraSchedulerStatus

Fri Jan 10, 2020 8:57 pm

NAME Get-CantaraSchedulerStatus



SYNOPSIS

Gets the Cantara scheduler status via the REST API.





SYNTAX

Get-CantaraSchedulerStatus [-URI] <String> [-WebSession] <WebRequestSession> [<CommonParameters>]





DESCRIPTION

Gets the Cantara scheduler status 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

System.String





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>$URI = "http://servername.somedomain:1234/cantaraendpoint"



PS C:\\> Get-CantaraSchedulerStatus -URI $URI -WebSession CantaraSession

Description

-----------

Gets the status of the Cantara scheduler via Cantara REST API using the predefined URI and an existing web

session object.











RELATED LINKS