CimProbe - Global
The CimProbe script include provides methods to maintain Common Information Model (CIM) probe metadata.
Use in any server-side script where you need to maintain a CIM probe.
CimProbe - getNamedQueries()
Returns all the named queries for the current CIM probe.
| Name | Type | Description |
|---|---|---|
| None |
| Type | Description |
|---|---|
| void |
CimProbe - getQueries()
Returns all the queries for the current CIM probe.
| Name | Type | Description |
|---|---|---|
| None |
| Type | Description |
|---|---|
| Array | An array of strings of queries |
CimProbe - getQueryRecords()
Returns all the records in the CIM Probe table.
| Name | Type | Description |
|---|---|---|
| None |
| Type | Description |
|---|---|
| GlideRecord | The query result |