{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-2/76fd4bb9d069fd2530d7a02f0b3a4ca00eccfd35/7c48c18b-6630-3205-a601-ed557f355784","info":{"title":"APIs exposed by Grouping service","description":"Crosswork Grouping APIs allow the user to perform CRUD operations on grouping service.","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"},"version":"7.2.0"},"x-parser-conf":{"overview":{"markdownPath":"reference/INFRA/GROUPING/grouping-service-overview.md"}},"openapi":"3.1.0","servers":[{"url":"http://localhost:8080/v1/grouping","description":"Generated server url"}]},"spec":{"description":"Data Transfer Object representing a rule, including its attributes and conditions.","properties":{"uuid":{"type":"string","description":"Unique identifier for the rule, if available.","maxLength":255,"minLength":0},"classifier":{"type":"string","description":"Classifier type for the rule.","enum":["LocationDevices","UserDefinedPorts"],"maxLength":255,"minLength":0},"conditions":{"type":"string","format":"Stringify json of Java class","description":"See the rule/conditions API for details on supported condition properties and operators."},"targetGroupUuid":{"type":"string","description":"UUID of the target group associated with the rule, if applicable.","maxLength":255,"minLength":0}},"required":["classifier"],"$$ref":"#/components/schemas/RuleDTO","title":"RuleDTO"}}