The UnsealSoftwarePackages method unseals one or more software packages.
Parameters
The session identifier.
An array of software package UUIDs identifying the software packages to unseal.
Return Values
This is a void method that does not expose a return value.
Remarks
None
The CreateSoftwarePackage3 method is used to create a package in the SD library and supports the creation of wrapper packages.
Parameters
Specifies the session ID obtained from the DSM web services login.
Includes the software package properties and the properties for wrapper packages.
Specifies whether the package must be sealed after creation.
Return Values
Returns the UUID of the created package.
The SetSoftwarePackage3 method is used to edit both the software package and also Debian wrapper package.
Parameters
Specifies the session ID obtained from the DSM web services login.
Specifies the properties of the package that you want to edit.
Specifies whether the package must be sealed after editing.
Note: If the package is in a sealed state, you can only edit the comments and enableCheckSum fields.
This parameter is ignored when the package is in a sealed state. The edit operation fails if the package is sealed and you try to set all the package properties.
The GetSoftwarePackage3 method retrieves the software package properties from the Debian wrapper package.
Parameters
Specifies the session ID obtained from the DSM web services login.
Specifies the UUID of the Debian wrapper package, the properties of which are retrieved.
Specifies the software package properties to retrieve.
Return Values
Returns the properties of the software package.
The GetSoftwarePackageList3 method retrieves the list of software packages and their properties from a specified software package group.
Parameters
Specifies the session ID obtained from the DSM web services login.
Specifies the UUID of the software package group from which the packages list is retrieved.
Note: Pass NULL to retrieve all softwares.
Specifies the properties that are required when getting a software package from the list.
Specifies the filter on software package properties
Specifies the property based on which you want to sort the packages.
Specifies that the sorting takes place in ascending order.
Specifies the starting index for the list.
Specifies the total number of packages to get from the list.
Specifies that the result set is recomputed for each call.
Return Values
Returns the total number of packages available for the specified filter condition.
Returns the array of SoftwarePackages properties.
The GetSoftwarePackageInstallationList method retrieves the list of installations for a given software package. This method is supported only on the domain manager.
Parameters
Specifies the session ID obtained from the DSM web services login.
Specifies the UUID of the software package for which you want the installations list.
Specifies the UUID the group for which you want the installations list. You can also use this parameter to return a list of software package installations to units in a specific group.
Specifies the properties that want to get from each installation in the list.
Specifies the starting index for the list.
Specifies the number of installations to get from the list.
Return Values
Returns the total number of installations in the list.
Returns an array of UnitSoftwareJobProperties, one for each software package installation that are requested from the list.
The GetSoftwarePackageList method returns the registered software packages in a domain manager. This method supports the sort and filter operations also.
Parameters
Specifies the session ID obtained from the DSM web services login.
Specifies the UUID of the software package group from which the software packages have to be listed. Specify NULL to list all software packages.
Specifies the software package properties you want retrieve from the list.
Specifies an array of filter conditions on software package properties.
Specifies the property based on which you want to sort the results.
Specifies whether you want to sort the list in ascending order.
Specifies an index number from which you want the items must be returned from the result set. The index is zero-based.
Specifies the number of objects you want to retrieve from the startIndex position.
Specifies whether you want to recompute the result set for each call.
Return Values
Contains the total number of packages available for the specified filter condition.
Contains an array of software packages properties.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|