Sfdc Api Total Usage Event Log DMO
API Total Usage Event Log Data Model Object
Object API Name: std__SfdcApiTotalUsageEventLogDmo__dlm
Category: Unassigned
Availability: Available in 262 and later versions
Primary Key Field: RequestIdentifier
- ApiFamily
- ApiResource
- cdp_sys_record_currency
- ClientIp
- ClientName
- ConnectedAppIdentifier
- DataSourceId
- DataSourceObjectId
- HttpMethod
- InternalOrganizationId
- IsApiLimitCounted
- ObjectName
- RequestIdentifier
- StatusCode
- Timestamp
- UserIdentifier
- Field API Name:
std__ApiFamily__c - Data Type: TEXT
- Description: The API family. For example REST SOAP or Bulk.
- Field API Name:
std__ApiResource__c - Data Type: TEXT
- Description: The API method or resource. For example describeSObjects for SOAP.
- Field API Name:
std__cdp_sys_record_currency__c - Data Type: TEXT
- Description: System-generated metadata field that stores a 3-letter ISO currency code.
- Field API Name:
std__ClientIp__c - Data Type: TEXT
- Description: The IP address of the client that's using Salesforce services.
- Field API Name:
std__ClientName__c - Data Type: TEXT
- Description: The name of the client making the API request.
- Field API Name:
std__ConnectedAppIdentifier__c - Data Type: TEXT
- Description: The ID of the connected app making the API request.
- Field API Name:
std__DataSourceId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__DataSourceObjectId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__HttpMethod__c - Data Type: TEXT
- Description: The HTTP method. For example GET.
- Field API Name:
std__InternalOrganizationId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__IsApiLimitCounted__c - Data Type: BOOLEAN
- Description: Whether the request counted against the API limit (true) or not (false).
- Field API Name:
std__ObjectName__c - Data Type: TEXT
- Description: The name of the object accessed by the API request.
- Field API Name:
std__RequestIdentifier__c - Data Type: TEXT
- Description: The unique ID of a single transaction.
- Field API Name:
std__StatusCode__c - Data Type: DOUBLE
- Description: The HTTP response status code for the request.
- Field API Name:
std__Timestamp__c - Data Type: DATETIME
- Description: The access time of Salesforce services in GMT.
- Field API Name:
std__UserIdentifier__c - Data Type: TEXT
- Description: The ID of the user who's using Salesforce services through the UI or the API.