Skip to main content

Get the license Usage for MSSP

POST 

/api/v1/license/usage

x-public: "true"

Get the license Usage for a MSSP

Request

Body

required
    tenantGroupId string
    licensePoolId stringrequired
    timeRange object
    oneOf
    type string
    timeUnit string
    timeValue int32
    value object
    unit string

    Possible values: [week, month, year]

    amount int32

    Number of time units

    nextPageToken string

Responses

OK

Schema
    value object[]
  • Array [
  • tenantName string
    prismaId string
    createdOn int64
    expiringOn int64
    status string

    Possible values: [ACTIVE, PROVISIONING, UPDATING, DELETING, DELETED, OFFBOARDING, ERRORED]

    creditsAllocated int32
    avgConsumption int32
    lastUpdated int64
    externalTenantId string
  • ]
  • nextPageToken string
Loading...