Previous Topic: UnlinkDomainGroupsFromDomainGroupNext Topic: Sequences


UnlinkDomainsFromDomainGroup

The UnlinkDomainsFromDomainGroup method unlinks one or more domains from the specified domain group.

Parameters

xsd:string sessionId (m)

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

xsd:string domainGroupId (m)

The UUID identifying the group from which the domains are to be unlinked.

ArrayOfstring domainIds (m)

An array of UUIDs identifying the domains that are to be unlinked from the specified group.

Return Values

None

Remarks

None

Asset Script Job Methods

More Information:

AssetScriptJobProperties

CreateAssetScriptJob

The CreateAssetScriptJob method is used to create an asset script job.

Parameters

xsd:string sessionID

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

dsm:AssetScriptJobProperties assetJobScriptProperties

Specifies the properties required to create an asset script job.

Return Values

dsm:CreateAssetScriptJobResponse

Returns a response with the job ID, UUID, and domain ID if the asset script job is created successfully.

Remarks

None

More Information:

AssetScriptJobPropertiesRequired

GetAssetScriptJob

The GetAssetScriptJob method is used to get the properties of an asset script job.

Parameters

xsd:string sessionID

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

xsd:long assetjobUId

Specifies the UUID identifying the script job, the properties of which must be retrieved.

dsm:AssetScriptJobPropertiesRequired assetScriptJobPropertiesRequired

Specifies the list of script job properties to be retrieved.

Return Values

dsm:GetAssetScriptJobResponse

Returns a response with the job ID, domain ID, and the value of each property passed in the input parameter AssetScriptJobPropertiesRequired.

Remarks

None

More Information:

AssetScriptJobPropertiesRequired

OpenAssetScriptJobList

The OpenAssetScriptJobList is used to open the asset script jobs list.

Parameters

xsd:string sessionID

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

dsm:AssetScriptJobPropertiesRequired assetJobPropertiesRequired

Specifies the list of script job properties to be retrieved.

Return Values

dsm:OpenAssetScriptJobListResponse

Returns the list handle to the list opened and the number of jobs in the list.

Remarks

None

More Information:

ArrayOfGetAssetScriptJobsProperties

GetAssetScriptJobs

The GetAssetScriptJobs is used to get the properties for all the asset script jobs.

Parameters

xsd:string sessionID

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

Xsd:long listHandle

Specifies the handle to the asset script job list returned by OpenAssetScriptJobList method.

Xsd:long noOfJobs

Specifies the number of asset jobs returned by OpenAssetJobList method.

Return Values

ArrayOfGetAssetScriptJobsProperties getAssetJobsReponse

Contains the job properties of all the script jobs.

Remarks

None

CloseAssetScriptJobList

The CloseAssetScriptJobList method is used to close the list handle of asset script job list.

Parameters

xsd:string sessionID

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

Xsd:long listHandle

Specifies the handle to the asset job list returned by OpenAssetScriptJobList method.

Return Values

None

Remarks

None

More Information:

AssetScriptJobProperties

SetAssetScriptJob

The SetAssetScriptJob is used to set the properties for an asset script job.

Parameters

xsd:string sessionID

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

xsd:long assetjobUId

Specifies the UUID identifying the script job, the properties of which must be retrieved.

dsm:AssetScriptJobProperties assetScriptJobProperties

Specifies asset job properties you want to set.

Return Values

None

Remarks

None

DeleteAssetJobs

The DeleteAssetJobs method is used to delete list of asset jobs.

Parameters

xsd:string sessionID

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

dsm:ArrayOfstring assetJobIds

Specifies the array of asset job IDs to delete.

Return Values

None

Remarks

None

LinkAssetJobsToUnit

The LinkAssetJobsToUnit method is used to link a list of asset jobs to a unit.

Parameters

xsd:string sessionID

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

xsd:string unitId

Specifies the unit ID to which you want to link the asset jobs.

dsm:UnitObjectType unitObjectType

Specifies the object type of the unit.

dsm:ArrayOfstring *arrayofassetJobIds

Specifies the array of asset job IDs you want to link with unit.

Return Values

None

Remarks

None

More information:

UnitObjectType

LinkAssetJobsToUnitGroup

The LinkAssetJobsToUnitGroup method is used to link a list of asset jobs to a unit group.

Parameters

xsd:string sessionID

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

xsd:string unitGroupId

Specifies the unit group ID to which you want to link the asset jobs.

dsm:ArrayOfstring assetJobIds

Specifies the array of asset job IDs you want to link with the unit group.

Return Values

None

Remarks

None

More Information:

UnitObjectType

UnLinkAssetJobsFromUnit

The UnLinkAssetJobsFromUnit method is used to unlink a list of asset jobs from a unit.

Parameters

xsd:string sessionID

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

xsd:string unitId

Specifies the unit ID from which you want to unlink the asset jobs.

dsm:UnitObjectType unitObjectType

Specifies the type of the unit.

dsm:ArrayOfstring assetJobIds

Specifies the array of asset job IDs you want to unlink from the unit.

Return Values

None

Remarks

None

UnLinkAssetJobsFromUnitGroup

The UnLinkAssetJobsFromUnitGroup method is used to unlink a list of asset jobs from a unit group.

Parameters

xsd:string sessionID

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

xsd:string unitGroupId

Specifies the unit group ID from which you want to unlink the asset jobs.

dsm:ArrayOfstring assetJobIds

Specifies the array of asset job IDs you want to unlink from the unit group.

Return Values

None

Remarks

None

ActivateJobCheck

The ActivateJobCheck method is used to trigger the asset or software job check.

Parameters

xsd:string sessionID

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

dsm:ArrayOfTriggerInfo triggInfoList

Specifies the list of objects to trigger.

dsm:ArrayOfAMExtraCmdParam cmdParams

Specifies the additional parameters for executing asset management job check.

Return Values

None

Remarks

None