Previous Topic: ScanPackageInfoNext Topic: SDAgentProperties


ScanParameters

dsm:ArrayOfstring targetMachines (Optional)

Names or IP’s of the target machines to be scanned. This cannot be combined with IP address range (start IP and end IP), domain name, query name and URI options.

xsd:bool bTargetMachinesSupplied

Flag specifying whether the target machines have been supplied.

xsd:string domainName (Optional)

Name of the domain. If the domainName and IP address range (start IP and end IP) are supplied then the IP addresses falling with the specified domain will be scanned. If IP address range is not specified, then scan will happen for all the machines in the domain. This parameter is valid only for WinNT domains.

Domain name cannot be combined with targetMachines, query name and URI options, but can be combined only with IPAddressRange.

xsd:bool bDomainNameSupplied

Flag specifying whether the domain name has been supplied

xsd:string startIPAddress(Optional )

Starting IP address of the IP address range.

xsd:bool bStartIPAddressSupplied

Flag specifying whether the start IP address has been been supplied

xsd:string endIPAdress(Optional)

End IP address of Range. Mandatory if the startIPAddress is supplied.

If the domainName and IP range are supplied then scan will happen for the IPs that fall in that domain.

xsd:bool bEndIPAddressSupplied

Flag specifying whether the end IP address has been been supplied. The IP address range cannot be combined with either targetMachines, queryName or URI.If IP range is supplied (i.e StartIPAddress and EndIPAddress) then they should be IPv4 addresses only.

xsd:string queryName

Name of the query. This when run should refer to a set of computers. This option cannot be combined with targetMachines, domainName, IP address range and URI.

xsd:bool bQueryNameSupplied

Flag specifying whether the query name has been been supplied

xsd:string URI

URI to specify the machines on which the scan is to take place.

xsd:bool bURISupplied

Flag specifying whether the URI has been been supplied. This option cannot be combined with targetMachines, domainName, IP address range and queryname.

xsd:bool bDeploymentPackageFromSS (Optional)

This flag should be set to true, if the packages are transferred from a scalability server for eventual deployment.

xsd:bool bDeploymentPackageFromSSSupplied

Flag specifying whether bDeploymentPackageFromSS flag has been supplied.

xsd:bool bScanStagedPackages (Optional)

This flag should be set to true, if packages staged on scalability server needs to be scanned instead of the deployed ones. By default, the scan is done against the deployed packages.

xsd:bool bScanStagedPackagesSupplied

Flag specifying whether bScanStagedPackages flag has been supplied