Create a maintenance policy
Creates a new maintenance policy.
POST/v3/maintenance-policies
JWT
maintenancePolicy:write
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| name* | string | Name of the maintenance policy. | min: 1, max: 256 |
| allowMajorVersionUpdates* | boolean | Allow major version updates. | |
| allowMinorVersionUpdates* | boolean | Allow minor version updates. | |
| subscriptionInterval | string | The length of time which determines the subscription renewal cadence. ISO8601 durations accepted. | min: 0, max: 256 |
| subscriptionStartTrigger | string | enum: [license-creation, license-activation] |
Request Example
Responses
201
400
401
403
409
429
500