v1

latestOpenAPI 3.1.0MIT2026-07-1799111346.8 KB

Get or set poll interval

Reads or updates the VFS poll interval duration, optionally waiting for the change to apply.

post/vfs/poll-interval

Query parameters

fsstring

Optional VFS identifier whose poll interval should be queried or modified.

intervalstring

Duration string (e.g. 5m) to set as the new poll interval.

timeoutstring

Duration to wait for the poll interval change to take effect; 0 waits indefinitely.

_groupstring

Assign the request to a custom stats group.

_asyncboolean

Run the command asynchronously. Returns a job id immediately.

Headers

Prefer'respond-async'

Set to "respond-async" with _async=true to receive HTTP 202 instead of 200.

Request body

fsstring

Optional VFS identifier whose poll interval should be queried or modified.

intervalstring

Duration string (e.g. 5m) to set as the new poll interval.

timeoutstring

Duration to wait for the poll interval change to take effect; 0 waits indefinitely.

_groupstring

Assign the request to a custom stats group.

_asyncboolean

Run the command asynchronously. Returns a job id immediately.

Response

Status of the poll-interval setting, possibly including the new interval.

object required