The current limitations of the REST API implementation are as follows:
- No API client is available for REST. BlueCat api.jar/API.pm files do not support REST APIs.
- Get related APIs with no matching input will return a sparsely populated object.
- REST API session timeout can be configured only through server.properties. The Address Manager server needs to be restarted to reflect the new timeout configuration.
- REST API methods that require the body for the API call should be formed correctly by a client. If the body is formed incorrectly, the server will give you an error.