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

100 lines
2.6 KiB
JSON

{
"id": "indexLifecycleManagement",
"client": {
"classes": [],
"functions": [],
"interfaces": [
{
"id": "def-public.IlmUrlGeneratorState",
"type": "Interface",
"label": "IlmUrlGeneratorState",
"description": [],
"tags": [],
"children": [
{
"tags": [],
"id": "def-public.IlmUrlGeneratorState.page",
"type": "CompoundType",
"label": "page",
"description": [],
"source": {
"path": "x-pack/plugins/index_lifecycle_management/public/url_generator.ts",
"lineNumber": 22
},
"signature": [
"\"policies_list\" | \"policy_edit\" | \"policy_create\""
]
},
{
"tags": [],
"id": "def-public.IlmUrlGeneratorState.policyName",
"type": "string",
"label": "policyName",
"description": [],
"source": {
"path": "x-pack/plugins/index_lifecycle_management/public/url_generator.ts",
"lineNumber": 23
},
"signature": [
"string | undefined"
]
},
{
"tags": [],
"id": "def-public.IlmUrlGeneratorState.absolute",
"type": "CompoundType",
"label": "absolute",
"description": [],
"source": {
"path": "x-pack/plugins/index_lifecycle_management/public/url_generator.ts",
"lineNumber": 24
},
"signature": [
"boolean | undefined"
]
}
],
"source": {
"path": "x-pack/plugins/index_lifecycle_management/public/url_generator.ts",
"lineNumber": 21
},
"initialIsOpen": false
}
],
"enums": [],
"misc": [
{
"tags": [],
"id": "def-public.ILM_URL_GENERATOR_ID",
"type": "string",
"label": "ILM_URL_GENERATOR_ID",
"description": [],
"source": {
"path": "x-pack/plugins/index_lifecycle_management/public/url_generator.ts",
"lineNumber": 19
},
"signature": [
"\"ILM_URL_GENERATOR_ID\""
],
"initialIsOpen": false
}
],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}