Values.InvokeRestApiResponseSourceInvokes the Apache Airflow REST API on the webserver with the specified inputs. To learn more, see Using the Apache Airflow REST API
type nonrec t = {restApiStatusCode : Integer.t option;The HTTP status code returned by the Apache Airflow REST API call.
*)restApiResponse : RestApiResponse.t option;The response data from the Apache Airflow REST API call, provided as a JSON object.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `RestApiClientException of RestApiClientException.t| `RestApiServerException of RestApiServerException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `RestApiClientException of RestApiClientException.t
| `RestApiServerException of RestApiServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `RestApiClientException of RestApiClientException.t
| `RestApiServerException of RestApiServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]