Modifier and Type | Method and Description |
---|---|
protected String |
actionPath(String action)
Displays the action path.
|
void |
disable()
Not supported for this endpoint.
|
void |
enable()
Not supported for this endpoint.
|
String[] |
getServerClasses()
Returns the list of server classes.
|
String |
getTargetUri()
Returns the target URI of the deployment server for this deployment
client.
|
void |
reload()
Reloads the deployment client from the configuration file.
|
void |
setDisabled(boolean disabled)
Sets whether to enable or disable the deployment client.
|
void |
setTargetUri(String targetUri)
Sets the deployment server's target URI for this deployment client.
|
clear, containsKey, containsValue, entrySet, get, getContent, getMetadata, isDisabled, isEmpty, isNameChangeAllowed, keySet, put, putAll, refresh, remove, remove, size, update, update, validate, values
getName, getPath, getService, getTitle, getUpdated, invalidate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
protected String actionPath(String action)
actionPath
in class Entity
action
- The requested action.public String[] getServerClasses()
null
if not specified.public String getTargetUri()
null
if not specified.public void reload()
public void setDisabled(boolean disabled)
Note: Using this method requires you to restart Splunk before this
setting takes effect. To avoid restarting Splunk, use the
Entity.disable
and Entity.enable
methods instead, which
take effect immediately.
disabled
- true
to disable the deployment client,
false
to enable it.Entity.disable()
,
Entity.enable()
public void setTargetUri(String targetUri)
targetUri
- The target URI of the deployment server.Copyright © 2022 Splunk, Inc.. All rights reserved.