1. ホーム
  2. ナレッジベース
  3. ジョブステータス取得

ジョブステータス取得

ジョブステータス情報の取得

のURLです。

GET http://api.aurelon.com/api/v2/job/{JobGUID}/status

リクエストヘッダ。

MisKey : 認証を参照。
HardwareHash : 認証を参照
SerialNumber : 認証を参照
ApplicationVersion : Authenticationを参照。

対応する。

JobGUID で指定されたジョブの情報を返します。

成功です。

200 OK : ジョブ情報を返す

{
    "Info": {
        "DeviceGUID": "9B5A192A-272f-11e6-853c-793ef2c92c66",
        "DeviceName": "PDF CMYK A3+",
        "QueueGUID": null,
        "QueueName": null,
        "Job": "Ducky",
        "Status": "Completed",
        "User": "a.f.d",
        "Pages": 1,
        "Copies": 1,
        "Size": "9.0 MB",
        "Message": "",
        "PrintMode": "16pt_C1S > CMYK_GRACoL_600x600",
        "PrinterProfile": "Standard",
        "DriverSettings": "X_resolution=DPI=600, \r\nY_resolution=,600 , \r\nInkSet=INK=CMYK ",
        "Preview": "https://hub-datacollection./jobs/3dfd53fd-2d6b-11e6-853c-793ef2c92c66/00e2b84a-295e-11e6-853c-793ef2c92c66_thumbnail.png"
    },
    "Documents": ["Ducky.tif", "Sticker.tif", "Tutti-Frutti-9.jpg"],
    "Time": {
        "ProcessingTime": "00:00:28",
        "PrintingOrCuttingTime": "00:00:06"
    },
    "Journal": [{
        "Date": "2016-06-03T07:37:46Z",
        "Duration": "00:00:06",
        "Process": "Spooler",
        "Message": null
    }, {
        "Date": "2016-06-03T07:37:22Z",
        "Duration": "00:00:28",
        "Process": "RIP",
        "Message": null
    }],
    "Inks": [{
        "Name": "Cyan",
        "ConsumedInk": null,
        "Cost": null
    }, {
        "Name": "Magenta",
        "ConsumedInk": null,
        "Cost": null
    }, {
        "Name": "Yellow",
        "ConsumedInk": null,
        "Cost": null
    }, {
        "Name": "Black",
        "ConsumedInk": null,
        "Cost": null
    }],
    "Media": {
        "MediaSize": "A3+",
        "MediaType": "16pt_C1S",
        "UsedMediaLength": null,
        "UsedMediaAreaGross": 1.72,
        "Efficiency": 9.7,
        "Cost": null,
        "UsedMediaSheets": "1 pieces",
        "JobMediaPriceListName": null
    },
    "Nest": null
}

エラーです。

  • 401 Unauthorized :{“Message”: “Invalid HardwareHash”}.
  • 401 Unauthorized :{“Message”: “Invalid MisKey”}.
  • 404 Not Found :{“Message”: “JobGUID is not found”}.
  • 401 Unauthorized :{“Message”:””MisKey” または “HardwareHash”, “SerialNumber” および “ApplicationVersion” ヘッダが必要です”}。
  • 500 Internal Server Error :{“Message”: “Internal Server Error”}.
Updated on 5月 10, 2022

Was this article helpful?