Changes API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/changes/865579/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": "https://translate.checkmk.com/api/units/1154340/?format=api",
    "component": "https://translate.checkmk.com/api/components/checkmk/dev/?format=api",
    "translation": "https://translate.checkmk.com/api/translations/checkmk/dev/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2024-05-06T07:30:36.701067Z",
    "action": 59,
    "target": "Checks <tt>fileinfo</tt> and <tt>sap_hana_fileinfo</tt> monitor the age and size of a single file. Each file information that is sent by the agent will create one service. By defining grouping patterns you can switch to checks <tt>fileinfo.groups</tt> or <tt>sap_hana_fileinfo.groups</tt>. These checks monitor a list of files at once. You can set levels not only for the total size and the age of the oldest/youngest file but also on the count. You can define one or several patterns for a group containing <tt>*</tt> and <tt>?</tt>, for example <tt>/var/log/apache/*.log</tt>. Please see Python's fnmatch for more information regarding globbing patterns and special characters. If the pattern begins with a tilde then this pattern is interpreted as a regular expression instead of as a filename globbing pattern and <tt>*</tt> and <tt>?</tt> are treated differently. For files contained in a group the discovery will automatically create a group service instead of single services for each file. This rule also applies when you use manually configured checks instead of inventorized ones. Furthermore, the current time/date in a configurable format may be included in the include pattern. The syntax is as follows: $DATE:format-spec$ or $YESTERDAY:format-spec$, where format-spec is a list of time format directives of the unix date command. Example: $DATE:%Y%m%d$ is todays date, e.g. 20140127. A pattern of /var/tmp/backups/$DATE:%Y%m%d$.txt would search for .txt files with todays date  as name in the directory /var/tmp/backups. The YESTERDAY syntax simply subtracts one day from the reference time.",
    "id": 865579,
    "action_name": "String updated in the repository",
    "url": "https://translate.checkmk.com/api/changes/865579/?format=api"
}