Skip to content

Applies a usage plan to this entitlement, copying metric tiers to monitored assets and setting feature values. The plan is a read-only template.

POST
/api/v1/provision/admin/entitlements/{entitlementId}/apply-plan
curl --request POST \
--url https://example.com/api/v1/provision/admin/entitlements/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/apply-plan \
--header 'Content-Type: application/json' \
--data '{ "planSetId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0", "planName": "example" }'
entitlementId
required
string format: uuid

Entitlement id.

Cancellation token.

Request to apply a plan from a plan set to an entitlement.

object
planSetId
string format: uuid
planName
string
Example generated
{
"planSetId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0",
"planName": "example"
}

OK

Bad Request

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string

Not Found

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string