def update_telemetry_configuration
        raise IncompleteResource, 'Please retrieve the Logical Interconnect before trying to update' unless @data['telemetryConfiguration']
        update_options = {
          'If-Match' =>  @data['telemetryConfiguration'].delete('eTag'),
          'body' => @data['telemetryConfiguration']