View a specific quota profile
Request
To view a specific quota profile, send a GET request to:
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:
{
"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.