addSmartAgentSyncRequest
The addSmartAgentSyncRequest operation handles configuration related to SmartAgentSyncRequest model.
Data Parameters
Parameter | Required | Type | Description | |||
---|---|---|---|---|---|---|
sync | True | boolean | A mandatory boolean value, TRUE or FALSE (default value). The value TRUE enables the user to manually sync and get the most up to date status from the cloud as well as renew the auth and cert. The value FALSE disables the manual sync to the cloud. Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |
Example
- name: Execute 'addSmartAgentSyncRequest' operation
ftd_configuration:
operation: "addSmartAgentSyncRequest"
data:
sync: "{{ sync }}"
type: "{{ type }}"