/AWS1/CL_MWAINVOKERESTAPIRSP¶
InvokeRestApiResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_restapistatuscode TYPE /AWS1/MWAINTEGER /AWS1/MWAINTEGER¶
The HTTP status code returned by the Apache Airflow REST API call.
io_restapiresponse TYPE REF TO /AWS1/CL_RT_DOCUMENT /AWS1/CL_RT_DOCUMENT¶
The response data from the Apache Airflow REST API call, provided as a JSON object.
Queryable Attributes¶
RestApiStatusCode¶
The HTTP status code returned by the Apache Airflow REST API call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESTAPISTATUSCODE() |
Getter for RESTAPISTATUSCODE, with configurable default |
ASK_RESTAPISTATUSCODE() |
Getter for RESTAPISTATUSCODE w/ exceptions if field has no v |
HAS_RESTAPISTATUSCODE() |
Determine if RESTAPISTATUSCODE has a value |
RestApiResponse¶
The response data from the Apache Airflow REST API call, provided as a JSON object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESTAPIRESPONSE() |
Getter for RESTAPIRESPONSE, with configurable default |
ASK_RESTAPIRESPONSE() |
Getter for RESTAPIRESPONSE w/ exceptions if field has no val |
HAS_RESTAPIRESPONSE() |
Determine if RESTAPIRESPONSE has a value |