이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
RESTful API
RESTful API를 사용하여 클라이언트 프로그램 만들기
MATLAB® Production Server™ RESTful API는 MATLAB 함수 실행을 위한 API, 서버 상태 및 메트릭을 검색하기 위한 API, 서버에 배포된 MATLAB 함수에 대한 정보를 검색하기 위한 API로 구성됩니다.
MATLAB 함수 실행을 위한 RESTful API 참조
서버 검색 및 진단을 위한 RESTful API 참조
도움말 항목
MATLAB 함수 실행을 위한 RESTful API
- RESTful API for MATLAB Function Execution
Execute deployed MATLAB functions using the synchronous or asynchronous request-response model. - JSON Representation of MATLAB Data Types
Represent supported MATLAB data types in JSON. - Create Web-Based Tool Using RESTful API, JSON, and JavaScript
Try an example of creating a web-based bond pricing tool using RESTful API, JSON, and embedded JavaScript. - Troubleshooting RESTful API Errors
List of HTTP status codes and possible errors.
검색 및 진단을 위한 RESTful API
- RESTful API for Discovery and Diagnostics
Retrieve information about MATLAB functions deployed to the server, server metrics, and server health. - Health Check API
Determine if MATLAB Production Server instance has valid license and can process HTTP requests. - MATLAB Function Signatures in JSON
Represent MATLAB function signatures in JSON. - Create Custom Prometheus Metrics
This example shows how to create custom Prometheus® metrics on the server and retrieve them using the metrics service.