Skip to content

license_details

Overview

This resource can be used to get the License Details.

Version information

Version : v2

URI scheme

Host :
BasePath : /sdwan/nitro/v2/license/
Schemes : HTTP

Tags

  • license_details : Operations related to license_details

Paths

Get operation for license_details

GET /license_details

Description

Use this operation to get the License Details.

Responses

HTTP Code Description Schema
200 API Successfully executed license_details_response_schema
400 Failed: bad input parameter ErrorSchema
401 Unauthorized: Failed Authentication ErrorSchema
403 Unauthorized: Forbidden ErrorSchema
405 Failed: Data format unacceptable ErrorSchema
415 Failed: Data format unacceptable ErrorSchema
500 Failed: Internal Server Error ErrorSchema

Produces

  • application/json

Tags

  • license_details

Definitions

ErrorSchema

Name Schema
errorcode
optional
integer
errormessage
optional
string

expiry_date

The Expiry Date of the license.

Type : string

in_use_count

Use count of the license

Type : string

license_details_delete_success_schema

Name Schema
license_details
optional
license_details

license_details

Name Description Schema
message
optional
Example : "resource deleted succesfully" string

license_details_post_success_schema

Name Schema
license_details
optional
license_details

license_details

Name Description Schema
message
optional
Example : "resource added succesfully" string

license_details_put_success_schema

Name Schema
license_details
optional
license_details

license_details

Name Description Schema
message
optional
Example : "resource modified succesfully" string

license_details_response_schema

Type : < license_details_response_schema > array

license_details_response_schema

Name Schema
expiry_date
optional
expiry_date
in_use_count
optional
in_use_count
license_type
optional
license_type
maintenance_expiry
optional
maintenance_expiry
model
optional
model
total_count
optional
total_count

license_type

The type of License

Type : string

maintenance_expiry

The maintenance expiry date of the License

Type : string

model

The License Model

Type : string

total_count

Total Count of the License

Type : string

Was this article helpful?