It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda Intronis Backup
formerly ECHOplatform

Server Time

  • Last updated on

URI

/v1/general/time

URI Parameters

  • n/a

Methods

GET

GET /v1/general/time

Gets an account's server time.

Scope

n/a

Request Body Parameters

  • n/a

Response Attributes

  • time (date) – The local time on the barracuda API server

Example JSON

Request:

GET /v1/general/time HTTP/1.1

Host: api.intronis.com

Authorization: OAuth vF9dft4qmT

Accept: application/json

Response:

HTTP/1.1 200 OK

Content-Type: application/json

{

  "time" : "2011-01-01T09:00:00-05:00"

}

Example XML

Request:

ET /v1/general/time HTTP/1.1

Host: api.intronis.com

Authorization: OAuth vF9dft4qmT

Accept: application/xml

 

Response:

HTTP/1.1 200 OK

Content-Type: application/xml

 

<?xml version="1.0" encoding="UTF-8"?>

<time>2011-01-01T09:00:00-05:00</time>