Skip to content

Commit

Permalink
Removed new features not implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
cadox8 committed Jun 27, 2020
1 parent ebb2b0d commit e82afc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/actions/get_alerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public class Xen {
public static void main(String... args) {
final XenAPI api = new XenAPI("e65ef8da-ca6a-437c-ab8b-4b2e9e86cd10", "http://localhost/forum");

final Request r = RequestBuilder.newRequest(RequestType.GET_ALERTS).addParam(RequestParam.VALUE_STRING, "cadox8").addParam(RequestParam.TYPE_STRING, "fetchAll").addParam(RequestParam.HASH, "cadox8:JDJhJDEwJEd4U2xRQUNNTVJnTzFOM282anZYd08wRk1DTC52NFJtYWtDVHZaNHo1SUZvR0hzUVpLTkU2").createRequest();
final Request r = RequestBuilder.newRequest(RequestType.GET_ALERTS).addParam(RequestParam.VALUE_STRING, "cadox8").addParam(RequestParam.TYPE_STRING, "fetchAll").createRequest();

api.getReply(r, (Callback<AlertsReply>) (failCause, result) -> {
try {
Expand Down

0 comments on commit e82afc7

Please sign in to comment.