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

Version Path
files.com-1.0.96 docs/action.md
files.com-1.0.95 docs/action.md
files.com-1.0.94 docs/action.md
files.com-1.0.93 docs/action.md
files.com-1.0.92 docs/action.md
files.com-1.0.91 docs/action.md
files.com-1.0.90 docs/action.md
files.com-1.0.89 docs/action.md
files.com-1.0.88 docs/action.md
files.com-1.0.87 docs/action.md
files.com-1.0.86 docs/action.md
files.com-1.0.85 docs/action.md
files.com-1.0.84 docs/action.md
files.com-1.0.83 docs/action.md
files.com-1.0.82 docs/action.md
files.com-1.0.81 docs/action.md
files.com-1.0.80 docs/action.md
files.com-1.0.79 docs/action.md
files.com-1.0.78 docs/action.md
files.com-1.0.77 docs/action.md