Summary
Convert time to epoch
Description
Converts time to epoch
Route
No Northbound API Available
Roles
Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| inputTime | object | yes | The time to convert | 
| epochFormat | enum | yes | Allowed values are: [ Seconds, Milliseconds ] - epoch format | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| epochTime | number | The converted time |