kibana/api_docs/serverless.mdx

46 lines
1.3 KiB
Text

---
####
#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
#### Reach out in #docs-engineering for more info.
####
id: kibServerlessPluginApi
slug: /kibana-dev-docs/api/serverless
title: "serverless"
image: https://source.unsplash.com/400x175/?github
description: API docs for the serverless plugin
date: 2025-04-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverless']
---
import serverlessObj from './serverless.devdocs.json';
The core Serverless plugin, providing APIs to Serverless Project plugins.
Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 23 | 0 | 23 | 0 |
## Client
### Setup
<DocDefinitionList data={[serverlessObj.client.setup]}/>
### Start
<DocDefinitionList data={[serverlessObj.client.start]}/>
## Server
### Setup
<DocDefinitionList data={[serverlessObj.server.setup]}/>
### Start
<DocDefinitionList data={[serverlessObj.server.start]}/>
## Common
### Consts, variables and types
<DocDefinitionList data={serverlessObj.common.misc}/>