NAiOS IconNAiOS Logo
Volver al catálogo

Rocketadmin

rocketadmin

Save months of work developing custom admin panels with our secure solution for your MySQL, PostgreSQL, MSSQL, Oracle DB or MongoDB project.

Acciones
19
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 (19)

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.

Check API KeyROCKETADMIN_CHECK_API_KEYAcción

Tool to validate whether an API key is legitimate and active. Use when you need to verify that the current API key is valid before performing other operations.

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

Delete Table Row by Primary KeyROCKETADMIN_DELETE_TABLE_ROWAcción

Tool to delete a single row from a database table by primary key. Use when you need to remove a specific row identified by its ID. This is an API+ feature.

Parámetros de entrada

  • idanyObligatorio

    The primary key value of the row to delete. Can be a string or integer depending on the table schema.

  • tableNamestringObligatorio

    The name of the table from which the row will be deleted.

  • connectionIdstringObligatorio

    The unique identifier for the database connection where the deletion will occur.

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

Verify Company Invitation LinkROCKETADMIN_GET_COMPANY_INVITE_VERIFYAcción

Tool to check if a company invitation verification link is available and valid. Use when you need to verify a company invitation token before accepting the invitation.

Parámetros de entrada

  • verificationStringstringObligatorio

    A unique verification token string used to validate the company invitation link and check if it is still available and valid.

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 All ConnectionsROCKETADMIN_GET_CONNECTIONSAcción

Tool to retrieve all database connections where the user has access. Use when you need to discover available connections in the user's workspace.

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

Get Connection TablesROCKETADMIN_GET_CONNECTION_TABLESAcción

Tool to retrieve all tables from a database connection. Use when you need to discover available tables in a specific connection.

Parámetros de entrada

  • connectionIdstringObligatorio

    The unique identifier for the database connection to query tables from.

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 Connection Tables V2ROCKETADMIN_GET_CONNECTION_TABLES_V2Acción

Tool to retrieve all tables in a database connection organized with category information. Use when you need to discover available tables in a specific connection.

Parámetros de entrada

  • connectionIdstringObligatorio

    The unique identifier for the database connection to query tables from.

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

Validate Connection TokenROCKETADMIN_GET_CONNECTION_TOKENAcción

Tool to validate if connection agent token is valid. Use when you need to check if the current connection token is still authorized and active.

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

Get HelloROCKETADMIN_GET_HELLOAcción

Tool to retrieve a hello greeting message from the Rocketadmin API. Use when testing API connectivity or getting a simple greeting response.

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

Get SaaS Users by EmailROCKETADMIN_GET_SAAS_USERS_EMAILAcción

Tool to retrieve user information by email address. Use when you need to get details about a specific user by their email.

Parámetros de entrada

  • user_emailstringObligatorio

    The email address of the user to retrieve information for

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 Table Row by Primary KeyROCKETADMIN_GET_TABLE_ROWAcción

Tool to retrieve a single row from a database table using its primary key. Use when you need to fetch specific row data by its ID from a RocketAdmin connection.

Parámetros de entrada

  • idanyObligatorio

    The primary key value of the row to retrieve. Can be a string or integer depending on the table schema.

  • tableNamestringObligatorio

    The name of the database table to query.

  • connectionIdstringObligatorio

    The unique identifier for the database connection.

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 All Table RowsROCKETADMIN_GET_TABLE_ROWSAcción

Tool to retrieve all rows from a database table with support for pagination, filtering, and sorting. Use when you need to fetch multiple rows from a RocketAdmin connection table.

Parámetros de entrada

  • pageinteger

    Pagination page number for retrieving specific page of results.

  • emailstring

    User email filter parameter for filtering rows by email.

  • limitinteger

    Maximum number of records to return (default: 500).

  • orderstring

    Sort order for results (ASC for ascending, DESC for descending).

  • dateTostring

    Filter end date for date-based filtering. Use ISO date format.

  • offsetinteger

    Starting position for results, used for pagination.

  • perPageinteger

    Number of results per page for pagination.

  • dateFromstring

    Filter start date for date-based filtering. Use ISO date format.

  • tableNamestringObligatorio

    The name of the database table to query rows from.

  • connectionIdstringObligatorio

    The unique identifier for the database connection.

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 Table StructureROCKETADMIN_GET_TABLE_STRUCTUREAcción

Tool to retrieve the structural information of a database table including columns, data types, constraints, and relationships. Use when you need to understand the schema of a specific table in a RocketAdmin connection.

Parámetros de entrada

  • tableNamestringObligatorio

    The name of the database table to retrieve structure for.

  • connectionIdstringObligatorio

    The unique identifier for the database connection.

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

Verify User EmailROCKETADMIN_GET_USER_EMAIL_VERIFYAcción

