CimProbeResult - Global
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- API reference
The CimProbeResult script include provides methods to process Common Information Model (CIM) probe results.
Use to process CIM probe results in any server-side discovery script.
CimProbeResult - getNamedInstances(String namedQueries)
Gets the named instances for the specified named queries.
Name | Type | Description |
---|---|---|
namedQueries | String | The named queries |
Type | Description |
---|---|
String | The named instances |
CimProbeResult - getQueries()
Gets all the queries for the current CIM probe.
Name | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
String Array | All Queries |