Start online upgrade check
1. API Description
This API is used to start online upgrade check.
Request mode: POST [ip]/api/upgrade/online-check
Administrator Rights | Logged-in |
---|---|
Yes | Yes |
2. Input Parameters
None
3. Output Parameters
Name | Type | Description |
---|---|---|
status | Int | Status code |
4. Example
Starting online upgrade check.
Input Example
None
Output Example
{
"status": 0
}
5. Error Code
No error code related to the API business logic. For other error codes, see Common Error Codes.