Retrieve a maintenance policy

Retrieves the details of an existing maintenance policy.

GET/v3/maintenance-policies/{id}
JWT
maintenancePolicy:read

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the maintenance policy.

Responses

200 OK
{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "name": "string",
  "validity": 0,
  "expirationStrategy": "immediate",
  "subscriptionInterval": "string",
  "subscriptionStartTrigger": "license-creation",
  "allowMajorVersionUpdates": true,
  "allowMinorVersionUpdates": true
}