Руководство Пользователя для Cisco Cisco Videoscape Voyager Vantage 3.3

Скачать
Страница из 204
24
REST APIs
 
Private REST API
http://localhost:10080/diagnostics/logs?name=vod&section=JS-vod&level=1
 
“Interesting log message generated by JavaScript code.”
Upload error text for the JavaScript “vod” component with a severity of 1 (Error).
HTTP Status Codes
When used, the Private REST API may return any of the following status codes:
200 OK
: Successful HTTP PUT
400
: Bad Request
A parameter or its value was not recognized, or the query was otherwise malformed.
404
: Not Found
The URL path is invalid.
Note:
 Other errors not listed above may be generated by libevhtp; for example, 500: Internal Server Error.