| Name |
Range |
Type |
Description |
| code |
|
string
optional
|
license code of the service. This information is returned only if "is-licensed" is true or "is-expired" is true. |
| count |
|
integer
|
number of times a promotional license code has been installed. 0 for non-promotional licenses. |
| expiration-timestamp |
|
integer
optional
|
expected expiration timestamp in seconds since January 1, 1970, if it's a promotional/time-expiring license. 0 for all other licenses. |
| installation-timestamp |
|
integer
optional
|
installation timestamp of the service license code in seconds since January 1, 1970. A value of 0 is returned if there is no installation timestamp, but there is a valid code. This is probably an error, or corruption. |
| is-demo |
|
boolean
|
"true" if the license is a promotional/time-expiring/demo license, "false" otherwise. |
| is-expired |
|
boolean
|
"true" if the promotional/time-expiring/demo license has expired, "false" otherwise. |
| is-licensed |
|
boolean
|
"true" if the service is licensed and has not expired, "false" otherwise. |
| is-site |
|
boolean
|
"true" if the license is a site license, "false" otherwise. |
| length |
|
integer
optional
|
length of the promotional/time-expiring license in days. 0 for non-promotional licenses. |
| node-count |
|
integer
optional
|
number of nodes for which the license is valid. |
| platform |
|
string
optional
|
indicates the type of the platform for which the license is valid. Possible values are : filer and netcache, gateway, nearstore, and simulator. |
| service |
|
string
|
name of the service. |
| storage-count |
|
integer
optional
|
number of terabytes allowed if it's a Gateway platform ("gateway_storage") license. |