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

83 lines
2.3 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,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/remote_clusters/public/plugin.ts#L21"
}
}
],
"source": {
"path": "x-pack/plugins/remote_clusters/public/plugin.ts",
"lineNumber": 20,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/remote_clusters/public/plugin.ts#L20"
},
"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,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/remote_clusters/server/plugin.ts#L23"
}
}
],
"source": {
"path": "x-pack/plugins/remote_clusters/server/plugin.ts",
"lineNumber": 22,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/remote_clusters/server/plugin.ts#L22"
},
"lifecycle": "setup",
"initialIsOpen": true
}
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}