Previous Topic: DeleteSoftwareGroupsByNameNext Topic: LinkSoftwareGroupsToSoftwarePackageGroupByName


LinkSoftwareGroupsToSoftwarePackageGroup

The LinkSoftwareGroupsToSoftwarePackageGroup method links one or more software groups to a software package group. Software group can be software package group or software package procedure group

Parameters

xsd:string sessionId (m)

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

xsd: string softwarePackageGroupId

Specifies the UUID of the software package group to which the software procedure groups are to be linked.

If this UUID is not supplied the software procedure groups and software package group link to the root location.

ArrayOfstring softwareGroupIds (m)

List of software package group UUIDs and/or software package procedure group UUIDs.

Return Values

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

Remarks

The same functionality is already achieved in the current implementation of webservices by using LinkSoftwarePackageProcedureGroupsToSoftwarePackageGroup and LinkSoftwarePackageGroupsToSoftwarePackageGroup.