报警类型
## 相机列表-报警类型
**接口地址**:`/otaService/resource/alarmType`
**请求方式**:`GET`
**请求数据类型**:`application/x-www-form-urlencoded`
**响应数据类型**:`*/*`
**接口描述**:
**请求参数**:无
**请求参数**:
暂无
**响应状态**:
| 状态码 | 说明 | schema |
| -------- | -------- | ----- |
|200|OK|成功响应||
|401|Unauthorized||
|403|Forbidden||
|404|Not Found||
**响应参数**:
| 参数名称 | 参数说明 | 类型 | schema |
| -------- | -------- | ----- |----- |
|code|响应状态码|integer(int32)|integer(int32)|
|data|响应对象|list|map|
|  id|报警类型ID|string|string||
|  alarmTypeName|报警类型名称|list|map||
|msg|响应信息|string||
**响应示例**: