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.

$iagctl describe service <name>

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.

$iagctl describe service simple-ansible
Output:
Name: simple-ansible
Repo Name: gateway-resources
Working Dir: ansibleplaybooks
Playbook(s): hello-world.yml
Decorator:
Description:
Tags:
Runtime Arguments:

For the full command reference, see iagctl describe service.

View service details in Gateway Manager

To view service details in the Platform UI:

  1. Navigate to Itential Platform.
  2. Select Gateway Manager from the Administration collection in the left-side navigation menu.
  3. Navigate to the Gateways tab in Gateway Manager.
  4. Select the gateway cluster that you want to view from the list of gateways.
  5. 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.