Get-CVSessionDetail

Updated

The Get-CVSessionDetail cmdlet returns information for sessions based on HTTP methods for your CommCell environment.

Before you can use this cmdlet, you must log on to your CommCell environment using the Connect-CVServer cmdlet. For more information, see Connecting to a CommCell Environment with PowerShell.

Syntax

Get-CVSessionDetails [[-MethodName] <String>] [<CommonParameters>]

Required Parameters

Parameter

Description

Data type

Values

Accepts pipeline input?

Parameter set name

Type of parameter

–MethodName

The HTTP method to get information about.

String

Valid values:

  • GET

  • POST

  • PUT

  • DELETE

No

All

Positional: 0

Optional Parameters

Microsoft PowerShell Parameters

You can use the following Microsoft PowerShell parameters:

  • Debug

  • ErrorAction

  • ErrorVariable

  • OutBuffer

  • OutVariable

  • PipelineVariable

  • Verbose

  • WarningAction

  • WarningVariable

  • Force

  • Confirm

  • WhatIf

Note: Only a few cmdlets support Force, Confirm, and WhatIf parameters.

For more information, see "About Common Parameters" in the Microsoft PowerShell documentation.

Input

This cmdlet does not support input.

Output

System.Collections.Hashtable

Alias

Get-CVSessionDetails