华为云用户手册

  • 响应示例 {"stateCode": "0", "errorMessage": null, "result": { "chairId": 215717, "maxPersonnel": 8, "status": 1, "createName": "fctest", "lastUpdateName": "fctest", "lastUpdateTimestamp": 1664955857793, "creationTimestamp": 1664955857793, "deleteFlag": 0, "entityName": "helmetMultiPartyConference", "helmetMultiPartyConferenceId": 3600, "createdBy": 215717, "creationDate": "2022-10-05T07:44:17.814+00:00", "lastUpdatedBy": 215717, "lastUpdateDate": "2022-10-05T07:44:17.814+00:00", "tenantId": 1299, "appName": "isdp-qc-server", "affectedRows": 1, "chatJid": "", "channelId": "339228491247685" }}
  • 响应参数 参数 类型 描述 stateCode String 接口响应编码,0成功,非0失败 errorMessage String 接口错误提示信息 result Object 接口响应数据。 helmetMultiPartyConferenceId Long 会议id participantAccount String 与会者账号 participantName String 与会者名称 chairFlag int 是否主持人(0:观众,1:主持人) refreshFlag int 刷新标识 0,未刷新;1,刷新 joinFlag Int 入会状态(1-拒绝,2-接收并入会,4-挂断或移除,7-结束离开,8-邀请中,9-未接听) userId Long 用户id muteFlag int 是否静音 0:否 1:是 voiceVideoFlag int 语音视频标识 0,语音;1,视频
  • 响应示例 { "status": 1, "message": "SUC CES S", "error": null, "data":{ "deviceId": "21024125389SL7002176", "isdpDeviceId": "21024125389SL7002176-0", "channelId": "0", "deviceName": "HoloSens SDC-0", "deviceState": "ONLINE", "accessProtocol": "HOLO", "deviceType": "WEBCAM", "deviceSystemState": null, "description": "", "model": "D3220-10-SIU", "manufacture": "huawei", "channelTotal": 0, "streamTotal": 0, "firmware": null, "deviceAbility": "intelligent,talk", "mac": null, "createTime": null, "updateTime": "2020-12-28 17:25:13", "protocolVersion": null, "deviceIp": null, "devicePort": null, "tenantId": 886, "projectNumber": "0001", "projectName": "XXXX项目", "deviceAddress": "XXXXXXXX基站", "fileId": "342955", "sysType": null, "fileSize": "106934", "fileName": "2020_12_28_17_29_04.jpg", "fileExt": "jpg", "deviceAddressNumber": "A0001", "webPlayUrl": "https://078dda04fc284058940039ebb5d0de25.APIgw.cn-north-4.xxxxxx.com/live/work003?app=vis&stream=XXXX", "verificationCode": "6h6yM3U1", "deviceManageState": "ACTIVATION", "deviceSubType": "IPC-CONCH", "creationDate": 1608968667000, "lastUpdateDate": 1609298831000, "lastUpdatedBy": null, "deviceAlarmStatus": "pulse", "autoJoin": null, "battery": null, "ownnerId": null, "longitude": null, "latitude": null, "chatJid": null, "chatId": null, "liveChannelId": null, "userName": null, "ownnerName": null }, "timestamp": "2020-12-30T11:28:27.182+0800"}
  • 响应参数 参数 类型 描述 isdpDeviceId String isdp唯一设备ID deviceId String 设备ID channelId String 通道ID deviceName String 设备名称 deviceState String 设备状态 accessProtocol String 接入协议 deviceType String 设备类型 deviceSystemState String 设备管理状态 description String 描述 model String 设备型号 manufacture String 生产厂商 channelTotal int 通道总数 streamTotal int 每个通道码流数量 firmware String 摄像头固件版本号 deviceAbility String 能力集 mac String mac地址 createTime String 创建时间 updateTime String 更新时间 protocolVersion String 协议版本 deviceIp String 设备ip devicePort String 设备端口 projectName String 项目名称 projectNumber String 项目编码 deviceAddress String 设备地址 fileId String 图片编号 sysType String 系统类型 fileSize String 文件大小 fileName String 文件名称 fileExt String 文件扩展名 deviceAddressNumber String 设备地址编号 deviceSubType String 子设备类型 deviceAlarmStatus String 设备告警状态 autoJoin String 是否主动入会 battery String 电量 ownnerId String 设备责任人ID longitude String 经度 latitude String 纬度 chatJid String IM群组ID chatId String IM聊天ID liveChannelId String 频道播放ID userName String 设备使用人名称 ownnerName String 设备责任人名称 webPlayUrl String web播放地址
  • 相关API 接口名称 调用说明 获取Token 调用该接口获取到Token,再调用其他接口时,需要在请求消息头中添加“Authorization”,其值即为Token。 获取设备列表 调用该接口获取到isdp唯一设备ID。 获取设备信息时,需要输入isdp唯一设备ID。 添加设备 调用该接口添加设备。 修改设备 调用该接口修改设备。 删除设备 调用该接口删除设备。 保存设备模板 调用该接口保存设备模板。
  • 响应示例 { "result": [ { "content": "测试一下", "creationTimestamp": 1663141848000, "instructionId": 912, "isdpDeviceList": [ { "instructionId": 912, "userId": 1823, "userName": "张三" } ], "lastUpdateTimestamp": 1663141848000, "status": 1, "type": 1 } ], "stateCode": "0"}
  • 响应参数 参数 类型 描述 result Object 响应消息体 errorMessage String 错误信息,接口错误时有值,正常调用时为空 stateCode String 响应状态,“0”成功 其他值失败 result 对象出参说明 参数 类型 描述 instructionId Long 指令ID type Int 指令类型:1-播报;2-播报+视频;3-播报+拍照;4-播报+录音;5-播报+直播 content String 播报内容 status Int 状态 1初始状态 2已完成 3超期 creationTimestamp Long 指令创建时间 isdpDeviceList Object 设备使用人集合 isdpDeviceList 对象出参说明 参数 类型 描述 isdpDeviceId Long 设备id
  • 响应参数 参数 类型 描述 stateCode String 响应编码。 errorMessage String 错误信息。 result Object 响应数据。 result参数说明: 参数 类型 描述 participantList List 与会者信息 tenantId Object 租户id liveMeetingId Object 会议id status Integer 会议状态 0:已结束 1:会议中 participantList中object信息说明: 参数 类型 描述 userId Long 用户id userName String 用户名称 isdpDeviceId String 设备id participantType String 与会者类型 手机:MOBILE,电脑:PC,智能安全帽:INTELLIGENT_SAFETY_HELMET,执法记录仪:BODY_WORN_CAMERA,布控球:MONITOR_BALL chairFlag Integer 是否主持人 0:否 1:是 joinFlag Integer 是否入会 0-未操作,1-拒绝,2-接收并入会,4-挂断或移除,7-结束离开,8-邀请中,9-未接听
  • 响应示例 { "stateCode": "0", "errorMessage": null, "result": { "participantList": [ { "userId": 467541, "userName": "chenzhiyuan112 chenzhiyuan_100426@isdp", "isdpDeviceId": "chenzhiyuan112--1", "participantType": "MONITOR_BALL", "chairFlag": 0, "joinFlag": 9 }, { "userId": 864261, "userName": "lizhuang12321", "isdpDeviceId": null, "participantType": "MOBILE", "chairFlag": 1, "joinFlag": 2 }, { "userId": 897249, "userName": "张玉昆", "isdpDeviceId": null, "participantType": "PC", "chairFlag": 0, "joinFlag": 2 } ], "tenantId": 886, "liveMeetingId": 23341, "status": 1 }}
  • 响应参数 参数 类型 描述 stateCode String 接口响应编码,0成功,非0失败 errorMessage String 接口错误提示信息 result Object 接口响应数据。 conferenceId Long 会议id helmetMultiPartyParticipantId Long 与会者id participantAccount String 与会者账号 participantName String 与会者名称 chairFlag int 是否主持人(0:观众,1:主持人) refreshFlag int 刷新标识 0,未刷新;1,刷新 joinFlag Int 入会状态(1-拒绝,2-接收并入会,4-挂断或移除,7-结束离开,8-邀请中,9-未接听) userId Long 用户id muteFlag int 是否静音 0:否 1:是 voiceVideoFlag int 语音视频标识 0,语音;1,视频
  • 响应示例 { "stateCode": "0", "errorMessage": null, "result": [ { "conferenceId": 3600, "deviceOrgId": 0, "participantAccount": "100095@isdp", "participantName": "fc001", "participantType": "USER", "chairFlag": 0, "muteFlag": 0, "joinFlag": 8, "voiceVideoFlag": 1, "refreshFlag": 0, "userId": 131295, "createName": "fctest", "lastUpdateName": "fctest", "lastUpdateTimestamp": 1664956232834, "creationTimestamp": 1664956232834, "deleteFlag": 0, "entityName": "helmetMultiPartyParticipant", "helmetMultiPartyParticipantId": 8617, "createdBy": 215717, "creationDate": "2022-10-05T07:50:32.853+00:00", "lastUpdatedBy": 215717, "lastUpdateDate": "2022-10-05T07:50:32.853+00:00", "tenantId": 1299, "appName": "isdp-qc-server", "affectedRows": 1 } ]}
  • 请求示例 { "deviceId" : "rerererr", "deviceName" : "rerererr", "deviceAddress" : "", "projectName" : null, "model" : "", "deviceType" : "INTELLIGENT_SAFETY_HELMET", "deviceManageState" : "ACTIVATION", "deviceSubType" : "其他", "manufacture" : "", "description" : "", "deviceAddressNumber" : "", "projectNumber" : null, "isdpDeviceId" : "rerererr--1", "ownnerId" : null, "deviceUserId" : null, "buOrgName" : "杨凌作业系统测试", "buOrgId" : 830, "customerOrgName" : "", "customerOrgCode" : "", "autoJoin" : "Y", "enableEndSide" : "Y", "enableVideoRecording" : "Y"}
  • 响应示例 { "status" : 1, "message" : "SUCCESS", "error" : null, "data" : { "deviceId" : "rerererr", "deviceName" : "rerererr", "publicKey" : null, "deviceState" : null, "deviceType" : null, "description" : "", "createTime" : null, "updateTime" : null, "accessProtocol" : null, "manufacture" : "", "channelTotal" : 0, "streamTotal" : 0, "deviceSystemState" : null, "model" : "", "firmware" : null, "deviceAbility" : null, "mac" : null, "protocolVersion" : null, "deviceIp" : null, "devicePort" : null, "tenantId" : 0, "lastUpdatedBy" : 0, "createdBy" : 0, "projectNumber" : "", "projectName" : "", "deviceAddress" : "", "deviceAddressNumber" : "", "fileId" : null, "sysType" : null, "fileSize" : null, "fileName" : null, "fileExt" : null, "webPlayUrl" : null, "verificationCode" : null, "password" : null, "isdpDeviceId" : "rerererr--1", "channelId" : null, "deviceAlarmStatus" : null, "deviceManageState" : "", "deviceSubType" : null, "sort" : null, "sortBy" : null, "autoJoin" : "Y", "battery" : null, "ownnerName" : null, "ownnerId" : null, "deviceGbUsername" : null, "deviceGbPassword" : null, "buOrgId" : 830, "deviceUserId" : null, "deviceUserName" : null, "longitude" : null, "latitude" : null, "coordType" : null, "buOrgName" : "杨凌作业系统测试", "storageTotal" : null, "storageRemain" : null, "onlineDuration" : null, "groupName" : null, "enableEndSide" : "Y", "updateDeviceType" : true, "networkType" : null, "systemVersion" : null, "applicationVersionName" : null, "applicationVersionCode" : null, "enableVideoRecording" : "Y", "deleteFlag" : 0, "functionCode" : null, "functionAutho" : null, "ivsLoginAccount" : null, "ivsLoginPsw" : null, "isPlayNode" : 0, "ivsLoginUrl" : null, "parentDeviceId" : null, "integrationPlatform" : null, "subDeviceTotal" : 0, "activeType" : false, "orgId" : null, "orgPath" : "-1.830", "userId" : null, "searchType" : 0, "domainCode" : null, "stateChangeReason" : null, "stateChangeReasonCode" : null, "deviceStateBefore" : null, "cloudRecords" : null, "chatJid" : null, "chatId" : null, "liveChannelId" : null, "startTime" : null, "endTime" : null, "status" : 0, "exportExcel" : null, "customerOrgName" : "", "customerOrgCode" : "", "orgIdList" : null, "groupId" : null, "lastReportTime" : null, "reportTime" : null, "reportType" : false, "createState" : null, "filter" : null, "helmetFilter" : null, "platFilter" : null, "webcam" : false }, "timestamp" : "2022-09-06T18:10:18.883+0800"}
  • 响应参数 参数 类型 描述 isdpDeviceId String isdp唯一设备ID deviceId String 设备ID channelId String 通道ID deviceName String 设备名称 deviceState String 设备状态 accessProtocol String 接入协议 deviceType String 设备类型 deviceSystemState String 设备管理状态 description String 描述 model String 设备型号 manufacture String 生产厂商 channelTotal int 通道总数 streamTotal int 每个通道码流数量 firmware String 摄像头固件版本号 deviceAbility String 能力集 mac String mac地址 createTime String 创建时间 updateTime String 更新时间 protocolVersion String 协议版本 deviceIp String 设备ip devicePort String 设备端口 projectName String 项目名称 projectNumber String 项目编码 deviceAddress String 设备地址 fileId String 图片编号 sysType String 系统类型 fileSize String 文件大小 fileName String 文件名称 fileExt String 文件扩展名 deviceAddressNumber String 设备地址编号 deviceSubType String 子设备类型 deviceAlarmStatus String 设备告警状态 autoJoin String 是否主动入会 battery String 电量 ownnerId String 设备责任人ID longitude String 经度 latitude String 纬度 chatJid String IM群组ID chatId String IM聊天ID liveChannelId String 频道播放ID userName String 设备使用人名称 ownnerName String 设备责任人名称 webPlayUrl String web播放地址 bindStatus Integer 设备绑定状态 bindUserId Long 设备绑定的用户Id buOrgId Long 设备所在组织Id buOrgName String 设备所在组织名称 coordType String 坐标类型 creationDate Date 创建时间 deviceManageState String 设备管理状态 deviceStateBefore String 设备上报之前的状态 deviceTypeName String 设备类型名称 deviceUserId Long 设备使用人Id deviceUserName String 设备使用人名称 deviceUserNameOnly String 设备使用人名称 enableEndSide String 是否开启边缘AI enableVideoRecording String 是否开启录像 groupId Long 群组Id groupName String 群组名称 integrationPlatform String 集成平台 lastReportTime Date 最后一次上报时间(时间戳) lastUpdateDate Date 最后更新时间(时间戳) lastUpdatedBy Long 最后更新人 onlineDuration Long 设备在线时长 stateChangeReason String 设备状态改变原因 stateChangeReasonCode String 设备状态改变原因码 storageRemain Long 存储保留 storageTotal Long 存储总计 deviceTypeName String 设备类型名称 tenantId Long 租户Id
  • 请求参数 参数 类型 是否必填 描述 deviceId String 是 设备编号,请输入数字、英文、_、#等字符 获取设备编号API请参见:摄像头列表查询(好望云平台)(API名称:getDeviceList) isdpDeviceId String 是 isdp唯一设备ID 获取isdp唯一设备ID API请参见:摄像头列表查询(好望云平台)(API名称:getDeviceList) deviceName String 是 设备名称,请输入数字、中文、英文、_、-等字符 deviceAddress String 否 设备位置信息 projectName String 否 项目名称 projectNumber String 否 项目编码 model String 否 model deviceType Long 是 设备类型 可选值WEBCAM/MONITOR_BALL/BODY_WORN_CAMERA/INTELLIGENT_SAFETY_HELMET/INTELLIGENT_MINER_L IGHT/MOBILE/IVS1800/IVS3800 多个以英文逗号分隔,不传默认查询所有 deviceManageState String 否 设备管理状态 可选值NoActivation/ ACTIVATION,不传默认空 deviceSubType String 否 设备子类型 manufacture String 否 制造商 description String 否 描述 deviceAddressNumber String 否 设备位置编码 autoJoin String 是 是否主动接入视频 可选值Y或者N,Y标识开启,N标识不开启 enableEndSide String 是 是否开启边缘AI 可选值Y或者N,Y标识开启,N标识不开启 enableVideoRecording String 是 是否开启视频录制 可选值Y或者N,Y标识开启,N标识不开启 ownnerId Long 否 设备责任人Id deviceUserId Long 否 设备使用人Id customerOrgName String 否 使用区 域名 称 customerOrgCode String 否 使用区域编码 buOrgId Long 是 组织Id buOrgName String 是 组织名称
  • 相关API 接口名称 调用说明 获取Token 调用该接口获取到Token,再调用其他接口时,需要在请求消息头中添加“Authorization”,其值即为Token。 获取设备列表 调用该接口获取设备编号和isdp唯一设备ID。 修改设备时,需要输入设备编号和isdp唯一设备ID。 获取设备信息 调用该接口查询设备信息。 添加设备 调用该接口添加设备。 删除设备 调用该接口删除设备。 保存设备模板 调用该接口保存设备模板。
  • 响应示例 { "data": [ { "userId": "1000", "personCode": "test1", "personStatus": "OpenAccount", "personUpdatedStatus": "add/update/delelte" } ], "pos": 0, "totalCount": 1, "entityName": null}
  • 响应示例 { "status": "success", "msg": null, "data": [ { "tenantId": 1, "countUser": 5266 }, { "tenantId": 100044, "countUser": 13 }, { "tenantId": 100045, "countUser": 7 }, { "tenantId": 101273, "countUser": 5 } ]}
  • 响应示例 { "stateCode": "0", "errorMessage": null, "result": { "data": [ { "taskId": 17308, "identifyAccount": "19911111113", "creationDate": null, "personQualification": "XX证;EHS通用", "customerTaskId": null, "signSiteCode": "0925张三EHS任务作业对象", "signSiteName": "0925张三EHS任务作业对象", "kcpName": "new kcp2", "itemName": "Item1", "personName": "并发3", "personCompany": null, "requiredQualification": "EHS通用;塔工证;电工证;急救证;男神证;女神证;大神证", "identifyResult": "N", "creationTimestamp": 1601000798031, }, { "taskId": 17308, "identifyAccount": "19911111113", "creationDate": null, "personQualification": "XX证;EHS通用", "customerTaskId": null, "signSiteCode": "0925张三EHS任务作业对象", "signSiteName": "0925张三EHS任务作业对象", "kcpName": "new kcp2", "itemName": "Item1", "personName": "并发3", "personCompany": null, "requiredQualification": "EHS通用;塔工证;电工证;急救证;XX证;XX证;XX证", "identifyResult": "N", "creationTimestamp": 1601000889351, }, ], "pos": 0, "total_count": 244, },}
  • 响应示例 {"status": 1,"message": "SUCCESS","error": null,"data":{"resultCode": 0,"rtspURL": "rtsp://10.91.172.64:1188/05238798089631890101?DstCode=01&ServiceType=1&ClientType=1&StreamID=1&SrcTP=2&DstTP=2&SrcPP=1&DstPP=1&MediaTransMode=0&BroadcastType=0&SV=1&Token=NEkwUZe3+FY/RoNLmJK/BIQS7WITUJIxWM8BDchDr3U=&DomainCode=9acedeced6794b468330d3c15ecb36b3&UserId=5&"},"timestamp": "2022-06-21T16:14:25.497+0800"}
  • 请求参数 参数 类型 是否必填 描述 deviceId String 是 设备编号 获取设备编号API请参见:摄像头列表查询(好望云平台)(API名称:getDeviceList) channelId String 是 通道编号 获取设通道编号API请参见:摄像头列表查询(好望云平台)(API名称:getDeviceList) streamType String 是 流类型 expireTime int 否 好望URL过期时间,30~86300秒 useTimes int 否 是否允许链接多次使用,0表示不允许,1表示允许
  • 响应示例 { "channels": [ { "channel_id": "0", "device_id": "21024125389SL7002176", "live_url": null, "result": { "code": "IVM.20000036", "msg": "The device state has been offline" } } ], "failNum": 1, "request_id": null}
  • 响应参数 参数 类型 描述 resultCode Int 响应编码 recordInfos Object 录像查询结果分页信息参见类型RecordInfos RecordInfos出参: 参数 类型 描述 total int 总记录数 indexRange IndexRange 分页信息 reserve string 保留字段长度限制32字节,必须保留该字段,字段内容可以置空 recordInfoList RecordInfoList 录像信息列表 IndexRange出参: 参数 类型 描述 fromIndex Integer 开始索引正整数,取值范围为1~1000 toIndex Integer 结束索引正整数,取值范围为1~1000,且结束索引必须大于或者等于开始索引 RecordInfoList出参: 参数 类型 描述 recordInfo RecordInfo 录像信息 RecordInfo出参: 参数 类型 描述 recordFileName string 录像文件名由汉字和字母(a-z和A-Z)、数字、中划线和下划线组成,长度限制256字节 recordMethod int 录像方式:● 0:平台录像● 1:前端录像● 2:备份服务器● 3:容灾录像 nvrCode string NVR编码查询平台录像时,该字段有值。例如:9145a3f7c4164d3ab9e161fcb4221426,长度限制32字节 mbuDomain string 备份服务器域编码查询备份录像时,该字段有值。例如:6bdacabae9c546e9ab5b8688ccd85a59,长度限制32字节 recordType int 录像类型:● 100:手动录像● 010:计划录像● 001:告警录像 说明:录像类型可叠加,如:110标识查询手动录像和计划录像。 alarmType string 告警类型,长度限制64字节 recordTime TimeSpan 录像起止时间 frameExtractionTimes int 录像抽帧次数:● 0:完整● 1:不完整(抽帧一次)● 2:不完整(抽帧二次)● 3:不完整(抽帧三次) bookmarkInfo BookmarkInfo 录像标签信息(查询方式为按书签时有效) lockInfo LockInfo 录像锁定信息(查询方式为按锁定信息时有效) ptzPresetInfo PTZPresetInfo 录像预置位信息(查询方式为按预置位查询时有效) reserve string 保留字段长度限制64字节,必须保留该字段,字段内容可以置空 TimeSpan出参: 参数 类型 描述 startTime string 开始时间格式如yyyyMMddHHmmss,例如:20121207102035,长度限制20字节 endTime string 结束时间格式如yyyyMMddHHmmss,例如:20121207202035,长度限制20字节 BookmarkInfo出参: 参数 类型 描述 bookmarkId int 录像标签ID bookmarkName string 录像标签名称由汉字和字母(a-z和A-Z)、数字、中划线和下划线组成,长度限制612字节 bookmarkTime string 标签时间时间格式为yyyyMMddHHmmss,例如:20121207102035,长度限制20字节 cameraCode string 摄像机编码例如:32010300100201030101#6bdacabae9c546e9ab5b8688ccd85a59,长度限制64字节 cameraName string 摄像机名称键盘可见字符和中文,长度限制128字节 userDomain string 添加该录像标签的用户所在域编码例如:6bdacabae9c546e9ab5b8688ccd85a59,长度限制32字节 bookmarkCreatorId int 添加该录像标签的用户ID bookmarkCreatorName string 添加该录像标签的用户名键盘可见字符和中文,长度限制128字节 nvrCode string NVR编码查询平台录像的标签时,该字段有值例如:9145a3f7c4164d3ab9e161fcb4221426,长度限制32字节 mbuDomain string 备份服务器域编码查询备份录像的标签时,该字段有值例如:6bdacabae9c546e9ab5b8688ccd85a59,长度限制32字节 reserve string 保留字段长度限制32字节,必须保留该字段,字段内容可以置空 LockInfo出参: 参数 类型 描述 lockId int 录像锁定ID lockTime string 执行锁定操作的时间时间格式为yyyyMMddHHmmss,例如:20121207102035,长度限制20字节 lockTimeSpan TimeSpan 被锁定的录像的时间段 lockDesc string 录像锁定描述键盘可见字符和中文,长度限制260字节 operatorId int 执行该录像锁定操作的用户ID operatorName string 执行该录像锁定操作的用户名键盘可见字符和中文,长度限制128字节 reserve string 保留字段长度限制64字节,必须保留该字段,字段内容可以置空 PTZPresetInfo出参: 参数 类型 描述 presetIndex int 预置位索引号 presetName string 预置位名称由汉字和字母(a-z和A-Z)、数字、中划线和下划线组成,长度限制32字节 reserve string 保留字段长度限制32字节,必须保留该字段,字段内容可以置空注:调用修改预置位接口时,请求中不添加该字段 focusSwitch int 可以为空,或者null,如果为空,默认不启用对焦记忆开关 0-不启用,1-启用
  • 响应示例 {"status": 1,"message": "SUCCESS","error": null,"data":{"resultCode": 0,"recordInfos":{"total": 0,"indexRange":{"fromIndex": 1,"toIndex": 1000},"reserve": "","recordInfoList":{"recordInfo":[]}}},"timestamp": "2022-06-20T19:44:47.230+0800"}
  • 响应参数 参数 类型 描述 result Object 响应消息体 errorMessage String 错误信息,接口错误时有值,正常调用时为空 stateCode String 响应状态 "0"成功 其他值失败 "100":接口参数为空 "101":设备Id为空 "102":指令类型不存在 "103":指令内容为空 "104":设备Id个数不能超过50 "105":设备Id:xx不正确 "106":指令内容长度超过255 result模板头信息Object对象说明 参数 类型 描述 instructionId Long 指令ID,一次只允许创建一个指令,指令会按照创建顺序依次执行。
  • 响应示例 {"stateCode": "0", "errorMessage": null, "result": { "configId": 18331, "kindName": "测试类别34343", "lastUpdatedBy": 390841, "lastUpdateName": "zdrun-test", "lastUpdateDate": "2022-06-17T09:36:43.535+00:00", "lastUpdateTimestamp": 1655458603535, "adminOrganization": null, "adminOrganizationName": null, "adminOrganizationPath": "", "orgIncludeChild": null, "entityName": "issueConfig", "affectedRows": 1 }}
  • 请求参数 参数 类型 是否必填 描述 mytodoList List 必填 任务列表,一次最多传3条记录 mytodoList列表: 参数 类型 是否必填 描述 todoBusinessType String 是 待办类别(作业待办,审核待办) reviewLevel String 否 当时审批层级 taskTagType String 是 任务标识 taskIdList Long[] 是 任务id列表 reviewerIdList Long[] 否 审批人列表 获取审批人列表API请参见:查询任务执行人或评审人(API名称:queryTaskUserInfoList) assignedUserIdList Long[] 否 执行人列表 获取执行人列表API请参见:查询任务执行人或评审人(API名称:queryTaskUserInfoList)
  • 请求示例 {"deviceId" : "IVS20220520185125035","deviceType" : "IVS1800","deviceName" : "dianli0615","ivsLoginUrl": "10.91.172.64:18531","ivsLoginAccount" : "dianli0615","buOrgId" : 830,"buOrgName" : "杨凌作业系统测试","projectNumber" : "","projectName" : ""}
  • 请求参数 参数 类型 是否必填 描述 deviceType String 是 设备类型 deviceName String 是 设备名称 ivsLoginUrl String 是 设备登陆url ivsLoginAccount String 是 设备登陆用户名 ivsLoginPsw String 是 设备登陆密码 buOrgId Long 是 组织Id buOrgName String 是 组织名称 projectNumber String 否 项目编码 projectName String 否 项目名称
  • 响应示例 { "status" : 1, "message" : "SUCCESS", "error" : null, "data" : [{ "groupId" : 113117, "groupName" : "Test群组" }, { "groupId" : 100000, "groupName" : "默认群组" } ], "timestamp" : "2022-09-06T17:39:33.270+0800"}
共100000条
提示

您即将访问非华为云网站,请注意账号财产安全