Retrieves the current rotation schedule for the static encryption key.
Request
Request Syntax:
GET /api/v3/drm/key-rotation-schedule
Response
Name | Data Type | Description |
---|---|---|
key_rotation_schedule | Dictionary | Contains details about the encryption key rotation schedule. |
owner | String | Identifies the associated user account. |
error | Integer | Indicates whether an error occurred. |
Sample Response:
{
"owner": "abc33864a92b12a1a2a6cdg49b0a9534",
"key_rotation_schedule": {
"_id": "12770715bc29840c6h2fcc45b4c6463fc",
"next_rotation": 1576470581706,
"hour": 20,
"created": 1571867701666,
"enabled": true,
"frequency": 1,
"unit": "d"
},
"error": 0
}