action influxdata_get_setup { label: "Check if database has default user, org, bucket" description: "Returns `true` if no default user, organization, or bucket has been created." provider: influxdata method: GET path: "/setup" encoding: json output: { type: "object" properties: { allowed: { type: "boolean" description: "True means that the influxdb instance has NOT had initial setup; false means that the database has been setup." } } } }