{"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":{"type":"object","properties":{"ports":{"maxItems":10000,"minItems":0,"type":"array","description":"Collection of PortDTO objects representing the ports to be added or deleted, with a maximum size of 10,000.","items":{"type":"object","properties":{"portUuid":{"type":"string","description":"Unique identifier for the port."},"deviceUuid":{"type":"string","description":"UUID of the device to which the port belongs."},"node_ip":{"type":"string","description":"IP address of the node associated with the port."},"hostName":{"type":"string","description":"Host name associated with the port."},"portName":{"type":"string","description":"Name of the port."},"description":{"type":"string","description":"Description of the port."},"speed":{"type":"string","description":"Speed of the port."},"type":{"type":"string","description":"Type of the port, indicating its function or role."},"delete":{"type":"boolean","description":"Flag indicating whether the port is marked for deletion."},"discoveryType":{"type":"string","description":"Type of discovery mechanism used for the port."}},"description":"Data Transfer Object representing a port, including its attributes such as UUIDs, name, type, and more.","$$ref":"#/components/schemas/PortDTO"}}},"description":"Data Transfer Object for adding or deleting ports, containing a collection of PortDTO objects.","$$ref":"#/components/schemas/AddDeletePortDTO","title":"AddDeletePortDTO"}}