Skip to main content

Get the license pool details of an existing MSSP

GET 

/api/v1/mssp/:mssp-id/license-pool

x-public: "true"

Returns the details of an existing MSSP.

Request

Path Parameters

    mssp-id stringrequired

    the id of the MSSP of interest

Responses

OK

Schema
    value object[]
  • Array [
  • licensePoolId string
    poolName string
    serialNumber string
    msspId string
    totalCredits int32
    unallocatedCredits int32
    startDate int64
    endDate int64
    tenantLicenses object[]
  • Array [
  • tenantLicenseId string
    serialNumber string
    licensePoolId string
    allocatedCredits int32
    startDate int64
    endDate int64
  • ]
  • ]
  • nextPageToken string
Loading...