Previous Topic: AddRegisterSoftwareJobContainerOrdersToDistributionContainerNext Topic: AddRegisterSoftwarePackageOrdersToDistributionContainer


AddDeregisterSoftwareJobContainerOrdersToDistributionContainer

This API adds deregister software job container orders to a distribution container.

Parameters

xsd:string sessionId (m)

Specifies the session id obtained from the login to the web service.

xsd:string distributionContainerId (m)

UUID of the distribution container to which orders are added.

ArrayOfSoftwareJobContainerOrder softwareJobContainerOrders (m)

An array of SoftwareJobContainerOrder to be added to the distribution container

Return Values

ArrayOfstring orderIds

An array of UUIDs of successfully added orders.

Remarks

An order is inserted at the requested position. If you try to add an order at an occupied position, all current orders from that position are shifted one position.

More information:

SoftwareJobContainerOrder