action apache_post_connection { label: "Create a connection" provider: apache method: POST path: "/connections" encoding: json input: { description: "Full representation of the connection." type: "object" } output: { description: "Full representation of the connection." type: "object" } }