Note
This plugin is part of the fortinet.fortimanager collection (version 2.0.1).
To install it use: ansible-galaxy collection install fortinet.fortimanager
.
To use it in a playbook, specify: fortinet.fortimanager.fmgr_wanprof_system_virtualwanlink_service
.
New in version 2.10: of fortinet.fortimanager
Parameter | Choices/Defaults | Comments | ||
---|---|---|---|---|
adom string / required | the parameter (adom) in requested url | |||
bypass_validation boolean |
| only set to True when module schema diffs with FortiManager API structure, module continues to execute without validating parameters | ||
rc_failed list / elements=string | the rc codes list with which the conditions to fail will be overriden | |||
rc_succeeded list / elements=string | the rc codes list with which the conditions to succeed will be overriden | |||
state string / required |
| the directive to create, update or delete an object | ||
wanprof string / required | the parameter (wanprof) in requested url | |||
wanprof_system_virtualwanlink_service dictionary | the top level parameters set | |||
addr-mode string |
| Address mode (IPv4 or IPv6). | ||
bandwidth-weight integer | Coefficient of reciprocal of available bidirectional bandwidth in the formula of custom-profile-1. | |||
default string |
| Enable/disable use of SD-WAN as default service. | ||
dscp-forward string |
| Enable/disable forward traffic DSCP tag. | ||
dscp-forward-tag string | Forward traffic DSCP tag. | |||
dscp-reverse string |
| Enable/disable reverse traffic DSCP tag. | ||
dscp-reverse-tag string | Reverse traffic DSCP tag. | |||
dst string | Destination address name. | |||
dst-negate string |
| Enable/disable negation of destination address match. | ||
dst6 string | Destination address6 name. | |||
end-port integer | End destination port number. | |||
gateway string |
| Enable/disable SD-WAN service gateway. | ||
groups string | User groups. | |||
health-check string | Health check. | |||
hold-down-time integer | Waiting period in seconds when switching from the back-up member to the primary member (0 - 10000000, default = 0). | |||
id integer | Priority rule ID (1 - 4000). | |||
internet-service string |
| Enable/disable use of Internet service for application-based load balancing. | ||
internet-service-ctrl integer | no description | |||
internet-service-ctrl-group string | Control-based Internet Service group list. | |||
internet-service-custom string | Custom Internet service name list. | |||
internet-service-custom-group string | Custom Internet Service group list. | |||
internet-service-group string | Internet Service group list. | |||
internet-service-id string | Internet service ID list. | |||
jitter-weight integer | Coefficient of jitter in the formula of custom-profile-1. | |||
latency-weight integer | Coefficient of latency in the formula of custom-profile-1. | |||
link-cost-factor string |
| Link cost factor. | ||
link-cost-threshold integer | Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default = 10). | |||
member string | Member sequence number. | |||
mode string |
| Control how the priority rule sets the priority of interfaces in the SD-WAN. | ||
name string | Priority rule name. | |||
packet-loss-weight integer | Coefficient of packet-loss in the formula of custom-profile-1. | |||
priority-members string | Member sequence number list. | |||
protocol integer | Protocol number. | |||
quality-link integer | Quality grade. | |||
route-tag integer | IPv4 route map route-tag. | |||
sla list / elements=string | no description | |||
health-check string | Virtual WAN Link health-check. | |||
id integer | SLA ID. | |||
src string | Source address name. | |||
src-negate string |
| Enable/disable negation of source address match. | ||
src6 string | Source address6 name. | |||
start-port integer | Start destination port number. | |||
status string |
| Enable/disable SD-WAN service. | ||
tos string | Type of service bit pattern. | |||
tos-mask string | Type of service evaluated bits. | |||
users string | User name. | |||
workspace_locking_adom string | the adom to lock for FortiManager running in workspace mode, the value can be global and others including root | |||
workspace_locking_timeout integer | Default: 300 | the maximum time in seconds to wait for other user to release the workspace lock |
Note
- hosts: fortimanager-inventory collections: - fortinet.fortimanager connection: httpapi vars: ansible_httpapi_use_ssl: True ansible_httpapi_validate_certs: False ansible_httpapi_port: 443 tasks: - name: Create SD-WAN rules or priority rules (also called services) to control how sessions are distributed to physical interfaces in the SD-WAN. fmgr_wanprof_system_virtualwanlink_service: bypass_validation: False workspace_locking_adom: <value in [global, custom adom including root]> workspace_locking_timeout: 300 rc_succeeded: [0, -2, -3, ...] rc_failed: [-2, -3, ...] adom: <your own value> wanprof: <your own value> state: <value in [present, absent]> wanprof_system_virtualwanlink_service: addr-mode: <value in [ipv4, ipv6]> bandwidth-weight: <value of integer> default: <value in [disable, enable]> dscp-forward: <value in [disable, enable]> dscp-forward-tag: <value of string> dscp-reverse: <value in [disable, enable]> dscp-reverse-tag: <value of string> dst: <value of string> dst-negate: <value in [disable, enable]> dst6: <value of string> end-port: <value of integer> gateway: <value in [disable, enable]> groups: <value of string> health-check: <value of string> hold-down-time: <value of integer> id: <value of integer> internet-service: <value in [disable, enable]> internet-service-ctrl: <value of integer> internet-service-ctrl-group: <value of string> internet-service-custom: <value of string> internet-service-custom-group: <value of string> internet-service-group: <value of string> internet-service-id: <value of string> jitter-weight: <value of integer> latency-weight: <value of integer> link-cost-factor: <value in [latency, jitter, packet-loss, ...]> link-cost-threshold: <value of integer> member: <value of string> mode: <value in [auto, manual, priority, ...]> name: <value of string> packet-loss-weight: <value of integer> priority-members: <value of string> protocol: <value of integer> quality-link: <value of integer> route-tag: <value of integer> sla: - health-check: <value of string> id: <value of integer> src: <value of string> src-negate: <value in [disable, enable]> src6: <value of string> start-port: <value of integer> status: <value in [disable, enable]> tos: <value of string> tos-mask: <value of string> users: <value of string>
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description |
---|---|---|
request_url string | always | The full url requested Sample: /sys/login/user |
response_code integer | always | The status of api request |
response_message string | always | The descriptive message of the api response Sample: OK. |
© 2012–2018 Michael DeHaan
© 2018–2021 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.11/collections/fortinet/fortimanager/fmgr_wanprof_system_virtualwanlink_service_module.html