Previous Topic: UnlinkSoftwarePackageProceduresFromSoftwarePackageProcedureGroupNext Topic: Software Package Volumes


UnlinkSoftwarePackagesFromSoftwarePackageGroup

The UnlinkSoftwarePackagesFromSoftwarePackageGroup method unlinks one or more software packages from a given software package group.

Parameters

xsd:string sessionId

The session identifier.

xsd:string softwarePackageGroupId

The UUID identifying the software package group from which the software packages should be unlinked.

ArrayOfstring softwarePackageIds

An array of UUIDs identifying the software packages that should be unlinked from the software package group.

Return Values

This is a void method that does not expose a return value.

Remarks

None

GetSoftwarePackageProcedureGroupProcedureList

The GetSoftwarePackageProcedureGroupProcedureList method retrieves the list of software package procedures in a procedure group.

Parameters

xsd:string sessionId

Specifies the session ID obtained from the DSM web services login.

xsd:string softwarePackageId

Species the UUID of the software package procedure group from which the procedures list is retrieved.

dsm:SoftwarePackageProcedurePropertiesRequired2 propsRequired

Specifies the properties that are required when retrieving a procedure from the list.

xsd:long index

Specifies the starting index for the list.

xsd:long numRequired

Specifies the number of procedures you get from the list.

Return Values

xsd:long totalNumProcs

Returns the available total number of procedures.

dsm: ArrayOfSoftwarePackageProcedureProperties4

Returns an array of SoftwarePackage procedure properties.

dsm: ArrayOfSoftwarePackageProcedureProperties4 getSoftwarePackageProcedures

Returns an array of SoftwarePackage procedure properties.

More information:

ArrayOfSoftwarePackageProcedureProperties4

SoftwarePackageProcedurePropertiesRequired2