action netboxdemo_extras_graphs_read { label: "extras_graphs_read" description: "Call to super to allow for caching" provider: netboxdemo method: GET path: "/extras/graphs/{id}/" encoding: json output: { type: "object" required: ["name", "source", "type"] properties: { id: { type: "integer" } link: { type: "string" format: "uri" } name: { type: "string" } source: { type: "string" } template_language: { type: "string" enum: ["django", "jinja2"] } type: { type: "string" } weight: { type: "integer" } } } }