newrelic / nr1-pathpoint

Pathpoint is an enterprise platform tracker that models system health in relation to actual user-impacting business stages.
Apache License 2.0
8 stars 19 forks source link

Pathpoint JSON Import Issue #84

Open shayansaha85 opened 6 months ago

shayansaha85 commented 6 months ago

Hi, I created a Pathpoint for an application and took JSON backup, and now if I try to re-import the JSON to revert back to my previous version, I am getting error in the "dashboard_url" key saying the position '0' can have string or boolean.

My dashboard_url key looks like below :

{
"dashboard_url" : {
         "nickName" : "",
         "link" : "https://onenr.io/abcdef"
     }
}

Can you please guide?