Hi, hope anyone can help, first time using the IPAM API. Trying to test the ChangeIPStatus verb using Postman, please see details below:
POST localhost:17778/.../ChangeIPStatus
Content-Type:application/json
User-Agent:curl/7.20.0 (i386-pc-win32) libcurl/7.20.0 OpenSSL/0.9.8l zlib/1.2.3
Accept:*/*
Content-Length:27
..and on the body, I put:
[
"10.72.32.6",
"Reserved"
]
But I get a status 500 saying "Unexpected end of file. Following elements are not closed: item, root."
What could I be missing here? Thanks in advance.
Paulo