kibana/api_docs/stack_alerts.json
Stacey Gammon 6723fa583f
Add packages to our API documentation (#113564)
* Add packages

* Update docs

* Fix test and types

* debug heap size

* remove debug heap line

* updated docs
2021-10-06 17:02:57 -04:00

93 lines
2.2 KiB
JSON

{
"id": "stackAlerts",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [
{
"parentPluginId": "stackAlerts",
"id": "def-server.ID",
"type": "string",
"tags": [],
"label": "ID",
"description": [],
"signature": [
"\".index-threshold\""
],
"path": "x-pack/plugins/stack_alerts/server/alert_types/index_threshold/alert_type.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [
{
"parentPluginId": "stackAlerts",
"id": "def-common.Config",
"type": "Type",
"tags": [],
"label": "Config",
"description": [],
"signature": [
"{}"
],
"path": "x-pack/plugins/stack_alerts/common/config.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "stackAlerts",
"id": "def-common.STACK_ALERTS_FEATURE_ID",
"type": "string",
"tags": [],
"label": "STACK_ALERTS_FEATURE_ID",
"description": [],
"signature": [
"\"stackAlerts\""
],
"path": "x-pack/plugins/stack_alerts/common/index.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"objects": [
{
"parentPluginId": "stackAlerts",
"id": "def-common.configSchema",
"type": "Object",
"tags": [],
"label": "configSchema",
"description": [],
"signature": [
{
"pluginId": "@kbn/config-schema",
"scope": "server",
"docId": "kibKbnConfigSchemaPluginApi",
"section": "def-server.ObjectType",
"text": "ObjectType"
},
"<{}>"
],
"path": "x-pack/plugins/stack_alerts/common/config.ts",
"deprecated": false,
"initialIsOpen": false
}
]
}
}