1. 知识库
  2. 作业同步

作业同步

同步 RIP 中的活动作业列表

网址:

发布 http://api.aurelon.com/api/v2/job/sync

请求标头:

内容类型:应用程序/json
HardwareHash:见认证
序列号:见认证
应用程序版本:请参阅身份验证

请求正文:

JSON 对象包含:

  • ComputerGUID – 必需 – 计算机 GUID
  • JobsList – 必需 – RIP 上的活动 JobGUID 数组

回复:

包含操作结果的内容类型 application/json。

成功:

200 OK : “作业状态同步成功”

错误:

  • 401 Unauthorized : {“Message”:”Message”:”Invalid HardwareHash”}
  • 404 Not Found : {“Message”:”ComputerGUID is not found”}
  • 415 不支持的媒体类型: {“消息”:“预期类型:应用程序/json”}
  • 401 Unauthorized : {“Message”:”HardwareHash”, “SerialNumber” and “ApplicationVersion” header are required”}
  • 400 错误请求: {“Message”:””ComputerGUID” value required”}
  • 400 错误请求: {“Message”:””JobsList” value required”}
  • 500 内部服务器错误: {“消息”:“内部服务器错误”}
Updated on 5月 10, 2022

Was this article helpful?