Project Information Obtaining API (Old Version, Not Recommended)
Function Description
Obtains information about the project deployed by the inference service.
URI
The request method is as follows:
GET/POST /get_server_info
Response Example
The task name and project name list is returned, in which project_xx indicates the task name, and ["assm1-2"] indicates the project list. Multiple projects are allowed.
{
"project_crnn": ["assm1-2"],
"project_ctpn_crnn": ["assm1-2"],
"project_ssd": ["assm1-2"],
"project_ssd_resnet": ["assm1-2"],
"project_unet": ["assm1-2"],
"project_unet++": ["assm1-2"],
"project_yolov4": ["assm1-2"],
"project_yolov4_resnet": ["assm1-2"]
}
Status Code
Status Code |
Description |
|---|---|
200 |
A successful request. |
500 |
An internal service error. |
Parent topic: Inference Service APIs