POST /v3/rule-library
Security
API_Key
POST
curl -i -X POST \
'https://api.observepoint.com/v3/rule-library?page=0&size=50&sortBy=NAME&sortDesc=false' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"id": 12,
"ruleName": "Filter by rule name. Matched as contains, case insensitive.",
"labels": [
223
],
"notificationEnabled": true,
"createdByUserId": 123,
"fromTemplate": true
}'Response
{ "paginationMetadata": { "totalCount": 0, "totalPageCount": 0, "pageSize": 0, "currentPageSize": 0, "currentPageNumber": 0 }, "rules": [ { … } ] }