Tool to verify a user's email address using a verification token. Use when you need to confirm a user's email address after registration or email change.

Parámetros de entrada

  • verificationStringstringObligatorio

    A unique verification token string used to authenticate and validate the user's email address during the verification process.

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

Export Table as CSVROCKETADMIN_POST_TABLE_CSV_EXPORTAcción

Tool to export table data as a CSV file from RocketAdmin. Use when you need to download table data in CSV format. This is an API+ feature that exports the specified table with optional filtering, pagination, and sorting.

Parámetros de entrada

  • pageinteger

    Page number for pagination, must be >=1.

  • emailstring

    Filter by user email address.

  • limitinteger

    Maximum records to return. Default is 500 if pagination is not used. Must be >=1.

  • orderstring

    Sorting parameter (e.g., 'ASC' for ascending, 'DESC' for descending).

  • dateTostring

    End date for date range filtering (ISO8601 format).

  • perPageinteger

    Number of records per page, must be >=1.

  • dateFromstring

    Start date for date range filtering (ISO8601 format).

  • tableNamestringObligatorio

    Specifies which table to export.

  • connectionIdstringObligatorio

    The unique identifier for the database connection.

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

Add Row to TableROCKETADMIN_POST_TABLE_ROWAcción

Tool to add a new row to a database table in RocketAdmin. Use when you need to insert data into a specific table. This is an API+ feature that creates a new row with the provided field values.

Parámetros de entrada

  • row_dataobjectObligatorio

    The row data to insert. Keys should match table column names and values should match expected data types. The structure depends on the target table schema.

  • tableNamestringObligatorio

    The name of the database table where the row should be inserted.

  • connectionIdstringObligatorio

    The unique identifier for the database connection where the row will be added.

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

Find Table Rows with FiltersROCKETADMIN_POST_TABLE_ROWS_FINDAcción

Tool to retrieve all rows from a database table with filter parameters in the request body. Use when you need to fetch rows with complex filtering conditions. This is an API+ feature that supports advanced filtering with operators like equals, greater than, less than, like, in, etc.

Parámetros de entrada

  • pageinteger

    Pagination page number for retrieving specific page of results.

  • filtersobject

    Filter parameters to apply to the table rows query. Structure: {column_name: {operator: value}}. Operators include 'eq' (equals), 'ne' (not equals), 'gt' (greater than), 'gte' (greater than or equal), 'lt' (less than), 'lte' (less than or equal), 'like' (pattern matching), 'in' (in list), 'notin' (not in list), 'isnull' (is null), 'isnotnull' (is not null).

  • perPageinteger

    Number of results per page for pagination.

  • tableNamestringObligatorio

    The name of the database table to query rows from.

  • connectionIdstringObligatorio

    The unique identifier for the database connection.

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

Update Table Row by Primary KeyROCKETADMIN_PUT_TABLE_ROWAcción

Tool to update a row in a database table by its primary key. Use when you need to modify existing row data in a RocketAdmin connection. This is an API+ feature.

Parámetros de entrada

  • idanyObligatorio

    The primary key value of the row to update. Can be a string or integer depending on the table schema.

  • row_dataobjectObligatorio

    The row data to update. Keys should match table column names and values should match expected data types. Only include fields that need to be updated.

  • tableNamestringObligatorio

    The name of the database table containing the row to update.

  • connectionIdstringObligatorio

    The unique identifier for the database connection where the row will be updated.

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 Multiple Table RowsROCKETADMIN_PUT_TABLE_ROWS_DELETEAcción

Tool to delete multiple rows from a table by primary key. Use when you need to batch delete rows identified by their primary keys. This is an API+ feature.

Parámetros de entrada

  • rowsobject[]Obligatorio

    Array of objects containing the primary key field(s) and their values for rows to be deleted. Each object must include the primary key field name(s) that identify the row.

  • tableNamestringObligatorio

    The name of the table from which rows will be deleted.

  • connectionIdstringObligatorio

    The unique identifier for the database connection where the deletion will occur.

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

Update Multiple Table RowsROCKETADMIN_PUT_TABLE_ROWS_UPDATEAcción

Tool to update multiple rows in a table by primary key. Use when you need to batch update rows identified by their primary keys with the same new values. This is an API+ feature.

Parámetros de entrada

  • newValuesobjectObligatorio

    Object containing the field names and new values to be set for all identified rows. Keys should match table column names.

  • tableNamestringObligatorio

    The name of the table where rows will be updated.

  • primaryKeysobject[]Obligatorio

    Array of objects containing the primary key field(s) and their values for rows to be updated. Each object must include the primary key field name(s) that identify the row.

  • connectionIdstringObligatorio

    The unique identifier for the database connection where the update will occur.

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