Documentation Index

Fetch the complete documentation index at: https://support.nectarcorp.com/llms.txt

Use this file to discover all available pages before exploring further.

Get-EPCTestPointTestInstance

Prev Next

Returns information about test point tests

Description

Returns information about test point tests. Can be used to show any running tests

Syntax

Get-EPCTestPointTestInstance
  -UUID  (String)
  -ExecMode  (String)
  -Status  (String)

Examples

Example 1

Get-EPCTestPointTestInstance -UUID d4a1437f-1f18-11ec-cf33-0daedf04882a -Status Running

Shows running tests associated with the given test point UUID

Parameters

-UUID <String>
The UUID of the test point to retrieve test information about

Parameter Value
Required false
Position 1
Required false
Default Value None
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false

-ExecMode <String>
Filter results by either normal or ad hoc tests

Parameter Value
Required false
Position 2
Required false
Default Value None
Accept pipeline input? false
Accept wildcard characters? false

-Status <String>
Filter results by the given status of a test.

Parameter Value
Required false
Position 3
Required false
Default Value None
Accept pipeline input? false
Accept wildcard characters? false