Implementing OwnCloud API v1: Get the status #30

Closed
opened 7 years ago by dustinwilson · 1 comments
Owner

Get the status

  • Method: GET
  • Route: /status
  • Parameters: none
  • Returns:
{
  "version": "5.2.4",
  "warnings": {
    "improperlyConfiguredCron": false  // if true the webapp will fail to update the feeds correctly
  }
}
## Get the status * **Method**: GET * **Route**: /status * **Parameters**: none * **Returns**: ```js { "version": "5.2.4", "warnings": { "improperlyConfiguredCron": false // if true the webapp will fail to update the feeds correctly } } ```
Owner

The improperlyConfiguredCron member can probably be implemented via the background process writing a timestamp to the database each time it checks for stale feeds, and this method reporting false if the timestamp is more than 2 intervals old.

The improperlyConfiguredCron member can probably be implemented via the background process writing a timestamp to the database each time it checks for stale feeds, and this method reporting false if the timestamp is more than 2 intervals old.
jking closed this issue 7 years ago
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date

0000-12-31

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.