| Field |
Details |
| API_FAMILY |
- Type
- String
- Description
- The API family. For example, REST, SOAP, or Bulk.
|
| API_RESOURCE |
- Type
- String
- Description
- The API method or resource. For example, describeSObjects for SOAP, or /v21.0/sobjects/Account/001xx000003DGQW
for REST.
|
| API_VERSION |
- Type
- Number
- Description
- The API version. For example, 21.
|
| CLIENT_IP |
- Type
- String
- Description
- The IP address of the client that’s
using Salesforce services. A Salesforce internal IP
(such as a login from Salesforce Workbench or
AppExchange) is shown as “Salesforce.com IP”.
-
For example: 96.43.144.26.
|
| CLIENT_NAME |
- Type
- String
- Description
- The name of the client making the API request. Includes values passed via the Sforce-Call-Options header.
|
| COUNTS_AGAINST_API_LIMIT |
- Type
- Boolean
- Description
- Whether the request counted against the API limit (true) or not (false).
|
| EVENT_TYPE |
- Type
- String
- Description
-
The type of event. The value is always ApiTotalUsage.
|
| HTTP_METHOD |
- Type
- String
- Description
- The HTTP method. For example, GET.
|
| ORGANIZATION_ID |
- Type
- Id
- Description
- The 15-character ID of the
organization.
- For example: 00D000000000123.
- Example
|
| REQUEST_ID |
- Type
- String
- Description
- The unique ID of a single
transaction. A transaction can contain one or more
events. Each event in a given transaction has the same
REQUEST_ID.
- For example: 3nWgxWbDKWWDIk0FKfF5DV.
|
| TIMESTAMP |
- Type
- String
- Description
- The access time of Salesforce
services in GMT.
- For example: 20130715233322.670.
|
| TIMESTAMP_DERIVED |
- Type
- DateTime
- Description
- The access time of Salesforce services in ISO8601-compatible
format (YYYY-MM-DDTHH:MM:SS.sssZ).
- For example: 2015-07-27T11:32:59.555Z. Timezone is
GMT.
|
| USER_ID |
- Type
- Id
- Description
- The 15-character ID of the user who’s using Salesforce services through the API.
- For example: 00530000009M943
|