Retrieves information about the current licenses on your VSP One Object system.
Endpoint
POST /license/list
Request structure
Not applicable.
Response structure
{
"featureName": "feature",
"uploadDate": "date_time",
"expirationDate": "date_time0",
"valid": {true|false},
"message": "message"
}
|
Parameter |
Type |
Description |
|---|---|---|
| featureName | String | Name of the licensed feature. |
| uploadDate | String | The date and time, in the format Ddd Mmm dd hh:mm:ss TMZ yyyy, when the license was uploaded. |
| expirationDate | String | The date and time, in the format Ddd Mmm dd hh:mm:ss TMZ yyyy, when the license expires. |
| valid | Boolean | If true, the license is valid. If false, the license is invalid. |
| message | String | State of the license:
|
Return codes
|
Status code |
HTTP name |
Description |
|---|---|---|
| 200 | OK | The request was executed successfully. |
| 401 | Unauthorized | Access was denied because credentials are not valid. |