GET /api/dcim/console-port-templates/1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1,
    "url": "https://netbox.c3voc.de/api/dcim/console-port-templates/1/?format=api",
    "display": "CONSOLE",
    "device_type": {
        "id": 12,
        "url": "https://netbox.c3voc.de/api/dcim/device-types/12/?format=api",
        "display": "CRS326-24G-2S+IN",
        "manufacturer": {
            "id": 6,
            "url": "https://netbox.c3voc.de/api/dcim/manufacturers/6/?format=api",
            "display": "Mikrotik",
            "name": "Mikrotik",
            "slug": "mikrotik"
        },
        "model": "CRS326-24G-2S+IN",
        "slug": "crs326-24g-2sin"
    },
    "module_type": null,
    "name": "CONSOLE",
    "label": "",
    "type": {
        "value": "rj-45",
        "label": "RJ-45"
    },
    "description": "",
    "created": "2024-03-24T10:04:08.941507Z",
    "last_updated": "2024-03-24T10:04:08.941524Z"
}