Skip to main content

Get AirGap Protect License Summary Report

Select

Customer Managed

This API returns the license consumption related to AirGap Protect storage

Responses

OK


Schema
  • cacheId string

    Report dataset cache Id

  • offset integer

    Denotes the starting point or index from which the requested data begins

  • limit integer

    Total number of records in the response

  • totalRecordCount integer

    Total Records in the response

  • columns object[]

    List of columns in the dataset

  • name string

    Column Name

  • dataField string

    Data field name

  • displayName string

    Display Name of the column

  • type string

    Data type

  • precision integer

    Decimal point precision

  • scale integer
  • recordsCount integer

    Total Records in the rows

  • records string[]

    Rows containing the output

  • failures object
  • warnings object
GET /cr/reportsplusengine/datasets/d7faef75-cf66-40a2-98ce-a2d0cc2a144b:cc2e77ec-9315-4446-cd7e-44ef80a8860e/data/?offset=0&fields=[licusagetype] as [license id],[dial] as [license],[purchased] as [available total (tb)],[permtotal] as [permanent purchased (tb)],[eval] as [term purchased (tb)],[usage] as [used (tb)],[evalexpirydate] as [evalexpirydate],[summary] as [summary]&parameter.guid=-1&limit=20    

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' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'