< Back
Suspend-EasyVistaRequest
Post
NAME Suspend-EasyVistaRequest
SYNOPSIS
Suspends (place on hold) a request/incident.
SYNTAX
Suspend-EasyVistaRequest -RequestNumber <String[]> -Values <Hashtable> -Connection <Hashtable> [<CommonParameters>]
DESCRIPTION
PARAMETERS
-RequestNumber <String[]>
Identifies the request/incident that is to be suspended.
Required? true
Position? named
Default value
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
-Values <Hashtable>
Hashtable containing request suspend parameters. Refer to Integration Module User Guide and
Kelverion.EasyVista.Configuration.XML for additional details.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Connection <Hashtable>
Hashtable containing EasyVista connection information. This is typically obtained using a Connection Asset
data source or Get-AutomationConnection activity. Example:
@{
ServerUrl='<Your Server URL>';
Account='<Your Account Number>';
User='<User Name>';
Password='<User Password>';
UserDateFormat='mm/dd/yy';
SkipCertificateValidation=$false;
RequestTimeoutSeconds='100';
LicenseKey='<license key>'
}
Required? true
Position? named
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[]
OUTPUTS
System.String
Request number of the suspended request/incident.
RELATED LINKS
SYNOPSIS
Suspends (place on hold) a request/incident.
SYNTAX
Suspend-EasyVistaRequest -RequestNumber <String[]> -Values <Hashtable> -Connection <Hashtable> [<CommonParameters>]
DESCRIPTION
PARAMETERS
-RequestNumber <String[]>
Identifies the request/incident that is to be suspended.
Required? true
Position? named
Default value
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
-Values <Hashtable>
Hashtable containing request suspend parameters. Refer to Integration Module User Guide and
Kelverion.EasyVista.Configuration.XML for additional details.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Connection <Hashtable>
Hashtable containing EasyVista connection information. This is typically obtained using a Connection Asset
data source or Get-AutomationConnection activity. Example:
@{
ServerUrl='<Your Server URL>';
Account='<Your Account Number>';
User='<User Name>';
Password='<User Password>';
UserDateFormat='mm/dd/yy';
SkipCertificateValidation=$false;
RequestTimeoutSeconds='100';
LicenseKey='<license key>'
}
Required? true
Position? named
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[]
OUTPUTS
System.String
Request number of the suspended request/incident.
RELATED LINKS