Domain and Probe Data Methods

getDomainType

Returns the domain type.

Input

Parameter Comment
cmdbContext For details, see CmdbContext and the schema documentation for CmdbContext.
domainName The name of the domain.

Output

Parameter Comment
domainType The domain type.

getDomainsNames

Returns the names of the current domains.

See Code Samples.

Input

Parameter Comment
cmdbContext For details, see CmdbContext and the schema documentation for CmdbContext.

Output

Parameter Comment
domainNames The list of domain names.

getProbeIPs

Returns the IP addresses of the specified probe.

Input

Parameter Comment
cmdbContext For details, see CmdbContext and the schema documentation for CmdbContext.
domainName The domain to check.
probeName The name of the probe used on that domain.

Output

Parameter Comment
probeIPs The IPList of the addresses in the probe.

getProbesNames

Returns the names of the probes in the specified domain.

See Code Samples.

Input

Parameter Comment
cmdbContext For details, see CmdbContext and the schema documentation for CmdbContext.
domainName The domain to check.

Output

Parameter Comment
probesName The list of probes on the domain.

getProbeScope

Returns the scope definition of the specified probe.

Input

Parameter Comment
cmdbContext For details, see CmdbContext and the schema documentation for CmdbContext.
domainName The domain to check.
probeName The name of the probe.

Output

Parameter Comment
probeScope The Scope of the probe.

isProbeConnected

Checks whether the specified probe is connected.

See Code Samples.

Input

Parameter Comment
cmdbContext For details, see CmdbContext and the schema documentation for CmdbContext.
domainName The domain to check.
probeName The probe to check

Output

Parameter Comment
isConnected True if the probe is connected.

updateProbeScope

Sets the scope of the specified probe, overriding the existing scope.

Input

Parameter Comment
cmdbContext For details, see CmdbContext and the schema documentation for CmdbContext.
domainName The domain.
probeName The probe to update.
newScope The Scope to set for the probe.