BeyondInsight-Smart Rules
Number of APIs: 9
-
Get Smart Rule by ID GET {{biBaseURL}}/SmartRules/:id
-
List of Smart Rules by User Group ID GET {{biBaseURL}}/UserGroups/:id/SmartRules/
-
Get Smart Rule by Title GET {{biBaseURL}}/SmartRules?title=title
-
Get Smart Rule by Org ID and Title GET {{biBaseURL}}/Organizations/:orgID/SmartRules?title=title
-
Create an Asset Smart Rule for Filtering Assets by Attributes POST {{biBaseURL}}/SmartRules/FilterAssetAttribute
-
Process a Smart Rule by ID POST {{biBaseURL}}/SmartRules/:id/Process
-
Delete a Smart Rule by ID DELETE {{biBaseURL}}/SmartRules/:id
-
Delete a Smart Rule by Title DELETE {{biBaseURL}}/SmartRules?title=title
-
Delete a Smart Rule by Org ID and Title DELETE {{biBaseURL}}/Organizations/:orgID/SmartRules?title=title