Skip to main content
Splunk® Enterprise

REST API Reference Manual

Splunk® Enterprise
8.2.6
Splunk Enterprise version 8.2 is no longer supported as of September 30, 2023. See the Splunk Software Support Policy for details. For information about upgrading to a supported version, see How to upgrade Splunk Enterprise.
This documentation does not apply to the most recent version of Splunk® Enterprise. For documentation on the most recent version, go to the latest release.

Application endpoint descriptions

Manage applications.

Usage details

Review ACL information for an endpoint

To check Access Control List (ACL) properties for an endpoint, append /acl to the path. For more information see Access Control List in the REST API User Manual.

Authentication and Authorization

Username and password authentication is required for access to endpoints and REST operations.

Splunk users must have role and/or capability-based authorization to use REST endpoints. Users with an administrative role, such as admin, can access authorization information in Splunk Web. To view the roles assigned to a user, select Settings > Access controls and click Users. To determine the capabilities assigned to a role, select Settings > Access controls and click Roles.

App and user context

Typically, knowledge objects, such as saved searches or event types, have an app/user context that is the namespace. For more information about specifying a namespace, see Namespace in the REST API User Manual.

Splunk Cloud Platform limitations

As a Splunk Cloud Platform user, you are restricted to interacting with the search tier only with the REST API. Application endpoints are generally not accessible in Splunk Cloud Platform.

Authorized users can access and configure applications in the Splunk Cloud Platform user interface.

See Access requirements and limitations for the Splunk Cloud Platform REST API in the the REST API Tutorials manual for more information.


apps/apptemplates

https://<host>:<port>/services/apps/apptemplates


List installed app templates. You can use an app template as the template parameter in a POST to /services/apps/local.

For additional information, see apps/local.


GET

Expand

List installed app templates.


apps/apptemplates/{name}

https://<host>:<port>/services/apps/apptemplates/{name}


Get the {name} app template descriptor.

For additional information, see apps/apptemplates.


GET

Expand

Get the {name} app template descriptor.


apps/local

https://<host>:<port>/services/apps/local


Create an app or list installed apps and properties.

The capabilities that this endpoint requires change based on the enable_install_apps setting in limits.conf. If this setting is true, the install_apps and edit_local_apps settings are required. If this setting is false, the admin_all_objects capability is required. By default, this setting value is false but you can change it on your system to improve security.

GET

Expand

List installed apps and properties.


POST

Expand

Create an app.


apps/local/{name}

https://<host>:<port>/services/apps/local/{name}


Manage {name} app. For additional information, see "Uninstall an app" in the Admin Manual.


DELETE

Expand

Delete the {name} app.


GET

Expand

List information about the {name} app.


POST

Expand

Update the {name} app properties. Append /enable or /disable to enable or disable the app. See Enable and disable endpoint for more information.


apps/local/{name}/package

https://<host>:<port>/services/apps/local/{name}/package

Archive the {name} app as a .spl file in the $SPLUNK_HOME/etc/system/static/app-packages directory.


GET

Expand

Archive the {name}.spl app.


apps/local/{name}/setup

https://<host>:<port>/services/apps/local/{name}/setup

Get the {name} app setup information.


GET

Expand

Get setup information for the {name} app.


apps/local/{name}/update

https://<host>:<port>/services/apps/local/{name}/update


Get eai:acl information for the {name} app.


GET

Expand

Get {name} app eai:acl information.


Last modified on 12 October, 2021
Access endpoint descriptions   Cluster endpoint descriptions

This documentation applies to the following versions of Splunk® Enterprise: 8.1.0, 8.1.1, 8.1.2, 8.1.3, 8.1.4, 8.1.5, 8.1.6, 8.1.7, 8.1.8, 8.1.9, 8.1.10, 8.1.11, 8.1.12, 8.1.13, 8.1.14, 8.2.0, 8.2.1, 8.2.2, 8.2.3, 8.2.4, 8.2.5, 8.2.6, 8.2.7, 8.2.8, 8.2.9, 8.2.10, 8.2.11, 8.2.12


Please expect delayed responses to documentation feedback while the team migrates content to a new system. We value your input and thank you for your patience as we work to provide you with an improved content experience!

Was this topic useful?







You must be logged into splunk.com in order to post comments. Log in now.

Please try to keep this discussion focused on the content covered in this documentation topic. If you have a more general question about Splunk functionality or are experiencing a difficulty with Splunk, consider posting a question to Splunkbase Answers.

0 out of 1000 Characters