Question about using the Kace REST API to add License Asset records
Hi - I'm trying to add (POST) License records into our Kace appliance using REST APIs. I've setup a test using POSTMAN and I have everything working except when I try to add the reference to the Software Catalog Software Name. The body for my REST call is shown below. If you remove the section hi-lighted in yellow and the preceding comma my REST call works and it adds the License record.
When I try to add the record with the reference to the software catalog ID APP1275833 for field 10000 it fails. The error message I get is as follows:
{
"errorCode": -1,
"errorDescription": "Unexpected field field_10000"
}
Could this be a bug because field id 10000 is the ID for the field name Applies to Cataloged Software in License asset (Asset Type 7)
I’ve also looked at the Kace API reference and can’t find any examples related to making REST calls to POST License data.
Can anyone provide some help?
}
Answers (1)
Log a support ticket, it could be a glitch in the API for that version, what you are trying to do is not unreasonable or standard, so get supports view
Comments:
-
Thanks I agree and I did open a support ticket. In addition I also ran into issues when using the Asset Import utility. If I remove the Software Catalog selection when mapping data for import it works, when I select it it fails. We're running Kace version 10.1.99 has anyone else experienced the same? - geisenhuth 4 years ago