Package | Description |
---|---|
com.splunk |
Modifier and Type | Method and Description |
---|---|
ResponseMessage |
HttpService.delete(String path)
Issues a DELETE request against the service using a given path.
|
ResponseMessage |
HttpService.delete(String path,
Map<String,Object> args)
Issues a DELETE request against the service using a given path
and query arguments.
|
ResponseMessage |
HttpService.get(String path)
Issues an HTTP GET request against the service using a given path.
|
ResponseMessage |
HttpService.get(String path,
Map<String,Object> args)
Issues an HTTP GET request against the service using a given path and
query arguments.
|
ResponseMessage |
ResourceCollection.list()
Issues an HTTP request to list the contents of the collection resource.
|
ResponseMessage |
JobCollection.list()
Returns the job's response.
|
ResponseMessage |
Service.parse(String query)
Parses a search query and returns a semantic map for the search in JSON
format.
|
ResponseMessage |
Service.parse(String query,
Map args)
Parses a search query with additional arguments and returns a semantic
map for the search in JSON format.
|
ResponseMessage |
HttpService.post(String path)
Issues a POST request against the service using a given path.
|
ResponseMessage |
HttpService.post(String path,
Map<String,Object> args)
Issues a POST request against the service using a given path and
form arguments.
|
ResponseMessage |
Service.restart()
Restarts the service.
|
ResponseMessage |
Service.send(String path,
RequestMessage request)
Issues an HTTP request against the service using a request path and
message.
|
ResponseMessage |
HttpService.send(String path,
RequestMessage request)
Issue an HTTP request against the service using a given path and
request message.
|
Copyright © 2022 Splunk, Inc.. All rights reserved.