kibana/api_docs/stack_alerts.json
Stacey Gammon 87a5b22626
API DOCS Step 3/3 (#92929)
* update api_docs from gitignore

* api doc files

* Update api_welcome.mdx

* Pretty print json

* Add new lines and extra frontmatter to warn github viewers

* update api_docs with new lines and frontmatter

* Remove all apis tagged @internal and add tests

* Update docs with all internal APIs removed

* fix typescript error in test fixtures

* Update core.json

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-02 22:02:17 -05:00

97 lines
2.5 KiB
JSON

{
"id": "stackAlerts",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [
{
"tags": [],
"id": "def-server.ID",
"type": "string",
"label": "ID",
"description": [],
"source": {
"path": "x-pack/plugins/stack_alerts/server/alert_types/index_threshold/alert_type.ts",
"lineNumber": 20,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/stack_alerts/server/alert_types/index_threshold/alert_type.ts#L20"
},
"signature": [
"\".index-threshold\""
],
"initialIsOpen": false
}
],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [
{
"tags": [],
"id": "def-common.STACK_ALERTS_FEATURE_ID",
"type": "string",
"label": "STACK_ALERTS_FEATURE_ID",
"description": [],
"source": {
"path": "x-pack/plugins/stack_alerts/common/index.ts",
"lineNumber": 9,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/stack_alerts/common/index.ts#L9"
},
"signature": [
"\"stackAlerts\""
],
"initialIsOpen": false
},
{
"id": "def-common.Config",
"type": "Type",
"label": "Config",
"tags": [],
"description": [],
"source": {
"path": "x-pack/plugins/stack_alerts/common/config.ts",
"lineNumber": 14,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/stack_alerts/common/config.ts#L14"
},
"signature": [
"{ readonly enabled: boolean; }"
],
"initialIsOpen": false
}
],
"objects": [
{
"tags": [],
"id": "def-common.configSchema",
"type": "Object",
"label": "configSchema",
"description": [],
"source": {
"path": "x-pack/plugins/stack_alerts/common/config.ts",
"lineNumber": 10,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/stack_alerts/common/config.ts#L10"
},
"signature": [
"ObjectType",
"<{ enabled: ",
"Type",
"<boolean>; }>"
],
"initialIsOpen": false
}
]
}
}