kibana/api_docs/uptime.json
Stacey Gammon 503cfcf8c9
Track API stats as part of ci (#95733)
* Track stats and add extra output information

* Update api docs output

* Clean up id names

* update api docs

* Consolidate error messages and fix a bug

* Update docs

* Update get_declaration_nodes_for_plugin.ts

* Fix bug with removeBrokenLinks not being recursive

* Update docs

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-04-15 11:36:10 -04:00

120 lines
2.9 KiB
JSON

{
"id": "uptime",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [
{
"id": "def-server.initServerWithKibana",
"type": "Function",
"children": [
{
"id": "def-server.initServerWithKibana.$1",
"type": "Object",
"label": "server",
"isRequired": true,
"signature": [
"UptimeCoreSetup"
],
"description": [],
"source": {
"path": "x-pack/plugins/uptime/server/kibana.index.ts",
"lineNumber": 28
}
},
{
"id": "def-server.initServerWithKibana.$2",
"type": "Object",
"label": "plugins",
"isRequired": true,
"signature": [
"UptimeCorePlugins"
],
"description": [],
"source": {
"path": "x-pack/plugins/uptime/server/kibana.index.ts",
"lineNumber": 28
}
}
],
"signature": [
"(server: ",
"UptimeCoreSetup",
", plugins: ",
"UptimeCorePlugins",
") => void"
],
"description": [],
"label": "initServerWithKibana",
"source": {
"path": "x-pack/plugins/uptime/server/kibana.index.ts",
"lineNumber": 28
},
"tags": [],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [
{
"id": "def-server.KibanaServer",
"type": "Interface",
"label": "KibanaServer",
"signature": [
{
"pluginId": "uptime",
"scope": "server",
"docId": "kibUptimePluginApi",
"section": "def-server.KibanaServer",
"text": "KibanaServer"
},
" extends ",
"Server"
],
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.KibanaServer.route",
"type": "Function",
"label": "route",
"description": [],
"source": {
"path": "x-pack/plugins/uptime/server/kibana.index.ts",
"lineNumber": 25
},
"signature": [
"(options: ",
"KibanaRouteOptions",
") => void"
]
}
],
"source": {
"path": "x-pack/plugins/uptime/server/kibana.index.ts",
"lineNumber": 24
},
"initialIsOpen": false
}
],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}