addAnyConnectPackages
The addAnyConnectPackages operation handles configuration related to AnyConnectPackages model.
Description
This API call is not allowed on the standby unit in an HA pair.
Data Parameters
Parameter | Required | Type | Description | ||
---|---|---|---|---|---|
name | False | string | A string that represents the name of the object | ||
packageFiles | False | [object] | A mandatory list of AnyConnectPackageFile objects. The list must specify at least one package. You can specify at most one package per platform type (LINUX, WINDOWS, MACOS) as defined in the AnyConnectPackageFile object. Allowed types are: [AnyConnectPackageFile] |
||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |
Example
- name: Execute 'addAnyConnectPackages' operation
ftd_configuration:
operation: "addAnyConnectPackages"
data:
name: "{{ name }}"
packageFiles: "{{ package_files }}"
type: "{{ type }}"