Sha256: 52b150e4681383618129299e4fbb78f8a06c8da99146beb53cdbc8219fb580a5
Contents?: true
Size: 1.1 KB
Versions: 81
Compression:
Stored size: 1.1 KB
Contents
# Action ## Example Action Object ``` { "id": 1, "path": "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": [ ], "user_id": 1, "username": "user", "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` (array): Targets * `user_id` (int64): User ID * `username` (string): Username * `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
81 entries across 81 versions & 1 rubygems