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: postPath:
/assetMonitoring/clientapi/v2/rules - Delete rule by ID
- Method: deletePath:
/assetMonitoring/clientapi/v2/rules/{rule-id} - Get Rules Count
- Method: getPath:
/assetMonitoring/clientapi/v2/rules/count - List rules
- Method: getPath:
/assetMonitoring/clientapi/v2/rules - Retrieve rule by ID
- Method: getPath:
/assetMonitoring/clientapi/v2/rules/{rule-id} - Update rule by ID
- Method: postPath:
/assetMonitoring/clientapi/v2/rules/{rule-id}