< Back
New-EasyVistaRequest
Post
NAME New-EasyVistaRequest
SYNOPSIS
Creates a new request/incident record.
SYNTAX
New-EasyVistaRequest -Values <Hashtable> -Connection <Hashtable> [<CommonParameters>]
DESCRIPTION
PARAMETERS
-Values <Hashtable>
Hashtable containing names and values for the new record fields. 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
OUTPUTS
System.String
Request number of the newly created request/incident.
RELATED LINKS
SYNOPSIS
Creates a new request/incident record.
SYNTAX
New-EasyVistaRequest -Values <Hashtable> -Connection <Hashtable> [<CommonParameters>]
DESCRIPTION
PARAMETERS
-Values <Hashtable>
Hashtable containing names and values for the new record fields. 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
OUTPUTS
System.String
Request number of the newly created request/incident.
RELATED LINKS