- The BlueCat Address Manager vRO Plugin v8.9.0-9.5.0 is only
compatible with Address Manager v9.5.0. You cannot use the BlueCat Address Manager vRO
Plugin v8.9.0-9.5.0 with Address Manager v9.4.0 or
earlier.
- Currently, the byte[] parameter type is not supported. The Java engine always transforms the byte[] parameter into NativeArray. As a result, the following three API methods are not supported:
- public long addTFTPFile(long parentId, java.lang.String name, java.lang.String version, byte[] data, java.lang.String properties) throws java.rmi.RemoteException.
- public byte[] updateBulkUdf(byte[] data, java.lang.String properties) throws java.rmi.RemoteException.
- public void uploadResponsePolicyItems(long parentId, byte[] data) throws java.rmi.RemoteException.
- The
null
parameter is not supported. Parameters that are null
must be replaced by an empty string (""
).