action influxdata_get_ready { label: "Get the readiness of an instance at startup" provider: influxdata method: GET path: "/ready" encoding: json output: { type: "object" properties: { started: { type: "string" format: "date-time" } status: { type: "string" enum: ["ready"] } up: { type: "string" } } } }