PAGERDUTY_GET_CACHE_VARIABLE_BY_ID
Retrieves detailed information about a specific cache variable associated with a particular service within an event orchestration in PagerDuty. This endpoint allows you to access the current state and configuration of a cache variable, which can be crucial for understanding and troubleshooting event orchestration workflows. Use this when you need to inspect or verify the settings of a cache variable for a given service, such as during debugging or auditing processes. The endpoint provides read-only access and does not allow modification of the cache variable. Keep in mind that the response will only include information about the specified cache variable and will not provide a comprehensive view of all variables or the entire event orchestration configuration.
Available from 1 provider (1 remote)
Input Schema
{
"type": "object",
"properties": {
"service_id": {
"type": "string",
"title": "Service Id",
"description": "The service ID"
},
"cache_variable_id": {
"type": "string",
"title": "Cache Variable Id",
"description": "The ID of a Cache Variable."
}
}
}
Remote Providers (1)
These servers are accessible over the network — no local installation needed.
PagerDuty
Remotepagerduty