{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/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.1.0"},"x-parser-conf":{"overview":{"markdownPath":"reference/INFRA/GROUPING/grouping-service-overview.md"}},"openapi":"3.0.1","servers":[{"url":"http://localhost:8080/v1/grouping","description":"Generated server url"}]},"spec":{"required":["classifier","name"],"type":"object","properties":{"name":{"maxLength":255,"minLength":0,"type":"string","description":"Name of the group to be created. This field is required."},"description":{"maxLength":255,"minLength":0,"type":"string","description":"Optional description of the group."},"classifier":{"maxLength":255,"minLength":0,"type":"string","description":"Classifier type for the group.","enum":["DeviceAccess","LocationDevices","UserDefinedDevices","UserDefinedPorts"]},"parentUuid":{"maxLength":255,"minLength":0,"type":"string","description":"UUID of the parent group, if applicable."}},"description":"Data Transfer Object for creating a new group, including the group's name, description, classifier, and parent UUID.","$$ref":"#/components/schemas/GroupCreateReqDTO","title":"GroupCreateReqDTO"}}