PagerDuty

PAGERDUTY_GET_THE_SERVICE_ORCHESTRATION_FOR_A_SERVICE

Get a Service Orchestration. A Service Orchestration allows you to create a set of Event Rules. The Service Orchestration evaluates Events sent to this Service against each of its rules, beginning with the rules in the "start" set. When a matching rule is found, it can modify and enhance the event and can route the event to another set of rules within this Service Orchestration for further processing. For more information see the [API Concepts Document](../../api-reference/ZG9jOjI3NDc5Nzc-api-concepts#event-orchestrations) Scoped OAuth requires: `services.read`

Remote pagerduty

Other tools also called PAGERDUTY_GET_THE_SERVICE_ORCHESTRATION_FOR_A_SERVICE? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "include": {
      "enum": [
        "migrated_metadata"
      ],
      "type": "string",
      "title": "Include",
      "description": "Array of additional Models to include in response."
    },
    "service_id": {
      "type": "string",
      "title": "Service Id",
      "description": "The service ID"
    }
  }
}