PagerDuty

PAGERDUTY_FETCH_CACHE_VARIABLE_FOR_EVENT_ORCHESTRATION

Retrieves detailed information about a specific cache variable within an event orchestration in PagerDuty. This endpoint allows users to fetch the current state and configuration of a cache variable, which is used to store temporary data for optimizing event orchestration performance. It's particularly useful when you need to inspect or debug the cached data being used in your event orchestration workflows. The endpoint should be used when you need to verify the contents of a specific cache variable or when troubleshooting issues related to event orchestration data caching. Note that this endpoint only provides read access to the cache variable and cannot be used to modify its contents.

Remote pagerduty

Other tools also called PAGERDUTY_FETCH_CACHE_VARIABLE_FOR_EVENT_ORCHESTRATION? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id",
      "description": "The ID of an Event Orchestration."
    },
    "cache_variable_id": {
      "type": "string",
      "title": "Cache Variable Id",
      "description": "The ID of a Cache Variable."
    }
  }
}