Retrieve a trial policy

Retrieves the details of an existing trial policy.

GET/v3/trial-policies/{id}
JWT
trialPolicy:read

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the trial policy.

Responses

200 OK
{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "name": "string",
  "allowVmActivation": true,
  "allowContainerActivation": true,
  "userLocked": true,
  "disableGeoLocation": true,
  "allowedIpRange": "string",
  "allowedIpRanges": [
    "string"
  ],
  "allowedCountries": [
    "string"
  ],
  "disallowedCountries": [
    "string"
  ],
  "allowedIpAddresses": [
    "string"
  ],
  "disallowedIpAddresses": [
    "string"
  ],
  "trialLength": 0,
  "fingerprintMatchingStrategy": "fuzzy"
}