// This file is autogenerated, DO NOT EDIT // Use `node scripts/generate-docs-examples.js` to generate the docs examples [source, js] ---- const response = await client.ilm.migrateToDataTiers({ legacy_template_to_delete: "global-template", node_attribute: "custom_attribute_name", }); console.log(response); ----