How to write data to Confluence page using m-script?
30 ビュー (過去 30 日間)
古いコメントを表示
I need to automate writing data to Confluence page through matlab scripting.
回答 (1 件)
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 –
- 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”
- 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 –
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!