sdcloud_install_device_license
Install a license on a device by uploading a base64-encoded license file. Supports primary and secondary license files for standalone or l2_cluster devices.
Instructions
Install a license on a device (multipart upload). Provide at least one of a primary license file (license_file_content) or, for an l2_cluster secondary device, a secondary license file (secondary_license_file_content), each base64-encoded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_uuid | Yes | ||
| license_file_name | No | Filename to report for the primary license file. | |
| license_file_content | No | Base64-encoded license text file content for a standalone device. | |
| secondary_license_file_name | No | Filename to report for the secondary license file. | |
| secondary_license_file_content | No | Base64-encoded license text file content for the secondary device in an l2_cluster. |