{% extends 'generic/object_detail.html' %} {% load helpers %} {% block content_left_page %}
Object Type(s) |
|
Call On: | {% if object.type_create %} {% else %} {% endif %} Create {% if object.type_update %} {% else %} {% endif %} Update {% if object.type_delete %} {% else %} {% endif %} Delete |
Enabled | {% if object.enabled %} {% else %} {% endif %} |
HTTP Method | {{ object.http_method }} |
HTTP Content Type | {{ object.http_content_type }} |
Payload URL | {{ object.payload_url }} |
Additional Headers | {% if object.additional_headers %} {{ object.additional_headers }}{% else %} {{ None }} {% endif %} |
Secret | {% if object.secret %} {{ object.secret }} {% else %} {{ None }} {% endif %} |
SSL Verification | {% if object.ssl_verification %} {% else %} {% endif %} |
CA File Path | {{ object.ca_file_path }} |
{{ object.body_template }}{% else %} {{ None }} {% endif %}