addRaVpn
The addRaVpn operation handles configuration related to RaVpn model.
Description
This API call is not allowed on the standby unit in an HA pair.
Data Parameters
Parameter | Required | Type | Description | ||
---|---|---|---|---|---|
name | True | string | name of RAVpn | ||
vpnGatewaySettings | True | object | Nested entity, will contain the common objects like certificates etc Field level constraints: cannot be null. (Note: Additional constraints might exist) |
||
groupPolicies | False | [object] | List of group policies Allowed types are: [RaVpnGroupPolicy] |
||
anyconnectPackageFiles | False | [object] | Anyconnect package files, which will be cretaed as part of objects, & will be deployed , when will deploy RAVpn Allowed types are: [AnyConnectPackageFile] |
||
type | True | string | ravpn |
Example
- name: Execute 'addRaVpn' operation
ftd_configuration:
operation: "addRaVpn"
data:
name: "{{ name }}"
vpnGatewaySettings: "{{ vpn_gateway_settings }}"
groupPolicies: "{{ group_policies }}"
anyconnectPackageFiles: "{{ anyconnect_package_files }}"
type: "{{ type }}"