kibana/api_docs/index_lifecycle_management.json
Stacey Gammon 7ff28959b1
Update api docs (#103310)
* Update api docs

* update api docs after merge from master
2021-06-29 12:29:58 -04:00

111 lines
3 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 ",
{
"pluginId": "kibanaUtils",
"scope": "common",
"docId": "kibKibanaUtilsPluginApi",
"section": "def-common.SerializableState",
"text": "SerializableState"
}
],
"source": {
"path": "x-pack/plugins/index_lifecycle_management/public/locator.ts",
"lineNumber": 20
},
"deprecated": false,
"children": [
{
"parentPluginId": "indexLifecycleManagement",
"id": "def-public.IlmLocatorParams.page",
"type": "CompoundType",
"tags": [],
"label": "page",
"description": [],
"signature": [
"\"policies_list\" | \"policy_edit\" | \"policy_create\""
],
"source": {
"path": "x-pack/plugins/index_lifecycle_management/public/locator.ts",
"lineNumber": 21
},
"deprecated": false
},
{
"parentPluginId": "indexLifecycleManagement",
"id": "def-public.IlmLocatorParams.policyName",
"type": "string",
"tags": [],
"label": "policyName",
"description": [],
"signature": [
"string | undefined"
],
"source": {
"path": "x-pack/plugins/index_lifecycle_management/public/locator.ts",
"lineNumber": 22
},
"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\""
],
"source": {
"path": "x-pack/plugins/index_lifecycle_management/public/locator.ts",
"lineNumber": 18
},
"deprecated": false,
"initialIsOpen": false
}
],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}