Gets the currently configured licenses.
Requires one of the following roles:
SYSTEM_ADMIN
SYSTEM_MONITOR
License information currently configured.
Field | Description | Type | Notes |
license | |||
license_feature |
0-* Elements |
||
serial | License serial | String | |
version | License version | String | |
issued_date | License issue date | String | |
expiration_date | License expiration date | String | |
model | License model | String | |
product | Product name | String | |
site_id | License site id | String | |
issuer | License issuer | String | |
notice | License notice | String | |
licensed_ind | Flag which indicates if the application contains a license file..whether expired or not. | Boolean | |
expired_ind | Method that returns whether or not the license is expired. | Boolean | |
license_id_indicator | Indicator to show whether license id was generated as LAC or UID. | String | |
error_message | Error message describing why license is not valid. | String | |
storage_capacity_unit | Storage capacity units. | String | |
storage_capacity | Storage capacity | String | |
trial_license_ind | True if it is trial license, false otherwise | Boolean |
Valid Values:
|
license_model | License model | String | |
psnt | PSNT | String | |
license_text | License text | String | |
status | String |
GET https://192.168.0.0:4443/license.xml HTTP/1.1 Content-Type: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
HTTP/1.1 200 OK Content-Type: application/xml <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <license> <license_feature> <issued_date>01/10/2014</issued_date> <error_message></error_message> <expired_ind>false</expired_ind> <issuer></issuer> <license_id_indicator>U</license_id_indicator> <licensed_ind>true</licensed_ind> <model>ViPR_ECS</model> <notice>ACTIVATED TO License Site Number: PTA06JUN20131086059</notice> <product>PXTYD1DZK59Y4C</product> <serial>PXTYD1DZK59Y4C</serial> <site_id>UNKNOWN</site_id> <trial_license_ind>false</trial_license_ind> <version>2.0</version> </license_feature> <license_text> </license_text> </license>