BeyondInsight-Smart Rules

Number of APIs: 9

  1. Get Smart Rule by ID GET {{biBaseURL}}/SmartRules/:id

  2. List of Smart Rules by User Group ID GET {{biBaseURL}}/UserGroups/:id/SmartRules/

  3. Get Smart Rule by Title GET {{biBaseURL}}/SmartRules?title=title

  4. Get Smart Rule by Org ID and Title GET {{biBaseURL}}/Organizations/:orgID/SmartRules?title=title

  5. Create an Asset Smart Rule for Filtering Assets by Attributes POST {{biBaseURL}}/SmartRules/FilterAssetAttribute

  6. Process a Smart Rule by ID POST {{biBaseURL}}/SmartRules/:id/Process

  7. Delete a Smart Rule by ID DELETE {{biBaseURL}}/SmartRules/:id

  8. Delete a Smart Rule by Title DELETE {{biBaseURL}}/SmartRules?title=title

  9. Delete a Smart Rule by Org ID and Title DELETE {{biBaseURL}}/Organizations/:orgID/SmartRules?title=title