Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

setResourceParams cant deserialize JSON input

Answered

Comments

1 comment

  • Official comment
    Tagir Gadelshin
    • Network Optix team

    Hi, @...
    You've got to put your json in square brackets like this:

    [
      {
        "value": "string",
        "name": "string",
        "resourceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
      }
    ]

    I know it is not reflected in API documentation, but it is also another bug, that we will need to fix there. 

    Let me know if this will work for you.

Please sign in to leave a comment.