No elements in API request in Java using ONTAP API 8.2.2 and NMSDK 5.3 jar versions.
new ApiRunner(ApiTarget.builder().withHost(host).withUserName(user). withPassword(pwd).withTargetType(TargetType.FILER).useProtocol(protocoll).build());
and protocol is either Protocol.INSECURE_HTTPS (or) Protocol.HTTP. Which to use between these three.
Suggest us in this regard. Thank You.