kibana/api_docs/index_lifecycle_management.json
Stacey Gammon e097adbb6a
API Doc Fixes (#109685)
* Fixes

- Fix bad formatting of deprecated apis by plugin
- Collect deprecated apis recursively
- Include unreferenced apis in Deprecated apis by API page.

* Fix unreferenced dep list

* check in updated docs

* Fix the issue with saved objects management plugin docs not being included

* adding the new docs after fixing some docs missing

* update api docs
2021-08-24 13:42:23 -04:00

93 lines
2.5 KiB
JSON

{
"id": "indexLifecycleManagement",
"client": {
"classes": [],
"functions": [],
"interfaces": [
{
"parentPluginId": "indexLifecycleManagement",
"id": "def-public.IlmLocatorParams",
"type": "Interface",
"tags": [],
"label": "IlmLocatorParams",
"description": [],
"signature": [
{
"pluginId": "indexLifecycleManagement",
"scope": "public",
"docId": "kibIndexLifecycleManagementPluginApi",
"section": "def-public.IlmLocatorParams",
"text": "IlmLocatorParams"
},
" extends ",
"SerializableRecord"
],
"path": "x-pack/plugins/index_lifecycle_management/public/locator.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "indexLifecycleManagement",
"id": "def-public.IlmLocatorParams.page",
"type": "CompoundType",
"tags": [],
"label": "page",
"description": [],
"signature": [
"\"policies_list\" | \"policy_edit\" | \"policy_create\""
],
"path": "x-pack/plugins/index_lifecycle_management/public/locator.ts",
"deprecated": false
},
{
"parentPluginId": "indexLifecycleManagement",
"id": "def-public.IlmLocatorParams.policyName",
"type": "string",
"tags": [],
"label": "policyName",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/index_lifecycle_management/public/locator.ts",
"deprecated": false
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [
{
"parentPluginId": "indexLifecycleManagement",
"id": "def-public.ILM_LOCATOR_ID",
"type": "string",
"tags": [],
"label": "ILM_LOCATOR_ID",
"description": [],
"signature": [
"\"ILM_LOCATOR_ID\""
],
"path": "x-pack/plugins/index_lifecycle_management/public/locator.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}