connectors
Run a connector
Spaces method and path for this operation:
<div><span class="operation-verb post">post</span> <span class="operation-path">/s/{space_id}/api/actions/connector/{id}/_execute</span></div>Refer to Spaces for more information.
You can use this API to test an action that involves interaction with Kibana services or integrations with third-party systems.
post/api/actions/connector/{id}/_execute
Path parameters
idstring required
An identifier for the connector.
Headers
kbn-xsrfstring required
Example:true
A required header to protect against CSRF attacks
Request body
Example request
{
"params": {
"class": "cpu load",
"component": "eth0",
"group": "app-stack"
}
}Response
Indicates a successful call.