Activate or amend license
POST/activation/api/v1/activate
Activates licenses for the target TSG (initial activation), or updates allocated quantities for existing licenses (amendment). The entitlement_group_id and entitlement_id must be retrieved from the entitlement-groups endpoint first.
Constraints:
- Duplicate entitlement_id entries in the payload are prohibited.
- Requested quantities must not exceed net available license capacity (Total − Allocated).
- Requested quantities must satisfy SKU minimum thresholds.
- At least one base SKU with a non-zero quantity must be included.
- management_mode and pba are immutable after initial activation; subsequent modification attempts are rejected.
Request
Responses
- 200
- 400
- 500
Activation workflow started successfully
Bad Request — validation failure (duplicate entitlements, capacity exceeded, missing base SKU, etc.)
Internal server error