NAiOS IconNAiOS Logo
Volver al catálogo

InfluxDB Cloud

influxdb_cloud

InfluxDB Cloud is a fully managed, scalable, and secure time series database service designed for real-time analytics and monitoring.

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

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.

Add Dashboard CellINFLUXDB_CLOUD_ADD_DASHBOARD_CELLAcción

Tool to add a cell to a dashboard. Use when you want to add or copy a cell to an existing dashboard after verifying the dashboard exists.

Parámetros de entrada

  • hinteger

    Cell height in grid units

  • winteger

    Cell width in grid units

  • xinteger

    X position of the cell in the dashboard grid

  • yinteger

    Y position of the cell in the dashboard grid

  • namestring

    Human-readable name for the cell

  • usingViewstring

    ID of an existing view to copy into the new cell

  • dashboardIDstringObligatorio

    ID of the dashboard to which the cell 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

Delete UserINFLUXDB_CLOUD_DELETE_USERAcción

Tool to delete a user by ID. Use when you need to remove a user in InfluxDB Cloud; requires an operator token.

Parámetros de entrada

  • userIDstringObligatorio

    ID of the user to delete.

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

Generate Flux Query ASTINFLUXDB_CLOUD_GENERATE_QUERY_ASTAcción

Tool to generate a Flux query Abstract Syntax Tree (AST). Use when you need to inspect the structure of a Flux script. Use after composing your Flux query; this validates syntax and returns the AST (does not check semantic correctness).

Parámetros de entrada

  • querystringObligatorio

    The Flux query script to analyze. Must be valid Flux syntax.

  • zap_trace_spanstring

    Optional OpenTracing span context. If set, sent as 'Zap-Trace-Span'.

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 DBRP MappingINFLUXDB_CLOUD_GET_DBRPAcción

Tool to retrieve a DBRP mapping by ID. Use when you need to fetch details of a specific DBRP mapping in InfluxDB Cloud.

Parámetros de entrada

  • orgstring

    Organization name that owns the DBRP mapping.

  • orgIDstring

    Organization ID that owns the DBRP mapping.

  • dbrpIDstringObligatorio

    DBRP mapping ID 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

List RoutesINFLUXDB_CLOUD_LIST_ROUTESAcción

Tool to list top-level API routes. Use when you need to discover all available API endpoints for an instance. Call after setting a valid authorization token.

Parámetros de entrada

  • zap_trace_spanstring

    Optional OpenTracing span context. If set, sent as 'Zap-Trace-Span'.

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

Sign InINFLUXDB_CLOUD_SIGNINAcción

Tool to create a user session by authenticating credentials. Use when initiating a user session after collecting credentials.

Parámetros de entrada

  • base_urlstring

    Override the base URL for the sign-in request. If not provided, the connection's base_url is used.

  • passwordstringObligatorio

    Password for login

  • usernamestringObligatorio

    Username for login (typically the account email)

  • Zap-Trace-Spanstring

    OpenTracing span context for request tracing.

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

Sign OutINFLUXDB_CLOUD_SIGNOUTAcción

Tool to expire a user session using a session cookie. Use when ending an authenticated session after signin.

Parámetros de entrada

  • cookiestringObligatorio

    Session cookie from POST /api/v2/signin to be sent in the Cookie header.

  • Zap-Trace-Spanstring

    OpenTracing span context for request tracing.

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 DBRPINFLUXDB_CLOUD_UPDATE_DBRPAcción

Tool to update a DBRP mapping's default and retention policy. Use when modifying an existing DBRP mapping after initial creation.

Parámetros de entrada

  • orgstring

    Query parameter. Organization name that owns the DBRP mapping.

  • orgIDstring

    Query parameter. Organization ID that owns the DBRP mapping.

  • dbrpIDstringObligatorio

    Path parameter. The ID of the DBRP mapping to update.

  • defaultboolean

    Set true to make this mapping the default retention policy for the specified database; set false to remove the default mapping.

  • retention_policystring

    Retention policy name (InfluxDB v1) for the mapping.

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

Write Line Protocol DataINFLUXDB_CLOUD_WRITE_DATAAcción

Tool to write line protocol data to a bucket. Use when ingesting asynchronous line protocol points after formatting the payload.

Parámetros de entrada

  • orgstring

    Organization name. One of `org` or `orgID` must be provided.

  • datastringObligatorio

    Line protocol payload to write. Must conform to InfluxDB line protocol format.

  • orgIDstring

    Organization ID. One of `org` or `orgID` must be provided.

  • bucketstringObligatorio

    Name of the bucket to write line protocol data into.

  • precisionstringenum

    Timestamp precision of the provided line protocol data.

    nsusmssmh

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