Fleet Rules REST Endpoints
Fleet Rules
The Fleet Rules API help you to configure rules and manage their lifecycle in Fleet Monitoring.
All methods of this group support a request header named 'X-Oracle-IoT-Org' with a value of an organization ID, which helps you to target requests to different organizations.
- Create rule
- Method: postPath:
/fleetMonitoring/clientapi/v2/rules/ - Delete rule by ID
- Method: deletePath:
/fleetMonitoring/clientapi/v2/rules/{rule-id} - List rules
- Method: getPath:
/fleetMonitoring/clientapi/v2/rules/ - Retrieve attribute names and types supported by threshold predicate
- Method: getPath:
/fleetMonitoring/clientapi/v2/rules/predicate/attributes - Retrieve rule details
- Method: getPath:
/fleetMonitoring/clientapi/v2/rules/{rule-id} - Update rule by ID
- Method: postPath:
/fleetMonitoring/clientapi/v2/rules/{rule-id}