Request details
State: {{ request.state }}
{% if user_applied_state is not none %}
Applied by: {{ user_applied_state.username }}
{% endif %}
Requester: {{ request.user.username }}
Service: {{ request.operation.service.name }}
Instance: {{ request.instance.name }}
Operation type: {{ request.operation.type }}
Operation name: {{ request.operation.name }}
{% if request.tower_job_id is not None %}
Tower job id: {{ request.tower_job_id }}
{% endif %}
{% if message is not None %}
Message
{{ message.content }}
{% endif %}
{% if request.state == 'SUBMITTED' %}
Configuration
{% for variable_name, variable_value in request.fill_in_survey.items %}
{{ variable_name }}: {{ variable_value }}
{% endfor %}
{% endif %}
{% if request.state == 'COMPLETE' %}
You may find attached documentation and on-boarding information for the requested service in your instance details on Squest portal.
{% endif %}
Retrieve this request on Squest portal.