Skip to content

Latest commit

 

History

History
1814 lines (1770 loc) · 79.8 KB

fortios_router_isis.rst

File metadata and controls

1814 lines (1770 loc) · 79.8 KB
source:fortios_router_isis.py
orphan:

fortios_router_isis -- Configure IS-IS in Fortinet's FortiOS and FortiGate.

.. versionadded:: 2.0.0

  • This module is able to configure a FortiGate or FortiOS (FOS) device by allowing the user to set and modify router feature and isis category. Examples include all parameters and values need to be adjusted to datasources before usage. Tested with FOS v6.0.0

The below requirements are needed on the host that executes this module.

  • ansible>=2.14

Using member operation to add an element to an existing object.


Supported Version Ranges
fortios_router_isis v6.0.0 -> latest

  • access_token - Token-based authentication. Generated from GUI of Fortigate. type: str required: false
  • enable_log - Enable/Disable logging for task. type: bool required: false default: False
  • vdom - Virtual domain, among those defined previously. A vdom is a virtual instance of the FortiGate that can be configured and used as a different unit. type: str default: root
  • member_path - Member attribute path to operate on. type: str
  • member_state - Add or delete a member under specified attribute path. type: str choices: present, absent
  • router_isis - Configure IS-IS. type: dict more...
    Supported Version Ranges
    router_isis v6.0.0 -> latest
    • adjacency_check - Enable/disable adjacency check. type: str choices: enable, disable more...
      Supported Version Ranges
      adjacency_check v6.0.0 -> latest
      [enable] v6.0.0 -> latest
      [disable] v6.0.0 -> latest
    • adjacency_check6 - Enable/disable IPv6 adjacency check. type: str choices: enable, disable more...
      Supported Version Ranges
      adjacency_check6 v6.0.0 -> latest
      [enable] v6.0.0 -> latest
      [disable] v6.0.0 -> latest
    • adv_passive_only - Enable/disable IS-IS advertisement of passive interfaces only. type: str choices: enable, disable more...
      Supported Version Ranges
      adv_passive_only v6.0.0 -> latest
      [enable] v6.0.0 -> latest
      [disable] v6.0.0 -> latest
    • adv_passive_only6 - Enable/disable IPv6 IS-IS advertisement of passive interfaces only. type: str choices: enable, disable more...
      Supported Version Ranges
      adv_passive_only6 v6.0.0 -> latest
      [enable] v6.0.0 -> latest
      [disable] v6.0.0 -> latest
    • auth_keychain_l1 - Authentication key-chain for level 1 PDUs. Source router.key-chain.name. type: str more...
      Supported Version Ranges
      auth_keychain_l1 v6.0.0 -> latest
    • auth_keychain_l2 - Authentication key-chain for level 2 PDUs. Source router.key-chain.name. type: str more...
      Supported Version Ranges
      auth_keychain_l2 v6.0.0 -> latest
    • auth_mode_l1 - Level 1 authentication mode. type: str choices: password, md5 more...
      Supported Version Ranges
      auth_mode_l1 v6.0.0 -> latest
      [password] v6.0.0 -> latest
      [md5] v6.0.0 -> latest
    • auth_mode_l2 - Level 2 authentication mode. type: str choices: password, md5 more...
      Supported Version Ranges
      auth_mode_l2 v6.0.0 -> latest
      [password] v6.0.0 -> latest
      [md5] v6.0.0 -> latest
    • auth_password_l1 - Authentication password for level 1 PDUs. type: str more...
      Supported Version Ranges
      auth_password_l1 v6.0.0 -> latest
    • auth_password_l2 - Authentication password for level 2 PDUs. type: str more...
      Supported Version Ranges
      auth_password_l2 v6.0.0 -> latest
    • auth_sendonly_l1 - Enable/disable level 1 authentication send-only. type: str choices: enable, disable more...
      Supported Version Ranges
      auth_sendonly_l1 v6.0.0 -> latest
      [enable] v6.0.0 -> latest
      [disable] v6.0.0 -> latest
    • auth_sendonly_l2 - Enable/disable level 2 authentication send-only. type: str choices: enable, disable more...
      Supported Version Ranges
      auth_sendonly_l2 v6.0.0 -> latest
      [enable] v6.0.0 -> latest
      [disable] v6.0.0 -> latest
    • default_originate - Enable/disable distribution of default route information. type: str choices: enable, disable more...
      Supported Version Ranges
      default_originate v6.0.0 -> latest
      [enable] v6.0.0 -> latest
      [disable] v6.0.0 -> latest
    • default_originate6 - Enable/disable distribution of default IPv6 route information. type: str choices: enable, disable more...
      Supported Version Ranges
      default_originate6 v6.0.0 -> latest
      [enable] v6.0.0 -> latest
      [disable] v6.0.0 -> latest
    • dynamic_hostname - Enable/disable dynamic hostname. type: str choices: enable, disable more...
      Supported Version Ranges
      dynamic_hostname v6.0.0 -> latest
      [enable] v6.0.0 -> latest
      [disable] v6.0.0 -> latest
    • ignore_lsp_errors - Enable/disable ignoring of LSP errors with bad checksums. type: str choices: enable, disable more...
      Supported Version Ranges
      ignore_lsp_errors v6.0.0 -> latest
      [enable] v6.0.0 -> latest
      [disable] v6.0.0 -> latest
    • is_type - IS type. type: str choices: level-1-2, level-1, level-2-only more...
      Supported Version Ranges
      is_type v6.0.0 -> latest
      [level-1-2] v6.0.0 -> latest
      [level-1] v6.0.0 -> latest
      [level-2-only] v6.0.0 -> latest
    • isis_interface - IS-IS interface configuration. type: list member_path: isis_interface:name more...
      Supported Version Ranges
      isis_interface v6.0.0 -> latest
      • auth_keychain_l1 - Authentication key-chain for level 1 PDUs. Source router.key-chain.name. type: str more...
        Supported Version Ranges
        auth_keychain_l1 v6.0.0 -> latest
      • auth_keychain_l2 - Authentication key-chain for level 2 PDUs. Source router.key-chain.name. type: str more...
        Supported Version Ranges
        auth_keychain_l2 v6.0.0 -> latest
      • auth_mode_l1 - Level 1 authentication mode. type: str choices: md5, password more...
        Supported Version Ranges
        auth_mode_l1 v6.0.0 -> latest
        [md5] v6.0.0 -> latest
        [password] v6.0.0 -> latest
      • auth_mode_l2 - Level 2 authentication mode. type: str choices: md5, password more...
        Supported Version Ranges
        auth_mode_l2 v6.0.0 -> latest
        [md5] v6.0.0 -> latest
        [password] v6.0.0 -> latest
      • auth_password_l1 - Authentication password for level 1 PDUs. type: str more...
        Supported Version Ranges
        auth_password_l1 v6.0.0 -> latest
      • auth_password_l2 - Authentication password for level 2 PDUs. type: str more...
        Supported Version Ranges
        auth_password_l2 v6.0.0 -> latest
      • auth_send_only_l1 - Enable/disable authentication send-only for level 1 PDUs. type: str choices: enable, disable more...
        Supported Version Ranges
        auth_send_only_l1 v6.0.0 -> latest
        [enable] v6.0.0 -> latest
        [disable] v6.0.0 -> latest
      • auth_send_only_l2 - Enable/disable authentication send-only for level 2 PDUs. type: str choices: enable, disable more...
        Supported Version Ranges
        auth_send_only_l2 v6.0.0 -> latest
        [enable] v6.0.0 -> latest
        [disable] v6.0.0 -> latest
      • circuit_type - IS-IS interface"s circuit type. type: str choices: level-1-2, level-1, level-2 more...
        Supported Version Ranges
        circuit_type v6.0.0 -> latest
        [level-1-2] v6.0.0 -> latest
        [level-1] v6.0.0 -> latest
        [level-2] v6.0.0 -> latest
      • csnp_interval_l1 - Level 1 CSNP interval. type: int more...
        Supported Version Ranges
        csnp_interval_l1 v6.0.0 -> latest
      • csnp_interval_l2 - Level 2 CSNP interval. type: int more...
        Supported Version Ranges
        csnp_interval_l2 v6.0.0 -> latest
      • hello_interval_l1 - Level 1 hello interval. type: int more...
        Supported Version Ranges
        hello_interval_l1 v6.0.0 -> latest
      • hello_interval_l2 - Level 2 hello interval. type: int more...
        Supported Version Ranges
        hello_interval_l2 v6.0.0 -> latest
      • hello_multiplier_l1 - Level 1 multiplier for Hello holding time. type: int more...
        Supported Version Ranges
        hello_multiplier_l1 v6.0.0 -> latest
      • hello_multiplier_l2 - Level 2 multiplier for Hello holding time. type: int more...
        Supported Version Ranges
        hello_multiplier_l2 v6.0.0 -> latest
      • hello_padding - Enable/disable padding to IS-IS hello packets. type: str choices: enable, disable more...
        Supported Version Ranges
        hello_padding v6.0.0 -> latest
        [enable] v6.0.0 -> latest
        [disable] v6.0.0 -> latest
      • lsp_interval - LSP transmission interval (milliseconds). type: int more...
        Supported Version Ranges
        lsp_interval v6.0.0 -> latest
      • lsp_retransmit_interval - LSP retransmission interval (sec). type: int more...
        Supported Version Ranges
        lsp_retransmit_interval v6.0.0 -> latest
      • mesh_group - Enable/disable IS-IS mesh group. type: str choices: enable, disable more...
        Supported Version Ranges
        mesh_group v6.0.0 -> latest
        [enable] v6.0.0 -> latest
        [disable] v6.0.0 -> latest
      • mesh_group_id - Mesh group ID <0-4294967295>, 0: mesh-group blocked. type: int more...
        Supported Version Ranges
        mesh_group_id v6.0.0 -> latest
      • metric_l1 - Level 1 metric for interface. type: int more...
        Supported Version Ranges
        metric_l1 v6.0.0 -> latest
      • metric_l2 - Level 2 metric for interface. type: int more...
        Supported Version Ranges
        metric_l2 v6.0.0 -> latest
      • name - IS-IS interface name. Source system.interface.name. type: str required: true more...
        Supported Version Ranges
        name v6.0.0 -> latest
      • network_type - IS-IS interface"s network type. type: str choices: broadcast, point-to-point, loopback more...
        Supported Version Ranges
        network_type v6.0.0 -> latest
        [broadcast] v6.0.0 -> latest
        [point-to-point] v6.0.0 -> latest
        [loopback] v6.0.0 -> latest
      • priority_l1 - Level 1 priority. type: int more...
        Supported Version Ranges
        priority_l1 v6.0.0 -> latest
      • priority_l2 - Level 2 priority. type: int more...
        Supported Version Ranges
        priority_l2 v6.0.0 -> latest
      • status - Enable/disable interface for IS-IS. type: str choices: enable, disable more...
        Supported Version Ranges
        status v6.0.0 -> latest
        [enable] v6.0.0 -> latest
        [disable] v6.0.0 -> latest
      • status6 - Enable/disable IPv6 interface for IS-IS. type: str choices: enable, disable more...
        Supported Version Ranges
        status6 v6.0.0 -> latest
        [enable] v6.0.0 -> latest
        [disable] v6.0.0 -> latest
      • wide_metric_l1 - Level 1 wide metric for interface. type: int more...
        Supported Version Ranges
        wide_metric_l1 v6.0.0 -> latest
      • wide_metric_l2 - Level 2 wide metric for interface. type: int more...
        Supported Version Ranges
        wide_metric_l2 v6.0.0 -> latest
    • isis_net - IS-IS net configuration. type: list member_path: isis_net:id more...
      Supported Version Ranges
      isis_net v6.0.0 -> latest
      • id - ISIS network ID. see Notes. type: int required: true more...
        Supported Version Ranges
        id v6.0.0 -> latest
      • net - IS-IS networks (format = xx.xxxx. .xxxx.xx.). type: str more...
        Supported Version Ranges
        net v6.0.0 -> latest
    • lsp_gen_interval_l1 - Minimum interval for level 1 LSP regenerating. type: int more...
      Supported Version Ranges
      lsp_gen_interval_l1 v6.0.0 -> latest
    • lsp_gen_interval_l2 - Minimum interval for level 2 LSP regenerating. type: int more...
      Supported Version Ranges
      lsp_gen_interval_l2 v6.0.0 -> latest
    • lsp_refresh_interval - LSP refresh time in seconds. type: int more...
      Supported Version Ranges
      lsp_refresh_interval v6.0.0 -> latest
    • max_lsp_lifetime - Maximum LSP lifetime in seconds. type: int more...
      Supported Version Ranges
      max_lsp_lifetime v6.0.0 -> latest
    • metric_style - Use old-style (ISO 10589) or new-style packet formats. type: str choices: narrow, wide, transition, narrow-transition, narrow-transition-l1, narrow-transition-l2, wide-l1, wide-l2, wide-transition, wide-transition-l1, wide-transition-l2, transition-l1, transition-l2 more...
      Supported Version Ranges
      metric_style v6.0.0 -> latest
      [narrow] v6.0.0 -> latest
      [wide] v6.0.0 -> latest
      [transition] v6.0.0 -> latest
      [narrow-transition] v6.0.0 -> latest
      [narrow-transition-l1] v6.0.0 -> latest
      [narrow-transition-l2] v6.0.0 -> latest
      [wide-l1] v6.0.0 -> latest
      [wide-l2] v6.0.0 -> latest
      [wide-transition] v6.0.0 -> latest
      [wide-transition-l1] v6.0.0 -> latest
      [wide-transition-l2] v6.0.0 -> latest
      [transition-l1] v6.0.0 -> latest
      [transition-l2] v6.0.0 -> latest
    • overload_bit - Enable/disable signal other routers not to use us in SPF. type: str choices: enable, disable more...
      Supported Version Ranges
      overload_bit v6.0.0 -> latest
      [enable] v6.0.0 -> latest
      [disable] v6.0.0 -> latest
    • overload_bit_on_startup - Overload-bit only temporarily after reboot. type: int more...
      Supported Version Ranges
      overload_bit_on_startup v6.0.0 -> latest
    • overload_bit_suppress - Suppress overload-bit for the specific prefixes. type: list choices: external, interlevel more...
      Supported Version Ranges
      overload_bit_suppress v6.0.0 -> latest
      [external] v6.0.0 -> latest
      [interlevel] v6.0.0 -> latest
    • redistribute - IS-IS redistribute protocols. type: list member_path: redistribute:protocol more...
      Supported Version Ranges
      redistribute v6.0.0 -> v7.0.5 v7.2.0 -> v7.2.0
      • level - Level. type: str choices: level-1-2, level-1, level-2 more...
        Supported Version Ranges
        level v6.0.0 -> v7.0.5 v7.2.0 -> v7.2.0
        [level-1-2] v6.0.0 -> latest
        [level-1] v6.0.0 -> latest
        [level-2] v6.0.0 -> latest
      • metric - Metric. type: int more...
        Supported Version Ranges
        metric v6.0.0 -> v7.0.5 v7.2.0 -> v7.2.0
      • metric_type - Metric type. type: str choices: external, internal more...
        Supported Version Ranges
        metric_type v6.0.0 -> v7.0.5 v7.2.0 -> v7.2.0
        [external] v6.0.0 -> latest
        [internal] v6.0.0 -> latest
      • protocol - Protocol name. type: str required: true more...
        Supported Version Ranges
        protocol v6.0.0 -> v7.0.5 v7.2.0 -> v7.2.0
      • routemap - Route map name. Source router.route-map.name. type: str more...
        Supported Version Ranges
        routemap v6.0.0 -> v7.0.5 v7.2.0 -> v7.2.0
      • status - Status. type: str choices: enable, disable more...
        Supported Version Ranges
        status v6.0.0 -> v7.0.5 v7.2.0 -> v7.2.0
        [enable] v6.0.0 -> latest
        [disable] v6.0.0 -> latest
    • redistribute_l1 - Enable/disable redistribution of level 1 routes into level 2. type: str choices: enable, disable more...
      Supported Version Ranges
      redistribute_l1 v6.0.0 -> latest
      [enable] v6.0.0 -> latest
      [disable] v6.0.0 -> latest
    • redistribute_l1_list - Access-list for route redistribution from l1 to l2. Source router.access-list.name. type: str more...
      Supported Version Ranges
      redistribute_l1_list v6.0.0 -> latest
    • redistribute_l2 - Enable/disable redistribution of level 2 routes into level 1. type: str choices: enable, disable more...
      Supported Version Ranges
      redistribute_l2 v6.0.0 -> latest
      [enable] v6.0.0 -> latest
      [disable] v6.0.0 -> latest
    • redistribute_l2_list - Access-list for route redistribution from l2 to l1. Source router.access-list.name. type: str more...
      Supported Version Ranges
      redistribute_l2_list v6.0.0 -> latest
    • redistribute6 - IS-IS IPv6 redistribution for routing protocols. type: list member_path: redistribute6:protocol more...
      Supported Version Ranges
      redistribute6 v6.0.0 -> v7.0.5 v7.2.0 -> v7.2.0
      • level - Level. type: str choices: level-1-2, level-1, level-2 more...
        Supported Version Ranges
        level v6.0.0 -> v7.0.5 v7.2.0 -> v7.2.0
        [level-1-2] v6.0.0 -> latest
        [level-1] v6.0.0 -> latest
        [level-2] v6.0.0 -> latest
      • metric - Metric. type: int more...
        Supported Version Ranges
        metric v6.0.0 -> v7.0.5 v7.2.0 -> v7.2.0
      • metric_type - Metric type. type: str choices: external, internal more...
        Supported Version Ranges
        metric_type v6.0.0 -> v7.0.5 v7.2.0 -> v7.2.0
        [external] v6.0.0 -> latest
        [internal] v6.0.0 -> latest
      • protocol - Protocol name. type: str required: true more...
        Supported Version Ranges
        protocol v6.0.0 -> v7.0.5 v7.2.0 -> v7.2.0
      • routemap - Route map name. Source router.route-map.name. type: str more...
        Supported Version Ranges
        routemap v6.0.0 -> v7.0.5 v7.2.0 -> v7.2.0
      • status - Enable/disable redistribution. type: str choices: enable, disable more...
        Supported Version Ranges
        status v6.0.0 -> v7.0.5 v7.2.0 -> v7.2.0
        [enable] v6.0.0 -> latest
        [disable] v6.0.0 -> latest
    • redistribute6_l1 - Enable/disable redistribution of level 1 IPv6 routes into level 2. type: str choices: enable, disable more...
      Supported Version Ranges
      redistribute6_l1 v6.0.0 -> latest
      [enable] v6.0.0 -> latest
      [disable] v6.0.0 -> latest
    • redistribute6_l1_list - Access-list for IPv6 route redistribution from l1 to l2. Source router.access-list6.name. type: str more...
      Supported Version Ranges
      redistribute6_l1_list v6.0.0 -> latest
    • redistribute6_l2 - Enable/disable redistribution of level 2 IPv6 routes into level 1. type: str choices: enable, disable more...
      Supported Version Ranges
      redistribute6_l2 v6.0.0 -> latest
      [enable] v6.0.0 -> latest
      [disable] v6.0.0 -> latest
    • redistribute6_l2_list - Access-list for IPv6 route redistribution from l2 to l1. Source router.access-list6.name. type: str more...
      Supported Version Ranges
      redistribute6_l2_list v6.0.0 -> latest
    • spf_interval_exp_l1 - Level 1 SPF calculation delay. type: str more...
      Supported Version Ranges
      spf_interval_exp_l1 v6.0.0 -> latest
    • spf_interval_exp_l2 - Level 2 SPF calculation delay. type: str more...
      Supported Version Ranges
      spf_interval_exp_l2 v6.0.0 -> latest
    • summary_address - IS-IS summary addresses. type: list member_path: summary_address:id more...
      Supported Version Ranges
      summary_address v6.0.0 -> latest
      • id - Summary address entry ID. see Notes. type: int required: true more...
        Supported Version Ranges
        id v6.0.0 -> latest
      • level - Level. type: str choices: level-1-2, level-1, level-2 more...
        Supported Version Ranges
        level v6.0.0 -> latest
        [level-1-2] v6.0.0 -> latest
        [level-1] v6.0.0 -> latest
        [level-2] v6.0.0 -> latest
      • prefix - Prefix. type: str more...
        Supported Version Ranges
        prefix v6.0.0 -> latest
    • summary_address6 - IS-IS IPv6 summary address. type: list member_path: summary_address6:id more...
      Supported Version Ranges
      summary_address6 v6.0.0 -> latest
      • id - Prefix entry ID. see Notes. type: int required: true more...
        Supported Version Ranges
        id v6.0.0 -> latest
      • level - Level. type: str choices: level-1-2, level-1, level-2 more...
        Supported Version Ranges
        level v6.0.0 -> latest
        [level-1-2] v6.0.0 -> latest
        [level-1] v6.0.0 -> latest
        [level-2] v6.0.0 -> latest
      • prefix6 - IPv6 prefix. type: str more...
        Supported Version Ranges
        prefix6 v6.0.0 -> latest

