license_info
Configuration for License Information resource.
Read/write properties
sync_operation<Boolean>
sync operation.
id<String>
System generated value.
Read only properties
product<String>
Product.
feature<String>
Feature.
license_type<String>
License Type [Retail, NFR, Eval, TP, System].
burst_license_available<Integer>
Burst license available for this license.
vpx_license_used<Integer>
Total license used by ADC/SDX.
act_id<String>
Activity Id.
user_info<license_user_detail[]>
userInfo.
license_used<Integer>
Used Licenses.
license_available<Integer>
Available Licenses.
Operations
NOTE: In request payload, Mandatory parameters are marked red and bold.
The following parameters can be used in the nitro request :
onerror <String_value>
Use this parameter to set the onerror status for nitro request. Applicable only for bulk requests.
Default value: EXIT
Possible values = EXIT, CONTINUE
URL:https://<MGMT-IP>/nitro/v2/config/license_info/id_value<String>?action=apply&onerror=<String_value>
HTTPS Method:POST
Request Headers:
Content-Type:application/json
X-NITRO-USER:username_value<String>
X-NITRO-PASS:password_value<String>
or
Cookie:NITRO_AUTH_TOKEN=token_value<String>
Request Payload:JSON
{"license_info": { }}
Response:
HTTPS Status Code on Success: 200 OK HTTPS Status Code on Failure: 4xx
Response Payload:JSON
{ "errorcode": 0, "message": "Done", "severity": <String_value>}
URL:https://<MGMT-IP>/nitro/v2/config/license_info
HTTPS Method:GET
Request Headers:
Accept:application/json
X-NITRO-USER:username_value<String>
X-NITRO-PASS:password_value<String>
or
Cookie:NITRO_AUTH_TOKEN=token_value<String>
Response:
HTTPS Status Code on Success: 200 OK HTTPS Status Code on Failure: 4xx
Response Headers:
Content-Type:application/json
Response Payload:JSON
{ "errorcode": 0, "message": "Done", "severity": <String_value>, "license_info":[{
"product":<String_value>,
"feature":<String_value>,
"license_type":<String_value>,
"burst_license_available":<Integer_value>,
"vpx_license_used":<Integer_value>,
"act_id":<String_value>,
"sync_operation":<Boolean_value>,
"id":<String_value>,
"user_info":[{
"parent_id":<String_value>,
"id":<String_value>,
"node":<String_value>,
"display":<String_value>,
"no_of_license":<Integer_value>,
"name":<String_value>,
"parent_name":<String_value>,
"time":<Integer_value>}],
"license_used":<Integer_value>,
"license_available":<Integer_value>}]}