Previous Topic: DeployPackageNext Topic: Queries


StagePackage

Used to stage a package on the target computers. Pass the jobId from an earlier Scan operation as an input to this method. This jobId basically identifies the list of computers from the scan on which the deployment needs to take place.

Parameters

xsd:string sessionId

The session identifier, obtained from the login to the web service.

xsd:long jobId

JobId returned from the scan method

dsm: StagingCredentials stagingCredentials

Contains information regarding the target machine credentials. Here all the target machines are scalability servers. If the user identified by targetUserName and targetPassword doesn’t have access to all of the machines targeted for staging, then the field arrayOfTargetMachineCredentials can be used to supply machine-specific credentials.

dsm: DeploymentPackageInfo deploymentPackageInfo

Contains information regarding the package to be deployed.

Return Values

None

Remarks

While passing in the DeploymentPackageInfo, parameter values can be omitted. Parameter values are not considered for package staging.

More information:

DeploymentPackageInfo

MachineCredentials

StagingCredentials