Previous Topic: DeleteSoftwarePackagesNext Topic: FindSoftwarePackage


DeleteSoftwarePackagesByName

The DeleteSoftwarePackagesByName method deletes software packages.

Parameters

xsd:string sessionId (m)

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

ArrayOfSoftwarePackage softwarePackages (m)

An array list of sequence SoftwarePackage. Each member of type SoftwarePackage contains details specifying a particular software package.

Return Values

None

Remarks

None

ExportSoftwarePackage

The ExportSoftwarePackage exports the software package to a location on a local computer or a network path.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string softwarePackageId (m)

The UUID of the software package to be exported.

dsm:ExportSoftwarePkgProperties softwareProperties (m)

This parameter specifies which software package properties are required to export.

Return Values

None

Remarks

None

ExportSoftwarePackageByName

The ExportSoftwarePackageByName exports the software package identified by name and version to a location on a local computer or a network path.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string softwarePkgName (m)

The name of the software package to be exported.

xsd:string softwarePkgVersion (m)

The version of the software package to be exported.

dsm:ExportSoftwarePkgProperties softwareProperties (m)

This parameter specifies which software package properties are required to export.

Return Values

None

Remarks

None