List licenses

Virtual Storage Platform One Object API Reference Guide

Version
3.0.x
File Size
270 KB
Audience
anonymous
Part Number
MK-24VSP1OB002-01

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:
  • License is expired
  • License is valid
  • License not set

Return codes

Status code

HTTP name

Description

200 OK The request was executed successfully.
401 Unauthorized Access was denied because credentials are not valid.