action netboxdemo_dcim_front_port_templates_create { label: "dcim_front-port-templates_create" description: "" provider: netboxdemo method: POST path: "/dcim/front-port-templates/" encoding: json output: { type: "object" required: ["device_type", "name", "rear_port", "type"] properties: { device_type: { type: "object" required: ["model", "slug"] properties: { device_count: { type: "integer" } display_name: { type: "string" } id: { type: "integer" } manufacturer: { type: "object" required: ["name", "slug"] properties: { devicetype_count: { type: "integer" } 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" } } } id: { type: "integer" } name: { type: "string" } rear_port: { type: "object" required: ["name"] properties: { id: { type: "integer" } name: { type: "string" } url: { type: "string" format: "uri" } } } rear_port_position: { type: "integer" } type: { type: "object" required: ["label", "value"] properties: { label: { type: "string" enum: ["8P8C", "110 Punch", "BNC", "MRJ21", "FC", "LC", "LC/APC", "LSH", "LSH/APC", "MPO", "MTRJ", "SC", "SC/APC", "ST"] } value: { type: "string" enum: ["8p8c", "110-punch", "bnc", "mrj21", "fc", "lc", "lc-apc", "lsh", "lsh-apc", "mpo", "mtrj", "sc", "sc-apc", "st"] } } } } } }