diff --git a/output/openapi/elasticsearch-openapi.json b/output/openapi/elasticsearch-openapi.json index 90ab9893f6..bbb0f4c919 100644 --- a/output/openapi/elasticsearch-openapi.json +++ b/output/openapi/elasticsearch-openapi.json @@ -9430,7 +9430,7 @@ "tags": [ "ilm" ], - "summary": "Retrieves a lifecycle policy", + "summary": "Get lifecycle policies", "operationId": "ilm-get-lifecycle", "parameters": [ { @@ -9454,8 +9454,11 @@ "tags": [ "ilm" ], - "summary": "Creates a lifecycle policy", - "description": "If the specified policy exists, the policy is replaced and the policy version is incremented.", + "summary": "Create or update a lifecycle policy", + "description": "If the specified policy exists, it is replaced and the policy version is incremented.\n\nNOTE: Only the latest version of the policy is stored, you cannot revert to previous versions.", + "externalDocs": { + "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-index-lifecycle.html" + }, "operationId": "ilm-put-lifecycle", "parameters": [ { @@ -9522,7 +9525,7 @@ "tags": [ "ilm" ], - "summary": "Deletes the specified lifecycle policy definition", + "summary": "Delete a lifecycle policy", "description": "You cannot delete policies that are currently in use. If the policy is being used to manage any indices, the request fails and returns an error.", "operationId": "ilm-delete-lifecycle", "parameters": [ @@ -9578,8 +9581,8 @@ "tags": [ "ilm" ], - "summary": "Retrieves information about the index’s current lifecycle state, such as the currently executing phase, action, and step", - "description": "Shows when the index entered each one, the definition of the running phase, and information about any failures.", + "summary": "Explain the lifecycle state", + "description": "Get the current lifecycle status for one or more indices.\nFor data streams, the API retrieves the current lifecycle status for the stream's backing indices.\n\nThe response indicates when the index entered each lifecycle state, provides the definition of the running phase, and information about any failures.", "operationId": "ilm-explain-lifecycle", "parameters": [ { @@ -9665,7 +9668,7 @@ "tags": [ "ilm" ], - "summary": "Retrieves a lifecycle policy", + "summary": "Get lifecycle policies", "operationId": "ilm-get-lifecycle-1", "parameters": [ { @@ -9688,7 +9691,8 @@ "tags": [ "ilm" ], - "summary": "Retrieves the current index lifecycle management (ILM) status", + "summary": "Get the ILM status", + "description": "Get the current index lifecycle management status.", "operationId": "ilm-get-status", "responses": { "200": { @@ -9718,8 +9722,11 @@ "tags": [ "ilm" ], - "summary": "Switches the indices, ILM policies, and legacy, composable and component templates from using custom node attributes and\n", - "description": "attribute-based allocation filters to using data tiers, and optionally deletes one legacy index template.+\nUsing node roles enables ILM to automatically move the indices between data tiers.", + "summary": "Migrate to data tiers routing", + "description": "Switch the indices, ILM policies, and legacy, composable, and component templates from using custom node attributes and attribute-based allocation filters to using data tiers.\nOptionally, delete one legacy index template.\nUsing node roles enables ILM to automatically move the indices between data tiers.\n\nMigrating away from custom node attributes routing can be manually performed.\nThis API provides an automated way of performing three out of the four manual steps listed in the migration guide:\n\n1. Stop setting the custom hot attribute on new indices.\n1. Remove custom allocation settings from existing ILM policies.\n1. Replace custom allocation settings from existing indices with the corresponding tier preference.\n\nILM must be stopped before performing the migration.\nUse the stop ILM and get ILM status APIs to wait until the reported operation mode is `STOPPED`.", + "externalDocs": { + "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/migrate-index-allocation-filters.html" + }, "operationId": "ilm-migrate-to-data-tiers", "parameters": [ { @@ -9814,7 +9821,8 @@ "tags": [ "ilm" ], - "summary": "Manually moves an index into the specified step and executes that step", + "summary": "Move to a lifecycle step", + "description": "Manually move an index into a specific step in the lifecycle policy and run that step.\n\nWARNING: This operation can result in the loss of data. Manually moving an index into a specific step runs that step even if it has already been performed. This is a potentially destructive action and this should be considered an expert level API.\n\nYou must specify both the current step and the step to be executed in the body of the request.\nThe request will fail if the current step does not match the step currently running for the index\nThis is to prevent the index from being moved from an unexpected step into the next step.\n\nWhen specifying the target (`next_step`) to which the index will be moved, either the name or both the action and name fields are optional.\nIf only the phase is specified, the index will move to the first step of the first action in the target phase.\nIf the phase and action are specified, the index will move to the first step of the specified action in the specified phase.\nOnly actions specified in the ILM policy are considered valid.\nAn index cannot move to a step that is not part of its policy.", "operationId": "ilm-move-to-step", "parameters": [ { @@ -9870,7 +9878,8 @@ "tags": [ "ilm" ], - "summary": "Removes the assigned lifecycle policy and stops managing the specified index", + "summary": "Remove policies from an index", + "description": "Remove the assigned lifecycle policies from an index or a data stream's backing indices.\nIt also stops managing the indices.", "operationId": "ilm-remove-policy", "parameters": [ { @@ -9920,7 +9929,8 @@ "tags": [ "ilm" ], - "summary": "Retries executing the policy for an index that is in the ERROR step", + "summary": "Retry a policy", + "description": "Retry running the lifecycle policy for an index that is in the ERROR step.\nThe API sets the policy back to the step where the error occurred and runs the step.\nUse the explain lifecycle state API to determine whether an index is in the ERROR step.", "operationId": "ilm-retry", "parameters": [ { @@ -9955,7 +9965,8 @@ "tags": [ "ilm" ], - "summary": "Start the index lifecycle management (ILM) plugin", + "summary": "Start the ILM plugin", + "description": "Start the index lifecycle management plugin if it is currently stopped.\nILM is started automatically when the cluster is formed.\nRestarting ILM is necessary only when it has been stopped using the stop ILM API.", "operationId": "ilm-start", "parameters": [ { @@ -9997,7 +10008,8 @@ "tags": [ "ilm" ], - "summary": "Halts all lifecycle management operations and stops the index lifecycle management (ILM) plugin", + "summary": "Stop the ILM plugin", + "description": "Halt all lifecycle management operations and stop the index lifecycle management plugin.\nThis is useful when you are performing maintenance on the cluster and need to prevent ILM from performing any actions on your indices.\n\nThe API returns as soon as the stop request has been acknowledged, but the plugin might continue to run until in-progress operations complete and the plugin can be safely stopped.\nUse the get ILM status API to check whether ILM is running.", "operationId": "ilm-stop", "parameters": [ { @@ -12185,7 +12197,7 @@ "indices" ], "summary": "Get the status for a data stream lifecycle", - "description": "Retrieves information about an index or data stream’s current data stream lifecycle status, such as time since index creation, time since rollover, the lifecycle configuration managing the index, or any errors encountered during lifecycle execution.", + "description": "Get information about an index or data stream's current data stream lifecycle status, such as time since index creation, time since rollover, the lifecycle configuration managing the index, or any errors encountered during lifecycle execution.", "operationId": "indices-explain-data-lifecycle", "parameters": [ { diff --git a/output/openapi/elasticsearch-serverless-openapi.json b/output/openapi/elasticsearch-serverless-openapi.json index 46afd0b901..6a0e1cf5fa 100644 --- a/output/openapi/elasticsearch-serverless-openapi.json +++ b/output/openapi/elasticsearch-serverless-openapi.json @@ -7010,7 +7010,7 @@ "indices" ], "summary": "Get the status for a data stream lifecycle", - "description": "Retrieves information about an index or data stream’s current data stream lifecycle status, such as time since index creation, time since rollover, the lifecycle configuration managing the index, or any errors encountered during lifecycle execution.", + "description": "Get information about an index or data stream's current data stream lifecycle status, such as time since index creation, time since rollover, the lifecycle configuration managing the index, or any errors encountered during lifecycle execution.", "operationId": "indices-explain-data-lifecycle", "parameters": [ { diff --git a/output/schema/schema.json b/output/schema/schema.json index c9e74c01de..9c75929421 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -5531,7 +5531,7 @@ "stability": "stable" } }, - "description": "Deletes the specified lifecycle policy definition. You cannot delete policies that are currently in use. If the policy is being used to manage any indices, the request fails and returns an error.", + "description": "Delete a lifecycle policy.\nYou cannot delete policies that are currently in use. If the policy is being used to manage any indices, the request fails and returns an error.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-delete-lifecycle.html", "name": "ilm.delete_lifecycle", "privileges": { @@ -5567,7 +5567,7 @@ "stability": "stable" } }, - "description": "Retrieves information about the index’s current lifecycle state, such as the currently executing phase, action, and step. Shows when the index entered each one, the definition of the running phase, and information about any failures.", + "description": "Explain the lifecycle state.\nGet the current lifecycle status for one or more indices.\nFor data streams, the API retrieves the current lifecycle status for the stream's backing indices.\n\nThe response indicates when the index entered each lifecycle state, provides the definition of the running phase, and information about any failures.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-explain-lifecycle.html", "name": "ilm.explain_lifecycle", "privileges": { @@ -5604,7 +5604,7 @@ "stability": "stable" } }, - "description": "Retrieves a lifecycle policy.", + "description": "Get lifecycle policies.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-get-lifecycle.html", "name": "ilm.get_lifecycle", "privileges": { @@ -5647,9 +5647,14 @@ "stability": "stable" } }, - "description": "Retrieves the current index lifecycle management (ILM) status.", + "description": "Get the ILM status.\nGet the current index lifecycle management status.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-get-status.html", "name": "ilm.get_status", + "privileges": { + "cluster": [ + "read_ilm" + ] + }, "request": { "name": "Request", "namespace": "ilm.get_status" @@ -5678,8 +5683,10 @@ "stability": "stable" } }, - "description": "Switches the indices, ILM policies, and legacy, composable and component templates from using custom node attributes and\nattribute-based allocation filters to using data tiers, and optionally deletes one legacy index template.+\nUsing node roles enables ILM to automatically move the indices between data tiers.", + "description": "Migrate to data tiers routing.\nSwitch the indices, ILM policies, and legacy, composable, and component templates from using custom node attributes and attribute-based allocation filters to using data tiers.\nOptionally, delete one legacy index template.\nUsing node roles enables ILM to automatically move the indices between data tiers.\n\nMigrating away from custom node attributes routing can be manually performed.\nThis API provides an automated way of performing three out of the four manual steps listed in the migration guide:\n\n1. Stop setting the custom hot attribute on new indices.\n1. Remove custom allocation settings from existing ILM policies.\n1. Replace custom allocation settings from existing indices with the corresponding tier preference.\n\nILM must be stopped before performing the migration.\nUse the stop ILM and get ILM status APIs to wait until the reported operation mode is `STOPPED`.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-migrate-to-data-tiers.html", + "extDocId": "migrate-index-allocation-filters", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/migrate-index-allocation-filters.html", "name": "ilm.migrate_to_data_tiers", "request": { "name": "Request", @@ -5712,9 +5719,14 @@ "stability": "stable" } }, - "description": "Manually moves an index into the specified step and executes that step.", + "description": "Move to a lifecycle step.\nManually move an index into a specific step in the lifecycle policy and run that step.\n\nWARNING: This operation can result in the loss of data. Manually moving an index into a specific step runs that step even if it has already been performed. This is a potentially destructive action and this should be considered an expert level API.\n\nYou must specify both the current step and the step to be executed in the body of the request.\nThe request will fail if the current step does not match the step currently running for the index\nThis is to prevent the index from being moved from an unexpected step into the next step.\n\nWhen specifying the target (`next_step`) to which the index will be moved, either the name or both the action and name fields are optional.\nIf only the phase is specified, the index will move to the first step of the first action in the target phase.\nIf the phase and action are specified, the index will move to the first step of the specified action in the specified phase.\nOnly actions specified in the ILM policy are considered valid.\nAn index cannot move to a step that is not part of its policy.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-move-to-step.html", "name": "ilm.move_to_step", + "privileges": { + "index": [ + "manage_ilm" + ] + }, "request": { "name": "Request", "namespace": "ilm.move_to_step" @@ -5746,8 +5758,10 @@ "stability": "stable" } }, - "description": "Creates a lifecycle policy. If the specified policy exists, the policy is replaced and the policy version is incremented.", + "description": "Create or update a lifecycle policy.\nIf the specified policy exists, it is replaced and the policy version is incremented.\n\nNOTE: Only the latest version of the policy is stored, you cannot revert to previous versions.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-put-lifecycle.html", + "extDocId": "ilm-index-lifecycle", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/ilm-index-lifecycle.html", "name": "ilm.put_lifecycle", "privileges": { "cluster": [ @@ -5788,9 +5802,14 @@ "stability": "stable" } }, - "description": "Removes the assigned lifecycle policy and stops managing the specified index", + "description": "Remove policies from an index.\nRemove the assigned lifecycle policies from an index or a data stream's backing indices.\nIt also stops managing the indices.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-remove-policy.html", "name": "ilm.remove_policy", + "privileges": { + "index": [ + "manage_ilm" + ] + }, "request": { "name": "Request", "namespace": "ilm.remove_policy" @@ -5819,9 +5838,14 @@ "stability": "stable" } }, - "description": "Retries executing the policy for an index that is in the ERROR step.", + "description": "Retry a policy.\nRetry running the lifecycle policy for an index that is in the ERROR step.\nThe API sets the policy back to the step where the error occurred and runs the step.\nUse the explain lifecycle state API to determine whether an index is in the ERROR step.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-retry-policy.html", "name": "ilm.retry", + "privileges": { + "index": [ + "manage_ilm" + ] + }, "request": { "name": "Request", "namespace": "ilm.retry" @@ -5850,9 +5874,14 @@ "stability": "stable" } }, - "description": "Start the index lifecycle management (ILM) plugin.", + "description": "Start the ILM plugin.\nStart the index lifecycle management plugin if it is currently stopped.\nILM is started automatically when the cluster is formed.\nRestarting ILM is necessary only when it has been stopped using the stop ILM API.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-start.html", "name": "ilm.start", + "privileges": { + "cluster": [ + "manage_ilm" + ] + }, "request": { "name": "Request", "namespace": "ilm.start" @@ -5881,9 +5910,14 @@ "stability": "stable" } }, - "description": "Halts all lifecycle management operations and stops the index lifecycle management (ILM) plugin", + "description": "Stop the ILM plugin.\nHalt all lifecycle management operations and stop the index lifecycle management plugin.\nThis is useful when you are performing maintenance on the cluster and need to prevent ILM from performing any actions on your indices.\n\nThe API returns as soon as the stop request has been acknowledged, but the plugin might continue to run until in-progress operations complete and the plugin can be safely stopped.\nUse the get ILM status API to check whether ILM is running.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-stop.html", "name": "ilm.stop", + "privileges": { + "cluster": [ + "manage_ilm" + ] + }, "request": { "name": "Request", "namespace": "ilm.stop" @@ -6723,7 +6757,7 @@ "stability": "stable" } }, - "description": "Get the status for a data stream lifecycle.\nRetrieves information about an index or data stream’s current data stream lifecycle status, such as time since index creation, time since rollover, the lifecycle configuration managing the index, or any errors encountered during lifecycle execution.", + "description": "Get the status for a data stream lifecycle.\nGet information about an index or data stream's current data stream lifecycle status, such as time since index creation, time since rollover, the lifecycle configuration managing the index, or any errors encountered during lifecycle execution.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/current/data-streams-explain-lifecycle.html", "name": "indices.explain_data_lifecycle", "request": { @@ -121666,7 +121700,7 @@ "body": { "kind": "no_body" }, - "description": "Deletes the specified lifecycle policy definition. You cannot delete policies that are currently in use. If the policy is being used to manage any indices, the request fails and returns an error.", + "description": "Delete a lifecycle policy.\nYou cannot delete policies that are currently in use. If the policy is being used to manage any indices, the request fails and returns an error.", "inherits": { "type": { "name": "RequestBase", @@ -122172,7 +122206,7 @@ "body": { "kind": "no_body" }, - "description": "Retrieves information about the index’s current lifecycle state, such as the currently executing phase, action, and step. Shows when the index entered each one, the definition of the running phase, and information about any failures.", + "description": "Explain the lifecycle state.\nGet the current lifecycle status for one or more indices.\nFor data streams, the API retrieves the current lifecycle status for the stream's backing indices.\n\nThe response indicates when the index entered each lifecycle state, provides the definition of the running phase, and information about any failures.", "inherits": { "type": { "name": "RequestBase", @@ -122249,7 +122283,7 @@ } } ], - "specLocation": "ilm/explain_lifecycle/ExplainLifecycleRequest.ts#L24-L58" + "specLocation": "ilm/explain_lifecycle/ExplainLifecycleRequest.ts#L24-L62" }, { "kind": "response", @@ -122337,7 +122371,7 @@ "body": { "kind": "no_body" }, - "description": "Retrieves a lifecycle policy.", + "description": "Get lifecycle policies.", "inherits": { "type": { "name": "RequestBase", @@ -122430,7 +122464,7 @@ "body": { "kind": "no_body" }, - "description": "Retrieves the current index lifecycle management (ILM) status.", + "description": "Get the ILM status.\nGet the current index lifecycle management status.", "inherits": { "type": { "name": "RequestBase", @@ -122443,7 +122477,7 @@ }, "path": [], "query": [], - "specLocation": "ilm/get_status/GetIlmStatusRequest.ts#L22-L26" + "specLocation": "ilm/get_status/GetIlmStatusRequest.ts#L22-L29" }, { "kind": "response", @@ -122501,7 +122535,7 @@ } ] }, - "description": "Switches the indices, ILM policies, and legacy, composable and component templates from using custom node attributes and\nattribute-based allocation filters to using data tiers, and optionally deletes one legacy index template.+\nUsing node roles enables ILM to automatically move the indices between data tiers.", + "description": "Migrate to data tiers routing.\nSwitch the indices, ILM policies, and legacy, composable, and component templates from using custom node attributes and attribute-based allocation filters to using data tiers.\nOptionally, delete one legacy index template.\nUsing node roles enables ILM to automatically move the indices between data tiers.\n\nMigrating away from custom node attributes routing can be manually performed.\nThis API provides an automated way of performing three out of the four manual steps listed in the migration guide:\n\n1. Stop setting the custom hot attribute on new indices.\n1. Remove custom allocation settings from existing ILM policies.\n1. Replace custom allocation settings from existing indices with the corresponding tier preference.\n\nILM must be stopped before performing the migration.\nUse the stop ILM and get ILM status APIs to wait until the reported operation mode is `STOPPED`.", "inherits": { "type": { "name": "RequestBase", @@ -122528,7 +122562,7 @@ } } ], - "specLocation": "ilm/migrate_to_data_tiers/Request.ts#L22-L43" + "specLocation": "ilm/migrate_to_data_tiers/Request.ts#L22-L54" }, { "kind": "response", @@ -122664,7 +122698,7 @@ } ] }, - "description": "Manually moves an index into the specified step and executes that step.", + "description": "Move to a lifecycle step.\nManually move an index into a specific step in the lifecycle policy and run that step.\n\nWARNING: This operation can result in the loss of data. Manually moving an index into a specific step runs that step even if it has already been performed. This is a potentially destructive action and this should be considered an expert level API.\n\nYou must specify both the current step and the step to be executed in the body of the request.\nThe request will fail if the current step does not match the step currently running for the index\nThis is to prevent the index from being moved from an unexpected step into the next step.\n\nWhen specifying the target (`next_step`) to which the index will be moved, either the name or both the action and name fields are optional.\nIf only the phase is specified, the index will move to the first step of the first action in the target phase.\nIf the phase and action are specified, the index will move to the first step of the specified action in the specified phase.\nOnly actions specified in the ILM policy are considered valid.\nAn index cannot move to a step that is not part of its policy.", "inherits": { "type": { "name": "RequestBase", @@ -122690,7 +122724,7 @@ } ], "query": [], - "specLocation": "ilm/move_to_step/MoveToStepRequest.ts#L24-L36" + "specLocation": "ilm/move_to_step/MoveToStepRequest.ts#L24-L51" }, { "kind": "response", @@ -122774,7 +122808,7 @@ } ] }, - "description": "Creates a lifecycle policy. If the specified policy exists, the policy is replaced and the policy version is incremented.", + "description": "Create or update a lifecycle policy.\nIf the specified policy exists, it is replaced and the policy version is incremented.\n\nNOTE: Only the latest version of the policy is stored, you cannot revert to previous versions.", "inherits": { "type": { "name": "RequestBase", @@ -122828,7 +122862,7 @@ } } ], - "specLocation": "ilm/put_lifecycle/PutLifecycleRequest.ts#L25-L55" + "specLocation": "ilm/put_lifecycle/PutLifecycleRequest.ts#L25-L59" }, { "kind": "response", @@ -122856,7 +122890,7 @@ "body": { "kind": "no_body" }, - "description": "Removes the assigned lifecycle policy and stops managing the specified index", + "description": "Remove policies from an index.\nRemove the assigned lifecycle policies from an index or a data stream's backing indices.\nIt also stops managing the indices.", "inherits": { "type": { "name": "RequestBase", @@ -122882,7 +122916,7 @@ } ], "query": [], - "specLocation": "ilm/remove_policy/RemovePolicyRequest.ts#L23-L31" + "specLocation": "ilm/remove_policy/RemovePolicyRequest.ts#L23-L35" }, { "kind": "response", @@ -122930,7 +122964,7 @@ "body": { "kind": "no_body" }, - "description": "Retries executing the policy for an index that is in the ERROR step.", + "description": "Retry a policy.\nRetry running the lifecycle policy for an index that is in the ERROR step.\nThe API sets the policy back to the step where the error occurred and runs the step.\nUse the explain lifecycle state API to determine whether an index is in the ERROR step.", "inherits": { "type": { "name": "RequestBase", @@ -122956,7 +122990,7 @@ } ], "query": [], - "specLocation": "ilm/retry/RetryIlmRequest.ts#L23-L31" + "specLocation": "ilm/retry/RetryIlmRequest.ts#L23-L36" }, { "kind": "response", @@ -122984,7 +123018,7 @@ "body": { "kind": "no_body" }, - "description": "Start the index lifecycle management (ILM) plugin.", + "description": "Start the ILM plugin.\nStart the index lifecycle management plugin if it is currently stopped.\nILM is started automatically when the cluster is formed.\nRestarting ILM is necessary only when it has been stopped using the stop ILM API.", "inherits": { "type": { "name": "RequestBase", @@ -123020,7 +123054,7 @@ } } ], - "specLocation": "ilm/start/StartIlmRequest.ts#L23-L32" + "specLocation": "ilm/start/StartIlmRequest.ts#L23-L37" }, { "kind": "response", @@ -123048,7 +123082,7 @@ "body": { "kind": "no_body" }, - "description": "Halts all lifecycle management operations and stops the index lifecycle management (ILM) plugin", + "description": "Stop the ILM plugin.\nHalt all lifecycle management operations and stop the index lifecycle management plugin.\nThis is useful when you are performing maintenance on the cluster and need to prevent ILM from performing any actions on your indices.\n\nThe API returns as soon as the stop request has been acknowledged, but the plugin might continue to run until in-progress operations complete and the plugin can be safely stopped.\nUse the get ILM status API to check whether ILM is running.", "inherits": { "type": { "name": "RequestBase", @@ -123084,7 +123118,7 @@ } } ], - "specLocation": "ilm/stop/StopIlmRequest.ts#L23-L32" + "specLocation": "ilm/stop/StopIlmRequest.ts#L23-L39" }, { "kind": "response", @@ -130662,7 +130696,7 @@ "body": { "kind": "no_body" }, - "description": "Get the status for a data stream lifecycle.\nRetrieves information about an index or data stream’s current data stream lifecycle status, such as time since index creation, time since rollover, the lifecycle configuration managing the index, or any errors encountered during lifecycle execution.", + "description": "Get the status for a data stream lifecycle.\nGet information about an index or data stream's current data stream lifecycle status, such as time since index creation, time since rollover, the lifecycle configuration managing the index, or any errors encountered during lifecycle execution.", "inherits": { "type": { "name": "RequestBase", diff --git a/specification/ilm/delete_lifecycle/DeleteLifecycleRequest.ts b/specification/ilm/delete_lifecycle/DeleteLifecycleRequest.ts index b93d20e0b2..90b4136d16 100644 --- a/specification/ilm/delete_lifecycle/DeleteLifecycleRequest.ts +++ b/specification/ilm/delete_lifecycle/DeleteLifecycleRequest.ts @@ -22,7 +22,7 @@ import { Name } from '@_types/common' import { Duration } from '@_types/Time' /** - * Deletes a lifecycle policy. + * Delete a lifecycle policy. * You cannot delete policies that are currently in use. If the policy is being used to manage any indices, the request fails and returns an error. * @rest_spec_name ilm.delete_lifecycle * @availability stack since=6.6.0 stability=stable diff --git a/specification/ilm/get_status/GetIlmStatusRequest.ts b/specification/ilm/get_status/GetIlmStatusRequest.ts index 81b989fcf7..6c6866bf7a 100644 --- a/specification/ilm/get_status/GetIlmStatusRequest.ts +++ b/specification/ilm/get_status/GetIlmStatusRequest.ts @@ -20,8 +20,8 @@ import { RequestBase } from '@_types/Base' /** - * Get the index lifecycle management status. - * Get the current ILM status. + * Get the ILM status. + * Get the current index lifecycle management status. * @rest_spec_name ilm.get_status * @availability stack since=6.6.0 stability=stable * @cluster_privileges read_ilm diff --git a/specification/ilm/start/StartIlmRequest.ts b/specification/ilm/start/StartIlmRequest.ts index 79ea3361e8..aaa44be924 100644 --- a/specification/ilm/start/StartIlmRequest.ts +++ b/specification/ilm/start/StartIlmRequest.ts @@ -21,8 +21,8 @@ import { RequestBase } from '@_types/Base' import { Duration } from '@_types/Time' /** - * Start the index lifecycle management plugin. - * Start the ILM plugin if it is currently stopped. + * Start the ILM plugin. + * Start the index lifecycle management plugin if it is currently stopped. * ILM is started automatically when the cluster is formed. * Restarting ILM is necessary only when it has been stopped using the stop ILM API. * @rest_spec_name ilm.start diff --git a/specification/ilm/stop/StopIlmRequest.ts b/specification/ilm/stop/StopIlmRequest.ts index 2ea44a418d..3f20ae5795 100644 --- a/specification/ilm/stop/StopIlmRequest.ts +++ b/specification/ilm/stop/StopIlmRequest.ts @@ -21,8 +21,8 @@ import { RequestBase } from '@_types/Base' import { Duration } from '@_types/Time' /** - * Stop the index lifecycle management plugin. - * Halt all lifecycle management operations and stop the ILM plugin. + * Stop the ILM plugin. + * Halt all lifecycle management operations and stop the index lifecycle management plugin. * This is useful when you are performing maintenance on the cluster and need to prevent ILM from performing any actions on your indices. * * The API returns as soon as the stop request has been acknowledged, but the plugin might continue to run until in-progress operations complete and the plugin can be safely stopped.