Method: PureCloud::ConfigurationApi#get_recordingkeys_rotationschedule

Defined in:
lib/purecloud/api/configuration_api.rb

#get_recordingkeys_rotationschedule(opts = {}) ⇒ KeyRotationSchedule

Get key rotation schedule

Parameters:

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



133
134
135
136
# File 'lib/purecloud/api/configuration_api.rb', line 133

def get_recordingkeys_rotationschedule(opts = {})
  data, status_code, headers = get_recordingkeys_rotationschedule_with_http_info(opts)
  return data
end