필터 지우기
필터 지우기

How to write data to Confluence page using m-script?

조회 수: 23 (최근 30일)
karthik n n
karthik n n 2023년 3월 20일
답변: Lakshay Rose 2023년 6월 13일
I need to automate writing data to Confluence page through matlab scripting.

답변 (1개)

Lakshay Rose
Lakshay Rose 2023년 6월 13일
Hi Karthik,
As per my understanding you are trying to create a MATLAB script to automate the process of writing data to Confluence page. MATLAB provide a HTTP-interface for REST API Calls which would suit your use case. Assuming you already have your API token or username/password for accessing APIs of Confluence which you will need to authenticate requests.
You can follow the below steps –
  1. Create a MATLAB function to automate what data you want to enter using the HTTP-interface integration with MATLAB with functions such as “webread”, “webwrite”, “websave” and “weboptions”
  2. Call the above script with your authentication details and URL.
You can refer to the below documentation to learn more about HTTP-interface in MATLAB –

카테고리

Help CenterFile Exchange에서 Web Services에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by