{ "sections": [ "title", "description", "fields", "special_access_rules" ], "title": "ChangeSetOperationEventLog - Data API", "description": "Change Set Operation events contain information from change set migrations. This object is available in API version 65.0 and later.", "fields_columns": [ "type", "properties", "description" ], "fields": { "ChangeSetName": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The name of the change set." }, "ClientIp": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The IP address of the client that’s using Salesforce services. A Salesforce internal IP (such as a login from AppExchange) is shown as “Salesforce.com IP”." }, "CpuTime": { "type": "double", "properties": "Filter, Nillable, Sort", "description": "The CPU time in milliseconds used to complete the request. This field indicates the amount of activity taking place in the app server layer." }, "LoginKey": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The string that ties together all events in a given user’s login session. It starts with a login event and ends with either a logout event or the user session expiring." }, "OperationType": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The operation that’s being performed." }, "RequestIdentifier": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "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." }, "RunTime": { "type": "double", "properties": "Filter, Nillable, Sort", "description": "The amount of time that the request took in milliseconds." }, "SessionKey": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The user’s unique session ID. You can use this value to identify all user events within a session. When a user logs out and logs in again, a new session is started." }, "TargetOrganizationIdentifier": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "ID of the organization that’s receiving the change set." }, "Timestamp": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "Timestamp at which the log event was generated." }, "Uri": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "URI of the page receiving the request." }, "UserIdentifier": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The 15-character ID of the user who’s using Salesforce services through the UI or the API. For example: 00530000009M943." } }, "special_access_rules": "To access this object, you must have the View Event Log Object Data user permission." }