Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The MCM-9000 software is delivered on a USB Flash disk (DoK). Besides, Online and Offline Software Upgrade, it is possible to do software upgrade upgrades through API.

To perform a Software upgrade along with a License and Firmware update through API, follow the below steps:

...

Under the body section on the POSTMAN, insert the KEY as data (File), upload the MCM file to upgrade under the VALUE field as shown below, and click Send.

...

...

Response

Code Block
languagejson
{
    "Task": {
        "id": 773281,
        "device_id": 9898,
        "type": "Software Ingest",
        "type_id": 23,
        "mode": "Starting",
        "mode_id": 1,
        "status": null,
        "description": null,
        "total": 0,
        "completed": 0,
        "time_remained": 0,
        "modified": "1706159122746"
    }
}

3. To choose the next boot image from the dropdown use the GET API call.

...