{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/b95772dc6c621d9842faced8610ee58b0cb9cb02/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":{"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","title":"PortDTO"}}