Previous Topic: RetryDeploymentJobNext Topic: GetDeploymentPackagesOnScalabilityServer


GetDeploymentJobStatus

This method is used to retrieve the status of a current deployment from the DMDeploy manager referenced by the job identifier. This returns the status of the scan or deployment at that point of time.

Parameters

xsd:string sessionId

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

xsd:long jobId

Jobid of the deployment or scan operation.

dsm:ComputerStatusInfoRequired

Specifies the deployment status information to be retrieved.

Return Values

xsd:bool bNoMoreComputers

If the value is true, then there is no more status information to be retrieved or the required operation is done. If false, then the scan or deploy operation is still in progress and further status can be retrieved by calling the method again.

dsm: ArrayOfComputerStatusInfo arrayOfcomputerStatusInfo

Returns an array of ComputerStatusInfo structures that contain a snapshot of the status of the scan or deployment

Remarks

This method needs to be called repeatedly with a time lapse until bNoNoreComputers flag is true to track and retrieve the whole status of the deployment operation.

More information:

ComputerStatusInfo

ComputerStatusInfoRequired

DeploymentStatusCode