addPLRReleaseCode

The addPLRReleaseCode operation handles configuration related to PLRReleaseCode model. 

Data Parameters

Parameter Required Type Description
code False string The Reservation Release Code that has been generated for the user to input into their CSSM account.
authorizationCode False string [Optional] If the user has already inputted a Request Code into the account, the user should provide the auth code from the CSSM account in order to succesfully free up the license in the account
type True string A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name.

Example

- name: Execute 'addPLRReleaseCode' operation
  ftd_configuration:
    operation: "addPLRReleaseCode"
    data:
        code: "{{ code }}"
        authorizationCode: "{{ authorization_code }}"
        type: "{{ type }}"