getInactiveEpochInterval

Returns the inactive interval (in seconds) for the specified EFL. The returned value determines whether the epoch stays inactive for too long and needs to be removed. The default value is two weeks (1,209,600 seconds). In order for an epoch to stay active longer than this value, the user needs to ping the epoch periodically.

Request

<getInactiveEpochInterval/>

Reply

<getInactiveEpochInterval>
   <interval value=" "/>
   <result value=" ">
      <description/>
   </result>
</getInactiveEpochInterval>

Elements

interval

Specifies the value of the interval.

result

Specifies an error value or 0 (for no error).

description

Specifies a text description of the result.