PAGERDUTY_GET_CACHE_VARIABLES_FOR_SERVICE

Retrieves the cache variables associated with a specific service in PagerDuty's event orchestration system. This endpoint allows you to access temporary storage data used within event orchestration workflows for the specified service. It's particularly useful for debugging, auditing, or analyzing the current state of event handling for a service. The retrieved cache variables can provide insights into how events are being processed and what data is being stored temporarily during orchestration. This endpoint should be used when you need to inspect or verify the cache variables for a particular service, which can be helpful in troubleshooting or optimizing event orchestration workflows.

Available from 1 provider (1 remote)

Input Schema


            {
  "type": "object",
  "properties": {
    "service_id": {
      "type": "string",
      "title": "Service Id",
      "description": "The service ID"
    }
  }
}
          

Remote Providers (1)

These servers are accessible over the network — no local installation needed.

PagerDuty

Remote

pagerduty

View product →