action netbox_dcim_platforms_read { label: "dcim_platforms_read" description: "" provider: netbox method: GET path: "/dcim/platforms/{id}/" encoding: json output: { type: "object" required: ["name", "slug"] properties: { created: { type: "string" format: "date-time" } custom_fields: { type: "object" } description: { type: "string" } device_count: { type: "integer" } display: { type: "string" } id: { type: "integer" } last_updated: { type: "string" format: "date-time" } 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" } } } name: { type: "string" } napalm_args: { type: "object" description: "Additional arguments to pass when initiating the NAPALM driver (JSON format)" } napalm_driver: { type: "string" description: "The name of the NAPALM driver to use when interacting with devices" } slug: { type: "string" format: "slug" } 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" } } } } url: { type: "string" format: "uri" } virtualmachine_count: { type: "integer" } } } }