Select Source
1. API Description
This API is used to select a source. It can only be called in Simple Mode.
Request mode: POST [ip]/api/source/select
| Administrator Rights | Login Authentication |
|---|---|
| No | Yes |
2. Input Parameters
| Parameter | Type | Description |
|---|---|---|
| id | Int | Source ID |
3. Output Parameters
| Parameter | Type | Description |
|---|---|---|
| status | Int | Status code |
4. Example
Select source with ID=1
Input Example
{
"id": 1
}
Output Example
{
"status": 0
}