New in TPL 1.22
TPL version 1.22 is a minor update to TPL version 1.21.
The following update is available:
A new parameter auto_rels has been added to model.publish.
New in TPL 1.21
TPL version 1.21 is a minor update to TPL version 1.20.
The following update is available:
You can now use the square bracket flags and limit syntax in search expressions.
New in TPL 1.20
TPL version 1.20 is a minor update to TPL version 1.19.
The following update is available:
A new function, discovery.getCertificate enables you to retrieve a TLS certificate from a discovery target.
New in TPL 1.19
TPL version 1.19 is a minor update to TPL version 1.18.
The following update is available:
- Allow patterns to use non-taxonomy nodes, role and relationships with
extra_node_kinds,extra_role_kinds,extra_rel_kindsin module metadata - Add
dialectparameter todiscovery.runCommandto select the shell used for running a command - Added with
discovery.runPowerShellbeing a synonym for using powershell shell - Add replace parameter to
inference.primaryto use supplied evidence for primary inference in place of rather than addition to current inferences - The mail.send now supports
cc_addrsandbcc_addrsparameters - Allow search to access members of dictionaries
- The following convenience functions have been added:
New in TPL 1.18
TPL version 1.18 is a minor update to TPL version 1.17.
The following update is available:
- The TPL discovery.scan function has been enhanced to include a new parameter
scope. Scope is a string identifier used to distinguish between endpoints in different address spaces. If the scope is not specified, the default scope is used. For more information on scope, see Overlapping IP addresses.
New in TPL 1.17
TPL version 1.17 is a minor update to TPL version 1.16.
The following update is available:
- The TPL discovery.scan function has been enhanced to specify the BMC Discovery Outpost or discovery service. The new parameter
outpost_idenables you to specific the name or ID of the BMC Discovery Outpost that you want to perform the scan.
New in TPL 1.16
TPL version 1.16 is a minor update to TPL version 1.15.
The following function has been added:
discovery.sqlQuery– performs an SQL query on a relational database, returning a list of SQLResultRow nodes.
New in TPL 1.15
TPL version 1.15 is a minor update to TPL version 1.14.
The following functions have been added:
discovery.restfulGet– performs a GET request on the target using the RESTful protocol specified and returns a node containing information on the discovered system. Adds"nimble_auth", a generic protocol for Nimble web API with token authentication. Intended for use discovering Nimble storage
devices. An enhancement to the discovery.restfulGetfunction introduced in TPL 1.11.
New in TPL 1.14
TPL version 1.14 is a minor update to TPL version 1.13.
The following functions have been added:
New in TPL 1.13
TPL version 1.13 is a minor update to TPL version 1.12.
The following functions have been added:
system.cmdbSync– adds a root node or nodes to the CMDB synchronization queue.discovery.scan– adds a snapshot scan for the given target. Requires that you have a scheduled scan defined that includes the address or addresses of the scan targets.
New in TPL 1.12
TPL version 1.12 is a minor update to TPL version 1.10 which consists of some internal fixes.
New in TPL 1.11
TPL version 1.11 a minor update to TPL version 1.10.
The following functions have been added:
json.encode– Converts a string, table, or a list (including nested structures) to a JSON encoded string.json.decode– Decodes a JSON encoded string and returns a structure containing a string, table or list including nested structures.model.kind– Returns the node kind of a given node.related.hostingNode– Returns a node that is associated with the given triggers and is hosting the software instance.discovery.restfulGet– Performs a GET request on the target using the RESTful protocol specified and returns a node containing information on the discovered system.discovery.restfulPost– Performs a POST request on the target using the RESTful system and returns a node containing information on the discovered system.discovery.wbemEnumInstances– a new parameter,filter_locallyhas been added. When set, the function does not request specific properties so all are returned. Only the specified properties are stored as DDD. This parameter can be used if a particular system does not support the retrieval of specific properties.discovery.access– you no longer have to provide a DDD node. If no DDD node is specified, the function returns the DiscoveryAccess currently in use.discovery.vSphereFindObjects– search from the root folder the instances of an object type and returns the requested properties for each object found.discovery.vSphereTraverseToObjects– traverses from the initial object to instances of an object type and get properties on those objects.discovery.vSphereGetProperties– retrieve properties from a given MOR and returns the requested properties for each object found.discovery.vSphereGetPropertyTable– retrieves a table of values from a given MOR and returns multiple NodeState objects, one for each DataObject in the list or array.
An obsoletes statement has been added which obsoletes (automatically deactivates) specified modules.
New in TPL 1.10
TPL version 1.10 is a minor update to TPL version 1.9.
The following functions have been added:
New in TPL 1.9
TPL version 1.9 is a minor update to TPL version 1.8.
The following functions have been added:
New in TPL 1.8
TPL version 1.8 is a minor update to TPL version 1.7.
New in TPL 1.7
TPL version 1.7 is a minor update to TPL version 1.6.
TPL 1.7 adds the following new features:
New in TPL 1.6
TPL version 1.6 is a minor update to TPL version 1.5.
TPL 1.6 adds the following new features:
- Removal groups. See the following functions:
- A new
voidkeyword is added. Assigning this to an attribute in the model deletes the attributes. The statementnode['attribute_name'] := void;is the equivalent ofdel node['attribute_name'] - String and list slicing
New in TPL 1.5
TPL version 1.5 is a minor update to TPL version 1.4.
TPL 1.5 adds the following new features:
- User defined functions. See User defined functions.
- You can now reference constants defined in a pattern from other patterns. See Constants.
- Version restrictions are now enforced according to the version specified in the pattern. Prior to TPL 1.5 the TPL version specified at the top of a pattern file was only checked against the supported version in BMC Discovery. Now functionality defined in a specific TPL version is available if that (or a later) version is specified in the pattern file.
New in TPL 1.4
TPL version 1.4 is a minor update to TPL version 1.3.
TPL 1.4 adds the following new features:
New in TPL 1.3
TPL version 1.3 is a minor update to TPL version 1.2.
TPL 1.3 adds a number of new features:
New in TPL 1.2
TPL version 1.2 is a minor update to TPL version 1.1.
TPL 1.2 adds a number of new features:
- Pattern
configurationblocks allow end users to modify parameters without editing pattern text. See Pattern Configuration. - New
definitionsblocks support SQL Discovery (now Configuring database credentials) See Definitions. - Model maintenance is made easier with the addition of unique relationship functions. See Unique relationships.
- Lookup tables can be created and manipulated inside patterns. See Table functions.
- New functions to manipulate dates and times are available. See Time functions.
New in TPL 1.1
TPL version 1.1 is a minor update to TPL version 1.0.
It has the following new features: