In this lesson, you learn how to use API calls to perform RulePoint tasks.
Lesson Concepts
You can use REST calls to create, update, retrieve, and delete projects, objects, and users. You can also use the REST calls to perform deployment tasks. This lesson covers instructions to create and deploy objects such as topic, source, advanced rule, responder, and response. You can access the REST APIs through the following base URL, http://
host
:
port
/rulepoint/api.
Lesson Objectives
In this lesson, you learn to perform the following tasks:
Login to RulePoint using the REST call.
Get the project ID for creating objects in a project.
Create a topic.
Create a JDBC connection.
Create an SQL source.
Create a schedule for the source.
Create an RTAM responder.
Create an RTAM response.
Create an advanced rule.
Deploy the responder.
Deploy the rule.
Deploy the source.
View the deployed objects in the dashboard.
Lesson Prerequisites
Before you start this lesson, you must perform the following tasks:
You must complete the RulePoint training before you start with this lesson.
Verify that there is a running instance of RulePoint 6.1.
Verify that you have a RESTClient installed on the Firefox browser.
Log in to RulePoint and create a project RESTapiTest.