action corrently_wimstatus { label: "WiM Proess Informtion" description: "Access to status information of an existing metering change and allocation process.\n" provider: corrently method: GET path: "/wim/status" encoding: json input: { type: "object" properties: { vid: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { wim_started: { type: "integer" description: "Starting time of process" } wim_status: { type: "string" description: "Latest Status" } } } }