Tag Map

Tag Map provides the mapping between Job Definition objects and associated Filter or Business Activity Tags.

Typical Operations:

  • Creating a Tag Map.

  • Deleting a Tag Map.

Tag Map Examples

From the browser, issue and click Manual Commands (Post). Test the REST API examples from the Client Manager API post screen that appears. Likewise, error messages and exceptions are displayed for invalid parameters and unsuccessful execution of a request.

Create a Tag Map

The Tag map object provides a method called create. This REST API call allows a user to create a Tag map.

<?xml version="1.0" encoding="UTF-8" ?>
<entry xmlns="http://purl.org/atom/ns#">
<tes:TagMap.create xmlns:tes="http://www.tidalsoftware.com/client/tesservlet">
<object></object>
</tes:TagMap.create>
</entry>

Delete a Tag Map

The Tag Map object provides a method called delete. This REST API call allows a user to delete a Tag map.

<?xml version="1.0" encoding="UTF-8" ?>
<entry xmlns="http://purl.org/atom/ns#">
<tes:TagMap.delete xmlns:tes="http://www.tidalsoftware.com/client/tesservlet">
<object></object>
</tes:TagMap.delete>
</entry>