get_instances
Retrieve all instances of a Lifecycle Manager resource from Itential Platform to access data and state information for managed network services or infrastructure components.
Instructions
Get all instances of a Lifecycle Manager resource from Itential Platform.
Resource instances represent actual network services or infrastructure components created from resource models. They contain the specific data and state information for managed resources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_name | Yes | The Lifecycle Manager resource name to retrieve instances for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Response model for instance collection endpoints. This root model wraps a list of instance elements, providing a standardized response format for API endpoints that return multiple resource instances from the lifecycle manager. Attributes: root: A list of GetInstancesElement objects representing all instances of a specific resource model. |