Issue with NBI APIs in cnMaestro On-Premises Version – 2.1.0

Hi,

In cnMaestro version 2.1.0, for few APIs response format inadvertently got changed to below and we are going to revert this in upcoming patch release:

{

  "data": {

    "paging": {

      "total": 0,

      "limit": 100,

      "offset": 0

    },

    "data": []

  }

}

Expected Format is:

{

    "paging": {

      "total": 0,

      "limit": 100,

      "offset": 0

    },

    "data": []

}

We are aggressively working on patch release – 2.1.1 to accommodate this fix and same will be released shortly.

Thanks,

Ajay

6 Likes