Skip to main content
Skip table of contents

View a specific quota profile

Request

To view a specific quota profile, send a GET request to:

CODE
https://<host>:<port>/cdvr/v1/operator/quotaprofile/{quotaprofilename}

Headers

  • Content-Type: application/json

Mandatory arguments

  • quotaprofilename – the name of the quota profile

Response

A successful request returns an HTTP 200 status.

If the specified quota profile could not be found, an HTTP 404 status is returned.

Example

A successful request returns a payload that looks like this:

CODE
{
  "name": "LARGE",
  "quota": "360000",
  "status": "ENABLED",
    "retentionPeriod": "P90D",
    "autoDelete": false,
    "autoDeleteOptions": {
      "isBasedOnAge": false,
      "isBasedOnNumberOfEpisodes": false
    }
}

See also

For full details of this API, see the User Recordings API documentation.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.