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
Optional
options: ApiCallOptionsChanges the space of an automation connection by specifying a new space.
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
Optional
options: ApiCallOptionsTries to validate and checks the connection status of an automation connection.
Tries to validate and checks the connection status of an automation connection.
The unique identifier for the automation connection.
Optional
options: ApiCallOptionsClears the cache for automation-connections api requests.
Clears the cache for automation-connections api requests.
Creates a new connection object from an automation connector.
Creates a new connection object from an automation connector.
an object with the body content
Optional
options: ApiCallOptionsDeletes the specified automation connection.
Deletes the specified automation connection.
The unique identifier for the automation connection.
an object with query parameters
Optional
forced?: booleanWhen true, the automation connection will be deleted regardless of its usage by any automations.
Optional
options: ApiCallOptionsReturns details about the specified automation connection.
Returns details about the specified automation connection.
The unique identifier for the automation connection.
Optional
options: ApiCallOptionsRetrieves a list of automation connections
Retrieves a list of automation connections
an object with query parameters
Optional
filter?: stringFilters the result based on the specified criteria: name, connectorId, ownerId, or spaceId.
Optional
limit?: numberThe number of automation connections to retrieve.
Optional
listAll?: booleanWhen true, list all connections. Restricted to tenant admins and analytics admins.
Optional
sort?: The field to sort by, with +- prefix indicating sort order. (?sort=-name => sort on the name field using descending order)
Optional
options: ApiCallOptionsUpdates the specified properties of an automation connection.
Updates the specified properties of an automation connection.
The unique identifier for the automation connection.
an object with the body content
Optional
options: ApiCallOptions
Changes the owner of an automation connection by specifying a new owner.