Returns (Task)
Generate a new license for the designated instance with a particular certificate.
Name | Description |
---|---|
instance | |
certificate |
Example in C#
// Returns: LicenseInfo
var licenseInfo = await client.AddLicenseAsync(InstanceInfo instance, String certificate);
Example in CURL
curl -X POST \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/licenses \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-D'"LICENSE_GOES_HERE"'