Skip to main content
Server path: /turbot-pipes-connections | Type: Application | PCID required: Yes

Tools

ToolDescription
turbot_pipes_connections_org_connection_createCreate org connection
turbot_pipes_connections_org_connection_create_permissionCreate org connection permission
turbot_pipes_connections_org_connection_deleteDelete org connection
turbot_pipes_connections_org_connection_delete_permissionDelete org connection permission
turbot_pipes_connections_org_connection_folder_createCreate org connection folder
turbot_pipes_connections_org_connection_folder_deleteDelete org connection folder
turbot_pipes_connections_org_connection_folder_getGet org connection folder
turbot_pipes_connections_org_connection_folder_listList org connection folders
turbot_pipes_connections_org_connection_folder_list_workspacesList org connection folder workspaces
turbot_pipes_connections_org_connection_folder_updateUpdate org connection folder
turbot_pipes_connections_org_connection_getGet org connection
turbot_pipes_connections_org_connection_get_permissionGet org connection permission
turbot_pipes_connections_org_connection_listList org connections
turbot_pipes_connections_org_connection_list_permissionList org connection permissions
turbot_pipes_connections_org_connection_list_workspacesList org connection workspaces
turbot_pipes_connections_org_connection_testTest org connection
turbot_pipes_connections_org_connection_updateUpdate org connection
turbot_pipes_connections_org_connection_update_permissionUpdate org connection permission
turbot_pipes_connections_org_integration_createCreate org integration
turbot_pipes_connections_org_integration_deleteDelete org integration
turbot_pipes_connections_org_integration_getGet org integration
turbot_pipes_connections_org_integration_listList org integrations
turbot_pipes_connections_org_integration_testTest org integration
turbot_pipes_connections_org_integration_updateUpdate org integration
turbot_pipes_connections_org_workspace_connection_createCreate a connection for an org workspace or associate an org connection to the workspace
turbot_pipes_connections_org_workspace_connection_deleteDelete org workspace connection association
turbot_pipes_connections_org_workspace_connection_getGet org workspace connection association
turbot_pipes_connections_org_workspace_connection_listList org workspace connection associations
turbot_pipes_connections_org_workspace_connection_testTest org workspace connection
turbot_pipes_connections_org_workspace_connection_updateUpdate org workspace connection

turbot_pipes_connections_org_connection_create

Create org connection Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the organization where we want to create the connection.
modestringNoThe mode of this request
configobjectNoconfig
handlestringYeshandle
parent_idstringNoparent_id
pluginstringYesplugin

turbot_pipes_connections_org_connection_create_permission

Create org connection permission Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the org for which we want to list connection permissions.
connection_handlestringYesThe handle of the connection for which we want to list permissions.
identity_handlestringNoidentity_handle
tenant_handlestringNotenant_handle
workspace_handlestringNoworkspace_handle

turbot_pipes_connections_org_connection_delete

Delete org connection Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the organization where the connection exists.
connection_handlestringYesThe handle of the connection that needs to be deleted.

turbot_pipes_connections_org_connection_delete_permission

Delete org connection permission Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the org for which we want to delete connection permission for.
connection_handlestringYesThe handle of the connection for which we want to delete permission for.
permission_idstringYesThe id of the permission which we want to delete.

turbot_pipes_connections_org_connection_folder_create

Create org connection folder Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the org for which we want to create a connection folder.
modestringNoThe mode of this request
parent_idstringNoparent_id
titlestringYestitle

turbot_pipes_connections_org_connection_folder_delete

Delete org connection folder Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the org for which we want to delete the connection folder.
folder_idstringYesThe ID of the connection folder that needs to be deleted.

turbot_pipes_connections_org_connection_folder_get

Get org connection folder Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the org for which we want to retrieve the connection folder.
folder_idstringYesThe ID of the connection folder to retrieve.

turbot_pipes_connections_org_connection_folder_list

List org connection folders Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the org for which we want to list connection folders.
limitintegerNoThe max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
next_tokenstringNoWhen list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.

turbot_pipes_connections_org_connection_folder_list_workspaces

List org connection folder workspaces Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the org for which we want to list connection folder workspace.
folder_idstringYesThe ID of the connection folder for which we want to list workspaces.
limitintegerNoThe max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
next_tokenstringNoWhen list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.

turbot_pipes_connections_org_connection_folder_update

Update org connection folder Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the org for which we want to update the connection folder.
folder_idstringYesThe ID of the connection folder which needs to be updated.
modestringNoThe mode of this request
parent_idstringNoparent_id
titlestringNotitle

turbot_pipes_connections_org_connection_get

Get org connection Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of an organization where the connection exists.
connection_handlestringYesThe handle of the connection whose detail needs to be fetched.

turbot_pipes_connections_org_connection_get_permission

Get org connection permission Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the org for which we want to get connection permission for.
connection_handlestringYesThe handle of the connection for which we want to get permission for.
permission_idstringYesThe id of the permission which we want to retrieve.

turbot_pipes_connections_org_connection_list

List org connections Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the organization for which we want to list connections.
limitintegerNoThe max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
next_tokenstringNoWhen list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.

