Allocations API Version History

This page lists updates to the Allocations API.

Latest Version

Version 2.3.0: 26 September 2024

  • The quantity parameter is now optional in the request body of this endpoint:
    • /{v2}/{accountid}/assets/productName/{productName}/allocationType/{allocationType}
  • The allocationType parameter now supports linked_to_license as a type of allocation in requests to these endpoints:
    • /{v2}/{accountid}/assets

    • /{v2}/{accountid}/assets

    • /{v2}/{accountid}/assets/productName/{productName}/allocationType/{allocationType}

  • The response of this endpoint now includes the list of available term licenses that you can allocate to managed accounts as Linked to License allocations:
    • /{v2}/{accountid}/assets/summary/{resourceType}
  • The licenseType parameter in the response of these endpoints now supports Linked to License as a type of allocation:
    • /{v2}/{accountid}/assets/summary/{resourceType}
    • /{v2}/{accountid}/assets/allocations/{resourceType}
    • /{v2}/{accountid}/assets/licenses/{resourceType}

    • /{v2}/{accountid}/assets/assigned/{resourceType}

  • To update the allocation type to Linked to License, you can now specify the serialorLicense parameter in the request body of this endpoint:
    • /{v2}/{accountid}/assets/productName/{productName}/allocationType/{allocationType}

Previous Versions