{ "name": "UpdateEventOrchestrationFeatures", "fully_qualified_name": "PagerdutyApi.UpdateEventOrchestrationFeatures@2.0.0", "description": "Update features for Event Orchestration in PagerDuty.\n\nThis tool updates the enablement settings for specific product add-ons on an Event Orchestration in PagerDuty. Currently supports only the `aiops` feature. Use this to enable or disable features contained within the addon. Note: If the account lacks entitlement for AIOps, the change will occur but with a warning.", "toolkit": { "name": "ArcadePagerdutyApi", "description": null, "version": "2.0.0" }, "input": { "parameters": [ { "name": "event_orchestration_id", "required": true, "description": "The unique identifier for an Event Orchestration to update features.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The ID of an Event Orchestration." }, "inferrable": true, "http_endpoint_parameter_name": "id" }, { "name": "feature_enablement_identifier", "required": true, "description": "Specifies the feature enablement identifier for a product addon. Currently, only 'aiops' is supported.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": [ "aiops" ], "properties": null, "inner_properties": null, "description": "The feature enablement identifier, typically the name of the product addon. Currently only `aiops` is supported." }, "inferrable": true, "http_endpoint_parameter_name": "feature_name" }, { "name": "accept_version_header", "required": true, "description": "Specifies the version of the API to use. This is used as the Accept header for versioning.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The `Accept` header is used as a versioning header." }, "inferrable": true, "http_endpoint_parameter_name": "Accept" }, { "name": "set_content_type", "required": true, "description": "Specifies the media type of the request body, must be 'application/json'.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": [ "application/json" ], "properties": null, "inner_properties": null, "description": "" }, "inferrable": true, "http_endpoint_parameter_name": "Content-Type" }, { "name": "feature_enablement_settings", "required": false, "description": "A JSON object specifying the feature addon name, its enablement status, last update time, and any warnings. Use this to apply feature enablement settings.", "value_schema": { "val_type": "json", "inner_val_type": null, "enum": null, "properties": { "enablement": { "val_type": "json", "inner_val_type": null, "enum": null, "properties": { "feature": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The name of the product addon whose set of features will be enabled or disabled." }, "enabled": { "val_type": "boolean", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "A boolean value indicating whether the specified product addon is enabled or disabled." }, "updated_at": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The time the feature enablement was last updated." }, "warnings": { "val_type": "array", "inner_val_type": "json", "enum": null, "properties": null, "inner_properties": { "message": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The warning message." } }, "description": "An array of warnings related to this feature enablement. Only present if warning conditions are met." } }, "inner_properties": null, "description": null } }, "inner_properties": null, "description": "The feature enablement setting to apply." }, "inferrable": true, "http_endpoint_parameter_name": "requestBody" } ] }, "output": { "description": "Response from the API endpoint 'updateEventOrchestrationFeatureEnablements'.", "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": { "provider_id": "arcade-pagerduty", "provider_type": "oauth2", "id": null, "oauth2": null }, "secrets": null, "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 Pagerduty API." }, "http_endpoint": { "metadata": { "object_type": "http_endpoint", "version": "1.2.0", "description": "" }, "url": "https://api.pagerduty.com/event_orchestrations/{id}/enablements/{feature_name}", "http_method": "PUT", "headers": {}, "parameters": [ { "name": "id", "tool_parameter_name": "event_orchestration_id", "description": "The ID of an Event Orchestration.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The ID of an Event Orchestration." }, "accepted_as": "path", "required": true, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "feature_name", "tool_parameter_name": "feature_enablement_identifier", "description": "The feature enablement identifier, typically the name of the product addon. Currently only `aiops` is supported.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": [ "aiops" ], "properties": null, "inner_properties": null, "description": "The feature enablement identifier, typically the name of the product addon. Currently only `aiops` is supported." }, "accepted_as": "path", "required": true, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "Accept", "tool_parameter_name": "accept_version_header", "description": "The `Accept` header is used as a versioning header.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The `Accept` header is used as a versioning header." }, "accepted_as": "header", "required": true, "deprecated": false, "default": "application/vnd.pagerduty+json;version=2", "documentation_urls": [] }, { "name": "Content-Type", "tool_parameter_name": "set_content_type", "description": "", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": [ "application/json" ], "properties": null, "inner_properties": null, "description": "" }, "accepted_as": "header", "required": true, "deprecated": false, "default": "application/json", "documentation_urls": [] }, { "name": "requestBody", "tool_parameter_name": "feature_enablement_settings", "description": "The feature enablement setting to apply.", "value_schema": { "val_type": "json", "inner_val_type": null, "enum": null, "properties": { "enablement": { "val_type": "json", "inner_val_type": null, "enum": null, "properties": { "feature": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The name of the product addon whose set of features will be enabled or disabled." }, "enabled": { "val_type": "boolean", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "A boolean value indicating whether the specified product addon is enabled or disabled." }, "updated_at": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The time the feature enablement was last updated." }, "warnings": { "val_type": "array", "inner_val_type": "json", "enum": null, "properties": null, "inner_properties": { "message": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The warning message." } }, "description": "An array of warnings related to this feature enablement. Only present if warning conditions are met." } }, "inner_properties": null, "description": null } }, "inner_properties": null, "description": "The feature enablement setting to apply." }, "accepted_as": "body", "required": false, "deprecated": false, "default": null, "documentation_urls": [] } ], "documentation_urls": [], "secrets": [ { "arcade_key": "auth_token", "parameter_name": "Authorization", "accepted_as": "header", "formatted_value": "Bearer {authorization}", "description": "The OAuth token to use for authentication.", "is_auth_token": true } ], "request_body_spec": "{\n \"description\": \"The feature enablement setting to apply.\",\n \"content\": {\n \"application/json\": {\n \"schema\": {\n \"type\": \"object\",\n \"properties\": {\n \"enablement\": {\n \"type\": \"object\",\n \"properties\": {\n \"feature\": {\n \"readOnly\": true,\n \"type\": \"string\",\n \"description\": \"The name of the product addon whose set of features will be enabled or disabled.\",\n \"example\": \"aiops\"\n },\n \"enabled\": {\n \"type\": \"boolean\",\n \"description\": \"A boolean value indicating whether the specified product addon is enabled or disabled.\"\n },\n \"updated_at\": {\n \"readOnly\": true,\n \"type\": \"string\",\n \"format\": \"date-time\",\n \"description\": \"The time the feature enablement was last updated.\"\n },\n \"warnings\": {\n \"readOnly\": true,\n \"type\": \"array\",\n \"description\": \"An array of warnings related to this feature enablement. Only present if warning conditions are met.\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"message\": {\n \"type\": \"string\",\n \"description\": \"The warning message.\"\n }\n }\n }\n }\n },\n \"required\": [\n \"enabled\"\n ]\n }\n },\n \"required\": [\n \"enablement\"\n ]\n },\n \"examples\": {\n \"enable_aiops\": {\n \"$ref\": \"#/components/examples/FeatureEnablementPutRequestEnable\"\n },\n \"disable_aiops\": {\n \"$ref\": \"#/components/examples/FeatureEnablementPutRequestDisable\"\n }\n }\n }\n }\n}", "use_request_body_schema_mode": true, "validate_request_body_schema": true } }