Om Agent OpenAPI
  1. 设备信息
Om Agent OpenAPI
  • 接口使用说明
    • 调用流程简介
    • linker-sign说明
  • ilink
    • 错误码定义
    • 任务管理
      • 任务开启或关闭
      • 查询抽帧任务
    • 设备能力
      • 设备云台控制
      • 设备云台聚焦
      • 设备3D定位
      • 设备预置点位
      • 机器狗设备点位管理
      • 机器狗设备路径管理
      • 机器狗获取设备状态
      • 机器狗控制
      • 机器狗导航
      • 录像回放控制
      • 录像下载
      • 录像下载进度查询
      • 设备回放流列表
    • 设备信息
      • 获取设备详情
        GET
      • 获取设备流地址
        POST
      • 批量获取设备详情
        POST
      • 设备通道名称修改
        POST
      • 获取企业下设备列表
        POST
    • 单次抓拍/抽帧
      POST
    • 周期抽帧订阅
      POST
    • 周期抽帧任务删除
      POST
    • 周期抽帧任务更新
      POST
    • 开始监听语音消息(来自萝卜头)
      POST
    • 停止监听语音消息(来自萝卜头)
      POST
    • 发送语音播报(发送到萝卜头)
      POST
  • 工作流
    • 同步运行工作流(仅支持感知、执行类型工作流)
      POST
    • 获取工作流执行结果(仅支持感知、执行类型工作流)
      GET
    • 取消异步运行的工作流(仅支持感知、执行类型工作流)
      POST
    • 异步运行工作流(仅支持感知、执行类型工作流)
      POST
  • 智能体
    • 获取智能体列表
      GET
    • 获取智能体详情
      GET
    • 会话打开
      POST
    • 会话聊天
      POST
  1. 设备信息

获取设备详情

将废弃
GET
/api/manage/device/v1/info

请求参数

Query 参数
device_unicode
string 
设备唯一码
可选
Header 参数
linker-sign
string 
签名
必需

返回响应

🟢200成功
application/json
Body
code
string 
必需
message
string 
必需
data
object 
必需
device_type_id
integer 
设备类型ID
必需
device_type_name
string 
设备类型名称
必需
device_brand_id
integer 
设备品牌ID
必需
device_brand_name
string 
设备品牌名称
必需
device_model_id
integer 
设备型号ID
必需
device_model_name
string 
设备型号名称
必需
device_model_icon
string 
设备型号图标
必需
deviceTagName
string 
设备标签名称
必需
device_unicode
string 
设备唯一码
必需
device_name
string 
设备名称
必需
access_agreement_type
integer 
接入协议类型
必需
0 rtsp 1 iLink 2 智能球机
stream_address
string 
流地址
必需
device_ip
string 
设备IP
必需
device_port
string 
设备端口
必需
latitude
string 
经度
必需
longitude
string 
纬度
必需
device_status
integer 
设备状态
必需
0 异常 1 正常
device_source
integer 
设备来源
必需
0 自定义新增 1 云平台新增
platform_id
integer 
平台ID
必需
platform_auth_id
integer 
平台授权ID
必需
platform_code
string 
平台代码
必需
device_platform_code
string 
设备平台代码
必需
设备在平台的唯一标识
device_channel
string 
设备通道
必需
device_account
string 
设备账号
必需
device_password
string 
设备密码
必需
国密加密
示例
{
    "code": "0",
    "message": "成功",
    "data": {
        "device_type_id": 1,
        "device_type_name": "摄像机",
        "device_brand_id": 1,
        "device_brand_name": "未知",
        "device_model_id": 2,
        "device_model_name": "拱芳2",
        "device_model_icon": "https://avatars.githubusercontent.com/u/6950517",
        "deviceTagName": null,
        "device_unicode": "sdfasfd123123",
        "device_name": "test",
        "access_agreement_type": 0,
        "stream_address": "https://avatars.githubusercontent.com/u/6950517",
        "device_ip": "137.178.105.174",
        "device_port": "9000",
        "latitude": "71.4499",
        "longitude": "130.4675",
        "device_status": 0,
        "device_source": 0,
        "platform_id": 25,
        "platform_auth_id": 65,
        "platform_code": "37",
        "device_platform_code": "4",
        "device_channel": "1",
        "device_account": "esse dolore",
        "device_password": "RSNLOtmwRrmbJJQ"
    }
}
修改于 2025-05-27 02:57:58
上一页
设备回放流列表
下一页
获取设备流地址
Built with