{ "name": "UpdateRumApplication", "fully_qualified_name": "DatadogApi.UpdateRumApplication@0.1.0", "description": "Update settings of a specific RUM application by ID.\n\nUse this tool to modify the configuration or details of a RUM (Real User Monitoring) application within your organization by providing its ID.", "toolkit": { "name": "ArcadeDatadogApi", "description": null, "version": "0.1.0" }, "input": { "parameters": [ { "name": "rum_application_id", "required": true, "description": "The ID of the RUM application to update.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "RUM application ID." }, "inferrable": true, "http_endpoint_parameter_name": "id" }, { "name": "rum_app_id", "required": true, "description": "The unique ID of the RUM application to update.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "RUM application ID." }, "inferrable": true, "http_endpoint_parameter_name": "data.id" }, { "name": "rum_application_update_type", "required": true, "description": "Specifies the RUM application update type. Allowed value is 'rum_application_update'.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": [ "rum_application_update" ], "properties": null, "inner_properties": null, "description": "RUM application update type." }, "inferrable": true, "http_endpoint_parameter_name": "data.type" }, { "name": "rum_application_name", "required": false, "description": "The name of the RUM application to be updated.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "Name of the RUM application." }, "inferrable": true, "http_endpoint_parameter_name": "data.attributes.name" }, { "name": "product_analytics_retention_state", "required": false, "description": "Set the retention policy for Product Analytics data derived from RUM events. Accepted values: 'MAX', 'NONE'.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": [ "MAX", "NONE" ], "properties": null, "inner_properties": null, "description": "Controls the retention policy for Product Analytics data derived from RUM events." }, "inferrable": true, "http_endpoint_parameter_name": "data.attributes.product_analytics_retention_state" }, { "name": "rum_event_processing_state", "required": false, "description": "Configures which RUM events are processed and stored. Accepts 'ALL', 'ERROR_FOCUSED_MODE', or 'NONE'.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": [ "ALL", "ERROR_FOCUSED_MODE", "NONE" ], "properties": null, "inner_properties": null, "description": "Configures which RUM events are processed and stored for the application." }, "inferrable": true, "http_endpoint_parameter_name": "data.attributes.rum_event_processing_state" }, { "name": "rum_application_type", "required": false, "description": "Specify the type of RUM application. Valid options: `browser`, `ios`, `android`, `react-native`, `flutter`, `roku`, `electron`, `unity`, `kotlin-multiplatform`.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "Type of the RUM application. Supported values are `browser`, `ios`, `android`, `react-native`, `flutter`, `roku`, `electron`, `unity`, `kotlin-multiplatform`." }, "inferrable": true, "http_endpoint_parameter_name": "data.attributes.type" } ] }, "output": { "description": "Response from the API endpoint 'UpdateRUMApplication'.", "available_modes": [ "value", "error", "null" ], "value_schema": { "val_type": "json", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": null } }, "requirements": { "authorization": null, "secrets": [ { "key": "DATADOG_API_KEY" }, { "key": "DATADOG_APPLICATION_KEY" }, { "key": "DATADOG_BASE_URL" } ], "metadata": null }, "deprecation_message": null, "metadata": { "object_type": "api_wrapper_tool", "version": "1.1.0", "description": "Tools that enable LLMs to interact directly with the Datadog API." }, "http_endpoint": { "metadata": { "object_type": "http_endpoint", "version": "1.2.0", "description": "" }, "url": "https://{datadog_base_url}/api/v2/rum/applications/{id}", "http_method": "PATCH", "headers": {}, "parameters": [ { "name": "id", "tool_parameter_name": "rum_application_id", "description": "RUM application ID.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "RUM application ID." }, "accepted_as": "path", "required": true, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "data.attributes.name", "tool_parameter_name": "rum_application_name", "description": "Name of the RUM application.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "Name of the RUM application." }, "accepted_as": "body", "required": false, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "data.attributes.product_analytics_retention_state", "tool_parameter_name": "product_analytics_retention_state", "description": "Controls the retention policy for Product Analytics data derived from RUM events.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": [ "MAX", "NONE" ], "properties": null, "inner_properties": null, "description": "Controls the retention policy for Product Analytics data derived from RUM events." }, "accepted_as": "body", "required": false, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "data.attributes.rum_event_processing_state", "tool_parameter_name": "rum_event_processing_state", "description": "Configures which RUM events are processed and stored for the application.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": [ "ALL", "ERROR_FOCUSED_MODE", "NONE" ], "properties": null, "inner_properties": null, "description": "Configures which RUM events are processed and stored for the application." }, "accepted_as": "body", "required": false, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "data.attributes.type", "tool_parameter_name": "rum_application_type", "description": "Type of the RUM application. Supported values are `browser`, `ios`, `android`, `react-native`, `flutter`, `roku`, `electron`, `unity`, `kotlin-multiplatform`.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "Type of the RUM application. Supported values are `browser`, `ios`, `android`, `react-native`, `flutter`, `roku`, `electron`, `unity`, `kotlin-multiplatform`." }, "accepted_as": "body", "required": false, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "data.id", "tool_parameter_name": "rum_app_id", "description": "RUM application ID.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "RUM application ID." }, "accepted_as": "body", "required": true, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "data.type", "tool_parameter_name": "rum_application_update_type", "description": "RUM application update type.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": [ "rum_application_update" ], "properties": null, "inner_properties": null, "description": "RUM application update type." }, "accepted_as": "body", "required": true, "deprecated": false, "default": "rum_application_update", "documentation_urls": [] } ], "documentation_urls": [], "secrets": [ { "arcade_key": "DATADOG_API_KEY", "parameter_name": "DD-API-KEY", "accepted_as": "header", "formatted_value": null, "description": "", "is_auth_token": false }, { "arcade_key": "DATADOG_APPLICATION_KEY", "parameter_name": "DD-APPLICATION-KEY", "accepted_as": "header", "formatted_value": null, "description": "", "is_auth_token": false }, { "arcade_key": "DATADOG_BASE_URL", "parameter_name": "datadog_base_url", "accepted_as": "path", "formatted_value": null, "description": "", "is_auth_token": false } ], "request_body_spec": "{\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"description\": \"RUM application update request.\",\n \"properties\": {\n \"data\": {\n \"description\": \"RUM application update.\",\n \"properties\": {\n \"attributes\": {\n \"description\": \"RUM application update attributes.\",\n \"properties\": {\n \"name\": {\n \"description\": \"Name of the RUM application.\",\n \"example\": \"updated_name_for_my_existing_rum_application\",\n \"type\": \"string\"\n },\n \"product_analytics_retention_state\": {\n \"description\": \"Controls the retention policy for Product Analytics data derived from RUM events.\",\n \"enum\": [\n \"MAX\",\n \"NONE\"\n ],\n \"example\": \"MAX\",\n \"type\": \"string\",\n \"x-enum-descriptions\": [\n \"Store Product Analytics data for the maximum available retention period\",\n \"Do not store Product Analytics data\"\n ],\n \"x-enum-varnames\": [\n \"MAX\",\n \"NONE\"\n ]\n },\n \"rum_event_processing_state\": {\n \"description\": \"Configures which RUM events are processed and stored for the application.\",\n \"enum\": [\n \"ALL\",\n \"ERROR_FOCUSED_MODE\",\n \"NONE\"\n ],\n \"example\": \"ALL\",\n \"type\": \"string\",\n \"x-enum-descriptions\": [\n \"Process and store all RUM events (sessions, views, actions, resources, errors)\",\n \"Process and store only error events and related critical events\",\n \"Disable RUM event processing\\u2014no events are stored\"\n ],\n \"x-enum-varnames\": [\n \"ALL\",\n \"ERROR_FOCUSED_MODE\",\n \"NONE\"\n ]\n },\n \"type\": {\n \"description\": \"Type of the RUM application. Supported values are `browser`, `ios`, `android`, `react-native`, `flutter`, `roku`, `electron`, `unity`, `kotlin-multiplatform`.\",\n \"example\": \"browser\",\n \"type\": \"string\"\n }\n },\n \"type\": \"object\"\n },\n \"id\": {\n \"description\": \"RUM application ID.\",\n \"example\": \"abcd1234-0000-0000-abcd-1234abcd5678\",\n \"type\": \"string\"\n },\n \"type\": {\n \"default\": \"rum_application_update\",\n \"description\": \"RUM application update type.\",\n \"enum\": [\n \"rum_application_update\"\n ],\n \"example\": \"rum_application_update\",\n \"type\": \"string\",\n \"x-enum-varnames\": [\n \"RUM_APPLICATION_UPDATE\"\n ]\n }\n },\n \"required\": [\n \"id\",\n \"type\"\n ],\n \"type\": \"object\"\n }\n },\n \"required\": [\n \"data\"\n ],\n \"type\": \"object\"\n }\n }\n },\n \"required\": true\n}", "use_request_body_schema_mode": false, "validate_request_body_schema": false } }