< Back

Get-TemplateStatus

Sat Jan 18, 2020 8:26 pm

NAME Get-TemplateStatus



SYNOPSIS

Get the current status of a Template





SYNTAX

Get-TemplateStatus [-SkyTapAuth] <String> [-TemplateID] <Int32> [<CommonParameters>]





DESCRIPTION

Returns the current details of a Template





PARAMETERS

-SkyTapAuth <String>

Base64-encoded string containing Username:Password

that was set using the Set-SkyTapAuth function



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-TemplateID <Int32>

The ID number of the Template



Required? true

Position? 2

Default value 0

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



OUTPUTS

Returns the response received from the REST API call





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



PS C:\\>$responseTemplateStatus = Get-TemplateStatus -SkyTapAuth $authSkyTap -TemplateID 12345















RELATED LINKS