turbot_pipes_connections_org_connection_list_permission

List org connection permissions Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the org for which we want to list connection permissions.
connection_handlestringYesThe handle of the connection for which we want to list permissions.
limitintegerNoThe max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
next_tokenstringNoWhen list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.

turbot_pipes_connections_org_connection_list_workspaces

List org connection workspaces Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the organization where the connection exists.
connection_handlestringYesThe handle of the connection for which we want to list workspaces.
limitintegerNoThe max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
next_tokenstringNoWhen list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.

turbot_pipes_connections_org_connection_test

Test org connection Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the org performing the action.
connection_handlestringYesThe handle of the connection to be tested. For connections that are not yet created, use underscore _ as the handle, else pass the handle of the existing connection.
configobjectNoconfig
pluginstringYesplugin

turbot_pipes_connections_org_connection_update

Update org connection Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the organization where the connection exists.
connection_handlestringYesThe handle of the connection which needs to be updated.
modestringNoThe mode of this request
configobjectNoconfig
config_sourcestringNoconfig_source
credential_sourcestringNocredential_source
handlestringNohandle
parent_idstringNoparent_id

turbot_pipes_connections_org_connection_update_permission

Update org connection permission Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the org for which we want to update connection permission for.
connection_handlestringYesThe handle of the connection for which we want to update permission for.
permission_idstringYesThe id of the permission which we want to update.
identity_handlestringNoidentity_handle
tenant_handlestringNotenant_handle
workspace_handlestringNoworkspace_handle

turbot_pipes_connections_org_integration_create

Create org integration Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the org for which you want to create an integration.
configobjectNoThe configuration for the integration.
handlestringYesThe handle for the integration.
typestringYesThe type of the integration, can be one of aws, azure, gcp, gitlab or github.

turbot_pipes_connections_org_integration_delete

Delete org integration Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the organization on which the integration is configured.
integration_handlestringYesThe handle of the integration which needs to be deleted.

turbot_pipes_connections_org_integration_get

Get org integration Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the org to which the integration belongs to.
integration_handlestringYesThe handle of the integration whose details need to be retrieved.

turbot_pipes_connections_org_integration_list

List org integrations Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the org for which you want to list integrations.
limitintegerNoThe max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
next_tokenstringNoWhen list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.

turbot_pipes_connections_org_integration_test

Test org integration Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the org to which the integration belongs to.
integration_handlestringYesThe handle of the integration to be tested. For integrations that are not yet created, use underscore _ as the handle, else pass the handle of the existing integration.
configobjectNoconfig
typestringNotype

turbot_pipes_connections_org_integration_update

Update org integration Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the org on which the integration is configured.
integration_handlestringYesThe handle of the integration whose details need to be updated.
configobjectNoThe configuration for the integration.
handlestringNoThe handle for the integration.
statestringNoThe state of the integration.

turbot_pipes_connections_org_workspace_connection_create

Create a connection for an org workspace or associate an org connection to the workspace Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the organization to which the workspace belongs to.
workspace_handlestringYesThe handle of the workspace where the connection will be created / associated.
configobjectNoconfig
handlestringYeshandle
parent_idstringNoparent_id
pluginstringYesplugin

turbot_pipes_connections_org_workspace_connection_delete

Delete org workspace connection association Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of an organization where we want to delete the association.
workspace_handlestringYesThe handle of the workspace whose association needs to be deleted.
connection_handlestringYesThe handle of the connection whose association needs to be deleted.

turbot_pipes_connections_org_workspace_connection_get

Get org workspace connection association Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the org for which you want to get the association.
workspace_handlestringYesThe handle of the workspace where the connection exist.
connection_handlestringYesThe handle of the connection whose association details needs to be fetched.

turbot_pipes_connections_org_workspace_connection_list

List org workspace connection associations Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of an organization for which you want to list the associations.
workspace_handlestringYesThe handle of the workspace where you want to list the associations.
limitintegerNoThe max number of items to fetch per page of data, subject to a min and max of 1 and 100 respectively. If not specified will default to 25.
next_tokenstringNoWhen list results are truncated, next_token will be returned, which is a cursor to fetch the next page of data. Pass next_token to the subsequent list request to fetch the next page of data.

turbot_pipes_connections_org_workspace_connection_test

Test org workspace connection Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the org where the connection exists / intends to be created.
workspace_handlestringYesThe handle of the workspace where the connection exists.
connection_handlestringYesThe handle of the connection to be tested. For connections that are not yet created, use underscore _ as the handle, else pass the handle of the existing connection.
configobjectNoconfig
pluginstringYesplugin

turbot_pipes_connections_org_workspace_connection_update

Update org workspace connection Parameters:
ParameterTypeRequiredDefaultDescription
org_handlestringYesThe handle of the org where the connection to be updated exists.
workspace_handlestringYesThe handle of the workspace where the connection to be updated exists.
connection_handlestringYesThe handle of the connection to update.
modestringNoThe mode of this request
configobjectNoconfig
config_sourcestringNoconfig_source
credential_sourcestringNocredential_source
handlestringNohandle
parent_idstringNoparent_id