Get the beeper status
1. API Description
This API is used to get the status of beeper.
Request mode: POST [ip]/api/chassis/get-beeper
Administrator Rights | Logged-in |
---|---|
No | Yes |
2. Input Parameters
No
3. Output Parameters
Name | Type | Description |
---|---|---|
status | Int | Status code |
code | String | Status description |
beeper-enable | Boolean | Whether the beeper is enabled true: Yes; false: No |
4. Example
Getting the status of the beeper.
Input Example
None
Output Example
{
"beeper-enable": false,
"status": 0,
"code": "Success"
}
5. Error Code
No error code related to the API business logic. For other error codes, see Common Error Codes.