This method moves an item from one unit group to another.
Session Id. got from the login to the web service.
The uuid of the group to which the items are initially linked
The uuid of the group to which the items need to be moved.
Array of item UUIDs to be moved.
None.
The GetUnitGroupComputerMembers2 method fetches the computers from a unit groups member list.
Parameters
Specifies the session identifier.
Specifies the numeric handle to a list returned by a previous call to OpenUnitGroupComputerMembersList2.
Specifies the total number of computers to fetch from the list. This is less than or equal to the total number in the list returned by a previous call to OpenUnitGroupComputerMembersList2.
Return Values
Specifies an Array of ComputerProperties. One for each computer requested from the list.
Remarks
You can make multiple calls to GetUnitGroupComputerMembers2 to iterate down the list.
The OpenUnitGroupComputerMembersList2 method fetches a list of the computers that are members of the given unit group.
This method returns the total number of computers in the list and a handle to the list that can be used for further calls to GetUnitGroupComputerMembers2.
Parameters
Specifies the session identifier.
Specifies the UUID of the unit group member computers to be listed.
Specifies an Array of computer property filter definitions to limit the computers returned by the search.
Specifies the condition on the filter properties.
Specifies the Computer property on which sorting takes place.
Specifies sorting in an ascending order.
Specifies the properties required to get a computer from the list.
Return Values
Specifies the numeric handle to a list of unit groups that can be passed to GetUnitGroupComputerMembers2.
Specifies the total number of computers in the list whose handle has been returned.
Remarks
None
The GetUnitGroupComputerMembers3 method fetches the computers in a unit groups member list from a specified index number.
Parameters
Specifies the session ID obtained from the DSM web services login.
Specifies the numeric handle to a list returned by a previous call to OpenUnitGroupComputerMembersList2.
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. This number must be less than or equal to the total number in the list returned by a previous call to OpenUnitGroupComputerMembersList2.
Return Values
Specifies an Array of ComputerProperties. One for each computer requested from the list.
Remarks
You can make multiple calls to GetUnitGroupComputerMembers3 to iterate down the list. You must call the CloseUnitGroupComputerMembersList method to close the list.
The GetUnitGroupByName method retrieves the properties of a specified unit group, identified by its name.
Parameters
Specifies the session ID obtained from the DSM web services login.
Specifies the name of the unit group, the properties of which you want to retrieve.
Specifies whether the group must be a local or replicated group, or either of the two.
Specifies the group properties you want to retrieve.
Return Values
Contains the unit group properties retrieved.
Remarks
None
The GetUnitGroupsXML method returns the Client Automation computer groups in an XML tree.
Parameters
Specifies the session ID obtained from the DSM web services login.
Specifies the root group for which you need the xml tree. Specify NULL to return all the computer groups.
Specifies the group name to be excluded from the XML, if any. The subgroups under the specified group are also excluded.
Specifies whether you want to exclude system groups such as All Computers, All User Accounts, and All User Profiles.
Return Values
Returns the computer groups XML as a string.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|