Note

  • Legacy fortiosapi has been deprecated, httpapi is the preferred way to run playbooks
- name: Configure IS-IS.
  fortinet.fortios.fortios_router_isis:
      vdom: "{{ vdom }}"
      router_isis:
          adjacency_check: "enable"
          adjacency_check6: "enable"
          adv_passive_only: "enable"
          adv_passive_only6: "enable"
          auth_keychain_l1: "<your_own_value> (source router.key-chain.name)"
          auth_keychain_l2: "<your_own_value> (source router.key-chain.name)"
          auth_mode_l1: "password"
          auth_mode_l2: "password"
          auth_password_l1: "<your_own_value>"
          auth_password_l2: "<your_own_value>"
          auth_sendonly_l1: "enable"
          auth_sendonly_l2: "enable"
          default_originate: "enable"
          default_originate6: "enable"
          dynamic_hostname: "enable"
          ignore_lsp_errors: "enable"
          is_type: "level-1-2"
          isis_interface:
              -
                  auth_keychain_l1: "<your_own_value> (source router.key-chain.name)"
                  auth_keychain_l2: "<your_own_value> (source router.key-chain.name)"
                  auth_mode_l1: "md5"
                  auth_mode_l2: "md5"
                  auth_password_l1: "<your_own_value>"
                  auth_password_l2: "<your_own_value>"
                  auth_send_only_l1: "enable"
                  auth_send_only_l2: "enable"
                  circuit_type: "level-1-2"
                  csnp_interval_l1: "10"
                  csnp_interval_l2: "10"
                  hello_interval_l1: "10"
                  hello_interval_l2: "10"
                  hello_multiplier_l1: "3"
                  hello_multiplier_l2: "3"
                  hello_padding: "enable"
                  lsp_interval: "33"
                  lsp_retransmit_interval: "5"
                  mesh_group: "enable"
                  mesh_group_id: "0"
                  metric_l1: "10"
                  metric_l2: "10"
                  name: "default_name_43 (source system.interface.name)"
                  network_type: "broadcast"
                  priority_l1: "64"
                  priority_l2: "64"
                  status: "enable"
                  status6: "enable"
                  wide_metric_l1: "10"
                  wide_metric_l2: "10"
          isis_net:
              -
                  id: "52"
                  net: "<your_own_value>"
          lsp_gen_interval_l1: "30"
          lsp_gen_interval_l2: "30"
          lsp_refresh_interval: "900"
          max_lsp_lifetime: "1200"
          metric_style: "narrow"
          overload_bit: "enable"
          overload_bit_on_startup: "0"
          overload_bit_suppress: "external"
          redistribute:
              -
                  level: "level-1-2"
                  metric: "0"
                  metric_type: "external"
                  protocol: "<your_own_value>"
                  routemap: "<your_own_value> (source router.route-map.name)"
                  status: "enable"
          redistribute_l1: "enable"
          redistribute_l1_list: "<your_own_value> (source router.access-list.name)"
          redistribute_l2: "enable"
          redistribute_l2_list: "<your_own_value> (source router.access-list.name)"
          redistribute6:
              -
                  level: "level-1-2"
                  metric: "0"
                  metric_type: "external"
                  protocol: "<your_own_value>"
                  routemap: "<your_own_value> (source router.route-map.name)"
                  status: "enable"
          redistribute6_l1: "enable"
          redistribute6_l1_list: "<your_own_value> (source router.access-list6.name)"
          redistribute6_l2: "enable"
          redistribute6_l2_list: "<your_own_value> (source router.access-list6.name)"
          spf_interval_exp_l1: "<your_own_value>"
          spf_interval_exp_l2: "<your_own_value>"
          summary_address:
              -
                  id: "87"
                  level: "level-1-2"
                  prefix: "<your_own_value>"
          summary_address6:
              -
                  id: "91"
                  level: "level-1-2"
                  prefix6: "<your_own_value>"

