Introduction

UCMDB Server 10.10 and higher versions support REST APIs that allow you to perform topology modification and topology query related operations.

Starting with version 10.33, REST APIs can also operate based on global-ids. The request JSON of API methods now has a switch to determine whether the request contains UCMDB IDs or global IDs. If the request contains global IDs, they would be automatically converted to UCMDB IDs internally.

That is to say, as a UCMDB user, you can now query the UCMDB IDs or global IDs directly, and the response time is improved (faster) compared to the previous version.