Sha256: c24fb336dc5e2a9c62594b1ade832c0053c2dc4ce36747ce8cd843e5789ec9e4

Contents?: true

Size: 1.1 KB

Versions: 16

Compression:

Stored size: 1.1 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": [

  ],
  "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(object)): 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

16 entries across 16 versions & 1 rubygems

Version Path
files.com-1.1.102 docs/action.md
files.com-1.1.101 docs/action.md
files.com-1.1.100 docs/action.md
files.com-1.1.99 docs/action.md
files.com-1.1.98 docs/action.md
files.com-1.1.97 docs/action.md
files.com-1.1.96 docs/action.md
files.com-1.1.95 docs/action.md
files.com-1.1.94 docs/action.md
files.com-1.1.93 docs/action.md
files.com-1.1.92 docs/action.md
files.com-1.1.91 docs/action.md
files.com-1.1.90 docs/action.md
files.com-1.1.89 docs/action.md
files.com-1.1.88 docs/action.md
files.com-1.1.87 docs/action.md