Skip to main content
NetApp Knowledge Base

Search

  • Filter results by:
    • View attachments
    Searching in
    About 1 results
    • https://kb.netapp.com/on-prem/ontap/DM/REST-API/REST_API_KBs/REST_call_fails_with_error_of_Invalid_JSON_input
      Applies to ONTAP 9.13.1P6 REST Issue Performing a CURL from windows results in an "Unexpected character in stream" error Example: curl.exe -X PATCH https://cluster-mgmt/api/storage/luns/UUID -H 'Accep...Applies to ONTAP 9.13.1P6 REST Issue Performing a CURL from windows results in an "Unexpected character in stream" error Example: curl.exe -X PATCH https://cluster-mgmt/api/storage/luns/UUID -H 'Accept: application/hal+json' -d '{ "clone": { "source": { "name": "/vol/volumeA/volumeA_LUNA" } } }' --user admin "error": { "message": "Invalid JSON input. Unexpected character in stream: c around 0:2.", "code": "262199"