kibana/api_docs/remote_clusters.json
Stacey Gammon cecdcc538e
API docs clean up (#93508)
* Fix links to github

* Fix links to github

* Update docs to latest

* Sort, remove unneccessary path info, reduce tags

* Go back to having DocDef create the link to avoid backport conflicts

* update api docs
2021-03-05 20:12:28 -05:00

79 lines
1.8 KiB
JSON

{
"id": "remoteClusters",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"setup": {
"id": "def-public.RemoteClustersPluginSetup",
"type": "Interface",
"label": "RemoteClustersPluginSetup",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.RemoteClustersPluginSetup.isUiEnabled",
"type": "boolean",
"label": "isUiEnabled",
"description": [],
"source": {
"path": "x-pack/plugins/remote_clusters/public/plugin.ts",
"lineNumber": 21
}
}
],
"source": {
"path": "x-pack/plugins/remote_clusters/public/plugin.ts",
"lineNumber": 20
},
"lifecycle": "setup",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": [],
"setup": {
"id": "def-server.RemoteClustersPluginSetup",
"type": "Interface",
"label": "RemoteClustersPluginSetup",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-server.RemoteClustersPluginSetup.isUiEnabled",
"type": "boolean",
"label": "isUiEnabled",
"description": [],
"source": {
"path": "x-pack/plugins/remote_clusters/server/plugin.ts",
"lineNumber": 23
}
}
],
"source": {
"path": "x-pack/plugins/remote_clusters/server/plugin.ts",
"lineNumber": 22
},
"lifecycle": "setup",
"initialIsOpen": true
}
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}