Skip to content

Management of jobs and provisioning sequences

Starting with version 7.0, a new API has been created to manage SIP sequences. In the new web application, it is now possible to view provisioning sequences through jobs that call web services.

There are several ways to execute provisioning sequences:

  • Either via a Batch or PowerShell command by directly calling the HppRuncli.exe executable. In this case, the sequence will not be executed via web services and therefore its status will not be visible or manageable in the web application. This method should be prioritized for integration phases where it is not necessary to manage sequence statuses.
  • Either via a batch or PowerShell command that calls on SIP web services to execute a job.
  • Or via the web application that calls on SIP web services to execute a job.