Skip to main content

connections

Overview

Nameconnections
TypeResource
Idsumologic.connections.connections

Fields

NameDatatypeDescription
idstringUnique identifier for the connection.
namestringName of the connection.
descriptionstringDescription of the connection.
createdBystringIdentifier of the user who created the resource.
modifiedAtstringLast modification timestamp in UTC.
modifiedBystringIdentifier of the user who last modified the resource.
typestringType of connection. Valid values are WebhookConnection, ServiceNowConnection.
createdAtstringCreation timestamp in UTC in RFC3339 format.

Methods

NameAccessible byRequired ParamsDescription
getConnectionSELECTid, type, regionGet a connection with the given identifier.
listConnectionsSELECTregionGet a list of all connections in the organization. The response is paginated with a default limit of 100 connections per page.
createConnectionINSERTdata__name, data__type, regionCreate a new connection in the organization.
deleteConnectionDELETEid, type, regionDelete a connection with the given identifier.
updateConnectionEXECid, data__name, data__type, regionUpdate an existing connection.