action apache_test_connection { label: "Test a connection" description: "Test a connection.\n\n*New in version 2.2.0*\n" provider: apache method: POST path: "/connections/test" encoding: json input: { description: "Full representation of the connection." type: "object" } output: { type: "object" description: "Connection test results.\n\n*New in version 2.2.0*\n" properties: { message: { type: "string" description: "The success or failure message of the request." } status: { type: "boolean" description: "The status of the request." } } } }