License

The License object contains data about the license.

Structure

Key

Type

Description

start_date

string

Date and time the license was activated.

date_end

string

Date and time of license expiration.

uploads_spent

number

Number of uploaded files.

uploads_total

number

Maximum number of files permitted by your license.

vnc_allowed

boolean

The availability of VNC client.

cureit_allowed

boolean

Ability to create CureIt!.

max_run_time

number

Maximum sample run time permitted by your license.

upload_max_size

number

Maximum file size permitted by your license.

Example

{

   "start_date": "2018-10-30T11:38:37+00:00",

   "date_end": "2019-12-11T10:38:22+00:00",

   "uploads_spent": 55,

   "uploads_total": 55,

   "vnc_allowed": true,

   "cureit_allowed": true,

   "max_run_time": 3600,

   "upload_max_size": 209715200

}