Get License Info
This endpoint returns license information
Responses
- 200
- 404
OK
- application/json
- Schema
- Example (from schema)
Schema
- commCellId int32
ID of the registered CommCell
- commServeIPAddress string
Possible values:
>= 7 characters
IP Address of CommServe
- licenseIPAddress string
Possible values:
>= 7 characters
IP Address of License
- edition string
Possible values: [
Commvault
,Hitachi
,Net Apps
,Commvault Express
,Showcase
,Netapp
,Virtual Server
,Medical Imaging
,IntelliSnap Recovery Manager
,fujitsu
,Sapphire
,HP Snap Manager
,Commvault Edge
,MSP
,IntelliSnap for NetApp
,Commvault Marketplace
,Flexential
,Zeal
,Metallic
]The license is for this software product
- licenseMode string
Possible values: [
EVALUATION
,PRODUCTION
,DR_PRODUCTION
]This license is intended for the specified usage scenario
- serialNumber string
Serial number of CommServe
- registrationCode string
Registration code of CommServe
- expiryDate int32
Expiry date of current license in epoch format
{
"commCellId": 0,
"commServeIPAddress": "string",
"licenseIPAddress": "string",
"edition": "Commvault",
"licenseMode": "EVALUATION",
"serialNumber": "string",
"registrationCode": "string",
"expiryDate": 0
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...