kibana/api_docs/remote_clusters.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

75 lines
1.9 KiB
JSON

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