Invoke-PSUEndpoint
Invokes a custom API endpoint internally.
SYNOPSIS
SYNTAX
Invoke-PSUEndpoint -Url <String> [-Headers <Hashtable>] [-Cookies <Hashtable>] [-Body <String>]
[-Method <String>] [-ContentType <String>] [-ResponseVariable <String>] [-ComputerName <String>]
[-AppToken <String>] [-Credential <PSCredential>] [-UseDefaultCredentials] [-Integrated] [-TrustCertificate]
[<CommonParameters>]DESCRIPTION
EXAMPLES
Example 1
PS C:\> Invoke-PSUEndpoint -URL '/myapi'PARAMETERS
-AppToken
-Body
-ComputerName
-ContentType
-Cookies
-Credential
-Headers
-Integrated
-Method
-TrustCertificate
-Url
-UseDefaultCredentials
-ResponseVariable
CommonParameters
INPUTS
None
OUTPUTS
System.Object
NOTES
RELATED LINKS
Last updated
Was this helpful?