CimProbeResult - Global
-
- UpdatedFeb 1, 2024
- 1 minute read
- Washington DC
- API reference
The CimProbeResult API 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 |