| 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.
|
| CONNECTED_APP_ID |
- Type
- String
- Description
- The ID of the connected app making the API request.
- If the connected app ID includes the prefix 0H4, append it to the connected app ID in the My Domain URL to access app details
(https://MyDomainName.my.salesforce.com/0H4xxxxxxxxxxxx). If, however, the connected app ID uses the prefix
888, contact Salesforce Customer Support for app details.
|
| COUNTS_AGAINST_API_LIMIT |
- Type
- Boolean
- Description
- Whether the request counted against the API limit (true) or not (false).
|
| ENTITY_NAME |
- Type
- Set
- Description
- The name of the object accessed by the API request.
- For example: Account,
Opportunity,
Contact, and so
on.
|
| 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.
|
| 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.
|
| STATUS_CODE |
- Type
- Number
- Description
- The HTTP response status code for the request.
|
| 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
|