View service details
After you create a gateway service, you can view its details to verify the configuration or check service properties. You can view service details using the iagctl CLI or the Platform UI in Gateway Manager.
View service details using the CLI
Run the iagctl describe service command to display all details about a specific gateway service.
Replace <name> with the name of the service you want to view.
The output varies depending on the service type. Select a tab to see example output for each automation type.
Ansible playbook
Python script
OpenTofu plan
For the full command reference, see iagctl describe service.
View service details in Gateway Manager
To view service details in the Platform UI:
- Navigate to Itential Platform.
- Select Gateway Manager from the Administration collection in the left-side navigation menu.
- Navigate to the Gateways tab in Gateway Manager.
- Select the gateway cluster that you want to view from the list of gateways.
- Open the Services tab on the gateway details page.
The Services tab displays the Service Name, Type (ansible-playbook, python-script, or opentofu-plan), and indicates whether there are Decorators associated with the service.
Select a service from the list to expand and view the service details. The expanded view displays when the service was Last Executed, lists which workflows reference the service, and displays the service parameters.