Skip to main content

Get license usage details for a license type

Select

SaaS
Customer Managed

Get license usage details for a license type

Query Parameters
  • licenseType LicenseType required

    Possible values: [CLEANROOM, AUTORECOVERY]

    Default value: CLEANROOM

    License type for which usage details are required

Responses

OK


Schema
  • licenseUsageType LicenseUsageType

    Possible values: [PURCHASED, LIMITREACHED, EXPIRED_OR_NOTPURCHASED, NOTAVAILABLE]

    The state of a license supported for LicenseUsage API

  • licenseType LicenseType

    Possible values: [CLEANROOM, AUTORECOVERY]

    Default value: CLEANROOM

    The type of licenses supported for LicenseUsage API

  • licenseName string

    The name of the license

  • issuedQuantity int32

    The quantity issued in the license

  • usedQuantity int32

    The quantity used in the license

  • error object
  • errorMessage string
  • errorCode int32
GET /licenseusage    

Authorization

type: apiKeyname: Authtokenin: header

Request

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