Skip to content

Commit

Permalink
FISH-1287 Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Ondro Mihalyi <[email protected]>
  • Loading branch information
Ondrej Mihalyi authored and Pandrex247 committed Apr 23, 2021
1 parent 6e9e501 commit 7f71020
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ public static List<String> getStandaloneInstances(){
List<String> result = new ArrayList<>();
String endpoint = GuiUtil.getSessionValue("REST_URL") + "/list-instances" ;
Map<String, Object> attrsMap = new HashMap<>();
attrsMap.put("standaloneonly", "true"); attrsMap.put("nostatus", "true");
attrsMap.put("standaloneonly", "true");
attrsMap.put("nostatus", "true");
try{
Map<String, Object> responseMap = RestUtil.restRequest( endpoint , attrsMap, "get" , null, false);
Map<?, ?> dataMap = (Map<?, ?>) responseMap.get("data");
Expand Down

0 comments on commit 7f71020

Please sign in to comment.