Sha256: 45b26052afd8f70b8c31a56b147a2b9c5cbc990869a302be0fe45c1f2e7f7966

Contents?: true

Size: 1.38 KB

Versions: 52

Compression:

Stored size: 1.38 KB

Contents

# Audit Log Actions

Details on the various actions that can be performed on the
Audit Log resource, including the expected
parameters and the potential responses.

##### Contents

*   [Get](#get)

<br/>

## Get

Retrieves information on an audit log

```ruby
result = client.audit_log.get(
  orgId: my_org_id,
  auditLogId: my_audit_log_id)

puts result
```

#### Authentication
The client must be configured with a valid api access token to call this
action. The token must include at least one of the following scopes:
all.Organization, all.Organization.read, all.User, all.User.read, auditLog.*, or auditLog.get.

#### Available Parameters

| Name | Type | Required | Description | Default | Example |
| ---- | ---- | -------- | ----------- | ------- | ------- |
| orgId | string | Y | ID associated with the organization |  | 575ed6e87ae143cd83dc4aa8 |
| auditLogId | string | Y | ID associated with the audit log |  | 57955788124b37010084c053 |
| losantdomain | string | N | Domain scope of request (rarely needed) |  | example.com |

#### Successful Responses

| Code | Type | Description |
| ---- | ---- | ----------- |
| 200 | [Audit Log](_schemas.md#audit-log) | Audit log information |

#### Error Responses

| Code | Type | Description |
| ---- | ---- | ----------- |
| 400 | [Error](_schemas.md#error) | Error if malformed request |
| 404 | [Error](_schemas.md#error) | Error if audit log was not found |

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
losant_rest-1.16.3 docs/auditLog.md
losant_rest-1.16.2 docs/auditLog.md
losant_rest-1.16.1 docs/auditLog.md
losant_rest-1.16.0 docs/auditLog.md
losant_rest-1.15.2 docs/auditLog.md
losant_rest-1.15.1 docs/auditLog.md
losant_rest-1.15.0 docs/auditLog.md
losant_rest-1.14.1 docs/auditLog.md
losant_rest-1.14.0 docs/auditLog.md
losant_rest-1.13.1 docs/auditLog.md
losant_rest-1.13.0 docs/auditLog.md
losant_rest-1.12.0 docs/auditLog.md
losant_rest-1.11.1 docs/auditLog.md
losant_rest-1.11.0 docs/auditLog.md
losant_rest-1.10.4 docs/auditLog.md
losant_rest-1.10.3 docs/auditLog.md
losant_rest-1.10.2 docs/auditLog.md
losant_rest-1.10.1 docs/auditLog.md
losant_rest-1.10.0 docs/auditLog.md
losant_rest-1.9.3 docs/auditLog.md