REST OpenAPI Sink
Load an OpenAPI specification from a URI and call an operation on a HTTP service. The request that is generated respects the rules given in the OpenAPI specification (for example, path parameters and Content-Type).
Metadata
| Property |
Value |
| Type |
sink |
| Group |
HTTP |
| Namespace |
HTTP |
| Support Level |
Stable |
| Provider |
Apache Software Foundation |
Properties
| Name |
Type |
Required |
Default |
Description |
specification |
string |
✓ |
|
The URI to the OpenApi specification file. |
operation |
string |
✓ |
|
The operation to call. |
Dependencies
camel:rest-openapi
camel:http
camel:kamelet
camel:core