Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: update asms url

...

Code Block
languagejs
{
  "app-catalog-cloud": {
    "url": "http://rdkm-asms-apiexternal-18521298991156877020.eu-central-1.elb.amazonaws.com:8080/apps",
    "firmwareVersions": [
      {
        "platform": "rpi4",
        "ver": "1.0.0-e71889dc02521bfdc2f9f38f750b34224184c375-dbg"
      }
    ]
  }
}

...

Code Block
languagejs
{
  "app-catalog-cloud": {
    "url": "http://rdkm-asms-apiexternal-18521298991156877020.eu-central-1.elb.amazonaws.com:8080/apps",
    "firmwareVersions": [
      {
        "platform": "rpi3",
        "ver": "1.0.0-f4b0603d7d93dfa10ed932ddb0f324d334bc40f9-dbg"
      }
    ]
  }
}

...

This is the more difficult and manual way to add DAC apps. You can access the swagger UI here: http://rdkm-asms-apiexternal-18521298991156877020.eu-central-1.elb.amazonaws.com:8080/swagger-ui/index.html?configUrl=/v3/api-docs/swagger-config

You can use the POST /maintainers/{maintainerCode/apps RPC call to add an ASMS dac app. dactest.py uses "rdk" as maintainerCode. You will need to provide a POST body with the required contents.

...