application/vnd.star.starconfiguration

The “application/vnd.star.starconfiguration” media type is JSON format data followed Star Configuration Format specification.
Please refer to this link for the specification details.

Supported Device FW Version:

Device Name

FW Version

mC-Print2/3

V3.5 or later

TSP100IV

V1.0 or later

mC-Label3

V1.0 or later

IFBD-HI01X/HI02X

n/a

The “application/vnd.star.starconfiguration” job is notified by a POST response from the server in the same way as other media type jobs, and is retrieved by the printer with a GET response.
The printer analyzes the data followed Star Configuration Format specification contained in the retrieved job, executes the internal update process of the printer, and notifies the server of the execution result by a DELETE request.
An example of a POST/GET response from the server and an example of a DELETE request from the printer are shown below.

Example of POST response from Server to Printer

Example of POST response from server:

{
    "jobReady": "true",
    "mediaTypes": ["application/vnd.star.starconfiguration"]
}

Example of GET response from Server to Printer

Example of GET response from server:
[GET response header]
Content-Type: application/vnd.star.starconfiguration
Content-Length: [The size of contents]
[GET response body]
Please refer to Star Configuration Format Specification for details on data structure.
{
    "title": "star_configuration",
    ...
}

Example of DELETE request from Server to Printer

Example of DELETE request from printer:
Please refer to Print job confirmation (DELETE) request for details on the result of execution.
https://[cloudprntURL]?mac=<MAC address>&code=200%20OK&firmware=success&skip=0&error=0