
InfluxDB Cloud
influxdb_cloudInfluxDB Cloud is a fully managed, scalable, and secure time series database service designed for real-time analytics and monitoring.
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ónTool 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.
INFLUXDB_CLOUD_ADD_DASHBOARD_CELLAcciónTool 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
hintegerCell height in grid units
wintegerCell width in grid units
xintegerX position of the cell in the dashboard grid
yintegerY position of the cell in the dashboard grid
namestringHuman-readable name for the cell
usingViewstringID of an existing view to copy into the new cell
dashboardIDstringObligatorioID of the dashboard to which the cell will be added
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete UserINFLUXDB_CLOUD_DELETE_USERAcciónTool to delete a user by ID. Use when you need to remove a user in InfluxDB Cloud; requires an operator token.
INFLUXDB_CLOUD_DELETE_USERAcciónTool 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
userIDstringObligatorioID of the user to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Generate Flux Query ASTINFLUXDB_CLOUD_GENERATE_QUERY_ASTAcciónTool 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).
INFLUXDB_CLOUD_GENERATE_QUERY_ASTAcciónTool 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
querystringObligatorioThe Flux query script to analyze. Must be valid Flux syntax.
zap_trace_spanstringOptional OpenTracing span context. If set, sent as 'Zap-Trace-Span'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get DBRP MappingINFLUXDB_CLOUD_GET_DBRPAcciónTool to retrieve a DBRP mapping by ID. Use when you need to fetch details of a specific DBRP mapping in InfluxDB Cloud.
INFLUXDB_CLOUD_GET_DBRPAcciónTool 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
orgstringOrganization name that owns the DBRP mapping.
orgIDstringOrganization ID that owns the DBRP mapping.
dbrpIDstringObligatorioDBRP mapping ID to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List RoutesINFLUXDB_CLOUD_LIST_ROUTESAcciónTool 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.
INFLUXDB_CLOUD_LIST_ROUTESAcciónTool 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_spanstringOptional OpenTracing span context. If set, sent as 'Zap-Trace-Span'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Sign InINFLUXDB_CLOUD_SIGNINAcciónTool to create a user session by authenticating credentials. Use when initiating a user session after collecting credentials.
INFLUXDB_CLOUD_SIGNINAcciónTool to create a user session by authenticating credentials. Use when initiating a user session after collecting credentials.
Parámetros de entrada
base_urlstringOverride the base URL for the sign-in request. If not provided, the connection's base_url is used.
passwordstringObligatorioPassword for login
usernamestringObligatorioUsername for login (typically the account email)
Zap-Trace-SpanstringOpenTracing span context for request tracing.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Sign OutINFLUXDB_CLOUD_SIGNOUTAcciónTool to expire a user session using a session cookie. Use when ending an authenticated session after signin.
INFLUXDB_CLOUD_SIGNOUTAcciónTool to expire a user session using a session cookie. Use when ending an authenticated session after signin.
Parámetros de entrada
cookiestringObligatorioSession cookie from POST /api/v2/signin to be sent in the Cookie header.
Zap-Trace-SpanstringOpenTracing span context for request tracing.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update DBRPINFLUXDB_CLOUD_UPDATE_DBRPAcciónTool to update a DBRP mapping's default and retention policy. Use when modifying an existing DBRP mapping after initial creation.
INFLUXDB_CLOUD_UPDATE_DBRPAcciónTool to update a DBRP mapping's default and retention policy. Use when modifying an existing DBRP mapping after initial creation.
Parámetros de entrada
orgstringQuery parameter. Organization name that owns the DBRP mapping.
orgIDstringQuery parameter. Organization ID that owns the DBRP mapping.
dbrpIDstringObligatorioPath parameter. The ID of the DBRP mapping to update.
defaultbooleanSet true to make this mapping the default retention policy for the specified database; set false to remove the default mapping.
retention_policystringRetention policy name (InfluxDB v1) for the mapping.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Write Line Protocol DataINFLUXDB_CLOUD_WRITE_DATAAcciónTool to write line protocol data to a bucket. Use when ingesting asynchronous line protocol points after formatting the payload.
INFLUXDB_CLOUD_WRITE_DATAAcciónTool to write line protocol data to a bucket. Use when ingesting asynchronous line protocol points after formatting the payload.
Parámetros de entrada
orgstringOrganization name. One of `org` or `orgID` must be provided.
datastringObligatorioLine protocol payload to write. Must conform to InfluxDB line protocol format.
orgIDstringOrganization ID. One of `org` or `orgID` must be provided.
bucketstringObligatorioName of the bucket to write line protocol data into.
precisionstringenumTimestamp precision of the provided line protocol data.
nsusmssmh
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not