action influxdata_post_dashboards { label: "Create a dashboard" provider: influxdata method: POST path: "/dashboards" encoding: json input: { required: ["name", "orgID"] properties: { description: { type: "string" description: "The user-facing description of the dashboard." } name: { type: "string" description: "The user-facing name of the dashboard." } orgID: { type: "string" description: "The ID of the organization that owns the dashboard." } } } output: { type: "object" } }