Common return values are documented: https://docs.ansible.com/ansible/latest/reference_appendices/common_return_values.html#common-return-values, the following are the fields unique to this module:

  • build - Build number of the fortigate image returned: always type: str sample: 1547
  • http_method - Last method used to provision the content into FortiGate returned: always type: str sample: PUT
  • http_status - Last result given by FortiGate on last operation applied returned: always type: str sample: 200
  • mkey - Master key (id) used in the last call to FortiGate returned: success type: str sample: id
  • name - Name of the table used to fulfill the request returned: always type: str sample: urlfilter
  • path - Path of the table used to fulfill the request returned: always type: str sample: webfilter
  • revision - Internal revision number returned: always type: str sample: 17.0.2.10658
  • serial - Serial number of the unit returned: always type: str sample: FGVMEVYYQT3AB5352
  • status - Indication of the operation's result returned: always type: str sample: success
  • vdom - Virtual domain used returned: always type: str sample: root
  • version - Version of the FortiGate returned: always type: str sample: v5.6.3
  • This module is not guaranteed to have a backwards compatible interface.
  • Link Zheng (@chillancezen)
  • Jie Xue (@JieX19)
  • Hongbin Lu (@fgtdev-hblu)
  • Frank Shen (@frankshen01)
  • Miguel Angel Munoz (@mamunozgonzalez)
  • Nicolas Thomas (@thomnico)

Hint

If you notice any issues in this documentation, you can create a pull request to improve it.