🔗 Console REST APIConnection Logs
Get connection events
Retrieves connection events for a specific connection ID within the organization
Authorization<token>
API Key is required to access the endpoints
In: header
Query Parameters
connectionId?string
Response Body
curl -X GET "https://example.com/api/connectionlog/events"[
{
"eventId": "d6703cc8-9e79-415d-ac03-a4dc7f6ab43c",
"connectionId": "string",
"organizationId": "string",
"host": "string",
"ipAddress": "string",
"protocolName": "string",
"serviceName": "string",
"dataCenter": "string",
"eventType": "string",
"eventDescription": "string",
"eventTimestamp": "2019-08-24T14:15:22Z"
}
]Empty
