본문 바로가기

카테고리 없음

airflow rest api postman script import

 > Airflow API (Stable) (2.8.1)  

https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html

 

Airflow REST API

 

airflow.apache.org

 

 

> rest api postman script import 순서 및 방법

 

1. 링크에 접속 하여 download 버튼을 통해 파일을 내려받는다.

다운로드 클릭

 

2. 내려받은 파일을 확인한다.

다운로드된 yaml 파일

 

3. postman import 버튼을 눌러 내려받은 파일을 추가한다. 

postman import

 

 

4. 임포트가 완료되어 스크립트를 확인 할 수 있다.

airflow api script

 

5.  get version information 호출 성공

  • {baseUrl} : 띄워놓은 airflow 웹 주소

get version information