Connectorconnector 목록 조회curl -X GET "http://localhost:8083/connectors/"connector 상세 정보 조회curl -X GET "http://localhost:8083/connectors?expand=status&expand=info"connector config 조회GET 으로도 동일하게 동작함curl -X PUT "http://localhost:8083/connectors/{connector_name}/config특정 connector 상태 조회curl -X GET "http://localhost:8083/connectors/{connector_name}/status"connector 재시작※ task는 재시작되지 않음curl -X POST "ht..