Lifecycle Manager overview

Add-on product: Lifecycle Manager extends Itential Platform with stateful orchestration capabilities. It requires Itential Platform as a prerequisite. View platform overview

Lifecycle Manager tracks and manages the state of infrastructure resources throughout their lifecycle. Use it to maintain persistent data about devices, services, and configurations as they change over time.

What is Lifecycle Manager?

Lifecycle Manager represents infrastructure entities as resources that include:

  • Resource model: A JSON Schema that defines the properties you want to track
  • Instances: Individual occurrences of the resource (for example, specific devices or services)
  • Actions: Workflows that manage instances and update their properties

How it works

Lifecycle Manager maintains state persistence after workflow execution. When you run an action against an instance, Lifecycle Manager records property changes and makes them available for future reference.

Example workflow: Managing network switches

1

Create a resource

Define a resource type to represent switches in your environment

2

Define the resource model

Specify properties to track, such as hostname, IP address, and VLAN configuration

3

Create instances

Add instances to represent each physical switch

4

Design actions

Build workflows that update instance properties when you make changes

When an action modifies a switch hostname, Lifecycle Manager records the new hostname in the instance. You can view the current hostname even after the action completes.

Lifecycle Manager tracks changes made through actions within Platform. Changes made directly on devices or through other systems may not appear in Lifecycle Manager. Design your workflows to account for these discrepancies.

Comparison with other platform applications

CapabilityStudioLifecycle ManagerOperations Manager
Design workflowsYesNoNo
Run jobsYesYesYes
Maintain resource stateNoYesNo
View job historyNoNoYes

Before you begin

Before using Lifecycle Manager, familiarize yourself with:

Access Lifecycle Manager

Access and navigate Lifecycle Manager through Itential Platform.

To access Lifecycle Manager:

1

Open Platform dashboard

Log in to Itential Platform

Next steps