• Check the feasibilty on the ucmdb

    Hi, We would like to understand if the requirement below can be accomplished in UCMDB, either through the REST API or by using built-in conditions. We have created a query to list all CI results. If the query returns zero results, we want UCMDB to…
  • I get a HTTP 405 Method Not Allowed error when using rest-api/topology/queryNameWithParameters endpoint.

    I have two different uCMDB instances that are configured the same, including permissions, as far as I can tell. When I do a query on one it works as expected. I perform the same query on the other instance and I get the HTTP 405 method not allowed error…
  • UCMDB Rest API put Date time

    Hi. What is format string for datetime attribute in json ? I've tried different iso strings (yyyy-MM-ddTHH:mm:ssZ, yyyy-MM-ddTHH:mm:ss+00:00, yyyy-MM-ddTHH:mm, yyyy-MM-ddTHH:mm:ss) and epoch time (in seconds and in milliseconds). Server returns error…
  • Use the REST api with a non-admin user

    Hi, can you setup the uCMDB REST-api to use a local user, but not the admin user? I don't want to share the admin user credentials with someone using our REST-api. When trying to connect with the non-admin user, I'm getting "HTTP 401 Unauthorized. Please…
  • REST API for /changeReports/generate/whitelist not using the viewName

    API for this endpoint doesn't seem to use the view output, but rather the view output plus some related CIs. Is that the desired output? If so, it's not complete by any stretch. My expectation would have been just the CIs outputed from the view. In this…
  • I have an issue while invoking rest api authenticate to generate token from rest client.

    I have an issue while trying to authenticate uCMDB through REST api reference that's provided by uCMDB to generate a token and to use that further to make REST calls so that client can get required CI Information. I could not generate token by doing a…
  • REST API for Classmodellservice

    Hi experts! In the past we used the ucmdb-api jar to make integrations witz ucmdb. New customer needs to use REST API only. For query CI instances (view/query based) this works was retty well. But we also need to query Classmodellservice to get CIT definitions…