NAiOS IconNAiOS Logo
Volver al catálogo

Turbot Pipes

turbot_pipes

Turbot Pipes is an intelligence, automation, and security platform built specifically for DevOps, offering hosted Steampipe database instances, shared dashboards, snapshots, and more.

Acciones
12
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (12)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Get Authenticated ActorTURBOT_PIPES_ACTOR_GETAcción

Tool to retrieve the authenticated actor. use when you need details about the currently authenticated actor after obtaining a valid token.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Actor ActivityTURBOT_PIPES_ACTOR_LIST_ACTIVITYAcción

Tool to list activities for the authenticated actor. use when you need detailed activity logs with optional filtering and pagination.

Parámetros de entrada

  • limitinteger

    Maximum number of activity records to return.

  • filterstring

    Query to filter actor activities (e.g., 'action=login').

  • offsetinteger

    Number of records to skip for pagination.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List actor connectionsTURBOT_PIPES_ACTOR_LIST_CONNECTIONSAcción

Tool to list connections associated with the authenticated actor. use after confirming authentication to retrieve the actor's connection list.

Parámetros de entrada

  • typestring

    Filter by connection type

  • limitinteger

    Maximum number of results to return, must be >=1

  • offsetinteger

    Pagination offset, must be >=0

  • actorIdstring

    Filter by actor ID

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Actor OrganizationsTURBOT_PIPES_ACTOR_LIST_ORGSAcción

Tool to list organizations associated with the authenticated actor. use when you have a valid access token.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Actor WorkspacesTURBOT_PIPES_ACTOR_LIST_WORKSPACESAcción

Tool to list workspaces for the authenticated actor. use when you need to retrieve all workspaces the actor has access to.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Start login via EmailTURBOT_PIPES_AUTH_LOGIN_TOKEN_EMAIL_CREATEAcción

Tool to start login process by sending a confirmation code to a user's email. use when initiating a passwordless email login flow.

Parámetros de entrada

  • emailanyObligatorioemail

    User's email address to receive the login confirmation code

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get IdentityTURBOT_PIPES_IDENTITIES_GETAcción

Tool to retrieve a specific identity by handle. use when you need details of an identity by its handle after authenticating.

Parámetros de entrada

  • identity_handlestringObligatorio

    Unique identifier for the identity to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Identity AvatarTURBOT_PIPES_IDENTITIES_GET_AVATARAcción

Tool to retrieve avatar image for an identity. use when you need to display or download the user's avatar after knowing their identity handle.

Parámetros de entrada

  • identity_handlestringObligatorio

    Handle or ID of the identity for which to retrieve the avatar image

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List IdentitiesTURBOT_PIPES_IDENTITIES_LISTAcción

Tool to list all identities. use when you need to retrieve identities with optional filtering, sorting, and pagination after authentication.

Parámetros de entrada

  • pageinteger

    Page number to retrieve; must be >= 1.

  • sortstring

    Comma-separated list of fields to sort by (e.g., 'name,createdAt').

  • filterstring

    Filter expression to limit the identities returned (e.g., 'type:user').

  • pageSizeinteger

    Number of results per page; must be >= 1.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List User NotifiersTURBOT_PIPES_USER_NOTIFIERS_LISTAcción

Tool to list all notifiers for a user. use when you need to view a user's configured notification endpoints.

Parámetros de entrada

  • user_handlestringObligatorio

    Handle of the user whose notifiers to list

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete User TokenTURBOT_PIPES_USER_TOKENS_DELETEAcción

Tool to delete a specific user token. use when you need to revoke a user's token after confirming handle and token id.

Parámetros de entrada

  • token_idstringObligatorio

    Unique identifier of the token to be deleted

  • user_handlestringObligatorio

    Unique handle or identifier for the user whose token will be deleted

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get User TokenTURBOT_PIPES_USER_TOKENS_GETAcción

Tool to retrieve details of a specific user token. use when you need to inspect token metadata (e.g., creation time and scopes) after confirming the user handle and token id.

Parámetros de entrada

  • token_idstringObligatorio

    Unique identifier of the token to retrieve

  • user_handlestringObligatorio

    Handle of the user in the system

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not