Skip to main content

Get License Info

Select

SaaS
Customer Managed

This endpoint returns license information

Responses

OK


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

GET /v4/license    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/License' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'