addPLRAuthorizationCode

The addPLRAuthorizationCode operation handles configuration related to PLRAuthorizationCode model. 

Data Parameters

Parameter Required Type Description
code False string The provided code will be used to install Permanent Licensing on the device
type True string A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name.

Example

- name: Execute 'addPLRAuthorizationCode' operation
  ftd_configuration:
    operation: "addPLRAuthorizationCode"
    data:
        code: "{{ code }}"
        type: "{{ type }}"