Sha256: cefbeca2dc4c563627639c3f5925ab239488bf516a84bd39bf24dc4a953e4ec8
Contents?: true
Size: 1.23 KB
Versions: 5
Compression:
Stored size: 1.23 KB
Contents
# Action ## Example Action Object ``` { "id": 1, "path": "", "when": "2000-01-01T01:00:00Z", "destination": "/to_path", "display": "Actual text of the action here.", "ip": "192.283.128.182", "source": "/from_path", "targets": null, "user_id": 1, "username": "user", "user_is_from_parent_site": true, "action": "create", "failure_type": "none", "interface": "web" } ``` * `id` (int64): Action ID * `path` (string): Path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters. * `when` (date-time): Action occurrence date/time * `destination` (string): The destination path for this action, if applicable * `display` (string): Friendly displayed output * `ip` (string): IP Address that performed this action * `source` (string): The source path for this action, if applicable * `targets` (object): Targets * `user_id` (int64): User ID * `username` (string): Username * `user_is_from_parent_site` (boolean): true if this change was performed by a user on a parent site. * `action` (string): Type of action * `failure_type` (string): Failure type. If action was a user login or session failure, why did it fail? * `interface` (string): Interface on which this action occurred.
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
files.com-1.1.180 | docs/action.md |
files.com-1.1.179 | docs/action.md |
files.com-1.1.178 | docs/action.md |
files.com-1.1.177 | docs/action.md |
files.com-1.1.176 | docs/action.md |