public class ScanConfiguration extends Base
| Constructor and Description |
|---|
ScanConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
getConfigNames(String restUrl,
String authToken) |
static org.json.JSONObject |
getConfigs(String restUrl,
String authToken) |
static org.json.JSONObject |
saveConfig(String restUrl,
String authToken,
String name,
String str_url,
String engineGroupId) |
public static org.json.JSONObject getConfigs(String restUrl, String authToken)
restUrl - end point to retrieve configs fromauthToken - authorization token required to access the restUrlpublic static String[] getConfigNames(String restUrl, String authToken)
restUrl - authToken - public static org.json.JSONObject saveConfig(String restUrl, String authToken, String name, String str_url, String engineGroupId)
restUrl - authToken - name - str_url - engineGroupId - MalformedURLExceptionCopyright © 2016–2020. All rights reserved.