action netbox_dcim_console_ports_read { label: "dcim_console-ports_read" description: "" provider: netbox method: GET path: "/dcim/console-ports/{id}/" encoding: json output: { type: "object" required: ["device", "name"] properties: { _occupied: { type: "boolean" } cable: { type: "object" properties: { display: { type: "string" } id: { type: "integer" } label: { type: "string" } url: { type: "string" format: "uri" } } } cable_end: { type: "string" } connected_endpoints: { type: "array" description: "\nReturn the appropriate serializer for the type of connected object.\n" items: { type: "string" } } connected_endpoints_reachable: { type: "boolean" } connected_endpoints_type: { type: "string" } created: { type: "string" format: "date-time" } custom_fields: { type: "object" } description: { type: "string" } device: { type: "object" properties: { display: { type: "string" } id: { type: "integer" } name: { type: "string" } url: { type: "string" format: "uri" } } } display: { type: "string" } id: { type: "integer" } label: { type: "string" description: "Physical label" } last_updated: { type: "string" format: "date-time" } link_peers: { type: "array" description: "\nReturn the appropriate serializer for the link termination model.\n" items: { type: "string" } } link_peers_type: { type: "string" } mark_connected: { type: "boolean" description: "Treat as if a cable is connected" } module: { type: "object" required: ["device"] properties: { device: { type: "integer" } display: { type: "string" } id: { type: "integer" } module_bay: { type: "object" required: ["name"] properties: { display: { type: "string" } id: { type: "integer" } name: { type: "string" } url: { type: "string" format: "uri" } } } url: { type: "string" format: "uri" } } } name: { type: "string" } speed: { type: "object" required: ["label", "value"] properties: { label: { type: "string" enum: ["1200 bps", "2400 bps", "4800 bps", "9600 bps", "19.2 kbps", "38.4 kbps", "57.6 kbps", "115.2 kbps"] } value: { type: "integer" enum: [1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200] } } } tags: { type: "array" items: { type: "object" required: ["name", "slug"] properties: { color: { type: "string" } display: { type: "string" } id: { type: "integer" } name: { type: "string" } slug: { type: "string" format: "slug" } url: { type: "string" format: "uri" } } } } type: { type: "object" required: ["label", "value"] properties: { label: { type: "string" enum: ["DE-9", "DB-25", "RJ-11", "RJ-12", "RJ-45", "Mini-DIN 8", "USB Type A", "USB Type B", "USB Type C", "USB Mini A", "USB Mini B", "USB Micro A", "USB Micro B", "USB Micro AB", "Other"] } value: { type: "string" enum: ["de-9", "db-25", "rj-11", "rj-12", "rj-45", "mini-din-8", "usb-a", "usb-b", "usb-c", "usb-mini-a", "usb-mini-b", "usb-micro-a", "usb-micro-b", "usb-micro-ab", "other"] } } } url: { type: "string" format: "uri" } } } }