action netbox_dcim_console_server_port_templates_read { label: "dcim_console-server-port-templates_read" description: "" provider: netbox method: GET path: "/dcim/console-server-port-templates/{id}/" encoding: json output: { type: "object" required: ["name"] properties: { created: { type: "string" format: "date-time" } description: { type: "string" } device_type: { type: "object" required: ["model", "slug"] properties: { device_count: { type: "integer" } display: { type: "string" } id: { type: "integer" } manufacturer: { type: "object" required: ["name", "slug"] properties: { devicetype_count: { type: "integer" } display: { type: "string" } id: { type: "integer" } name: { type: "string" } slug: { type: "string" format: "slug" } url: { type: "string" format: "uri" } } } model: { type: "string" } slug: { type: "string" format: "slug" } url: { type: "string" format: "uri" } } } display: { type: "string" } id: { type: "integer" } label: { type: "string" description: "Physical label" } last_updated: { type: "string" format: "date-time" } module_type: { type: "object" required: ["model"] properties: { display: { type: "string" } id: { type: "integer" } manufacturer: { type: "object" additionalProperties: true } model: { type: "string" } url: { type: "string" format: "uri" } } } name: { type: "string" description: "\n{module} is accepted as a substitution for the module bay position when attached to a module type.\n" } 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" } } } }