kibana/api_docs/stack_alerts.json
Stacey Gammon 81fd64c838
Remove line numbers from the json files (#107158)
* Stop tracking line numbers

* Updated api docs

* Fix type error and update tests

* wrap label in encodeURIComponent for the links

* Update docs after encodeUriComponent change
2021-08-02 12:57:22 -04:00

89 lines
2.1 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": [
"{ readonly enabled: boolean; }"
],
"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": [
"ObjectType",
"<{ enabled: ",
"Type",
"<boolean>; }>"
],
"path": "x-pack/plugins/stack_alerts/common/config.ts",
"deprecated": false,
"initialIsOpen": false
}
]
}
}