Asset Rules REST Endpoints

Asset Rules
The Asset Rules API allows you to manage and maintain rules in your Oracle IoT Asset Monitoring Cloud Service instance. All non-org aware REST API will be deprecated in future releases.
Create rule
Method: post
Path: /assetMonitoring/clientapi/v2/rules
Delete rule by ID
Method: delete
Path: /assetMonitoring/clientapi/v2/rules/{rule-id}
Get Rules Count
Method: get
Path: /assetMonitoring/clientapi/v2/rules/count
List rules
Method: get
Path: /assetMonitoring/clientapi/v2/rules
Retrieve rule by ID
Method: get
Path: /assetMonitoring/clientapi/v2/rules/{rule-id}
Update rule by ID
Method: post
Path: /assetMonitoring/clientapi/v2/rules/{rule-id}