Type Alias AutomationConnectionsAPI

Index

Properties

changeOwnerAutomationConnection: typeof changeOwnerAutomationConnection

Changes the owner of an automation connection by specifying a new owner.

The unique identifier for the automation connection.

an object with the body content

ChangeOwnerAutomationConnectionHttpError

changeSpaceAutomationConnection: typeof changeSpaceAutomationConnection

Changes the space of an automation connection by specifying a new space.

The unique identifier for the automation connection.

an object with the body content

ChangeSpaceAutomationConnectionHttpError

checkAutomationConnection: typeof checkAutomationConnection

Tries to validate and checks the connection status of an automation connection.

The unique identifier for the automation connection.

CheckAutomationConnectionHttpError

clearCache: typeof clearCache

Clears the cache for automation-connections api requests.

createAutomationConnection: typeof createAutomationConnection

Creates a new connection object from an automation connector.

an object with the body content

CreateAutomationConnectionHttpError

deleteAutomationConnection: typeof deleteAutomationConnection

Deletes the specified automation connection.

The unique identifier for the automation connection.

an object with query parameters

DeleteAutomationConnectionHttpError

getAutomationConnection: typeof getAutomationConnection

Returns details about the specified automation connection.

The unique identifier for the automation connection.

GetAutomationConnectionHttpError

getAutomationConnections: typeof getAutomationConnections

Retrieves a list of automation connections

an object with query parameters

GetAutomationConnectionsHttpError

updateAutomationConnection: typeof updateAutomationConnection

Updates the specified properties of an automation connection.

The unique identifier for the automation connection.

an object with the body content

UpdateAutomationConnectionHttpError