action openalpr_get_config { label: "getConfig" description: "Get a list of available results for plate and vehicle recognition\n" provider: openalpr method: GET path: "/config" encoding: json output: { type: "object" additionalProperties: true } }