Apigee · Schema

ScheduleIntegrationResponse

Response from scheduling an integration execution.

Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationsMicroservicesMCPModel Context ProtocolMonetization

Properties

Name Type Description
executionInfoIds array Execution info IDs for the scheduled run.
View JSON Schema on GitHub

JSON Schema

apigee-scheduleintegrationresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScheduleIntegrationResponse",
  "title": "ScheduleIntegrationResponse",
  "type": "object",
  "description": "Response from scheduling an integration execution.",
  "properties": {
    "executionInfoIds": {
      "type": "array",
      "description": "Execution info IDs for the scheduled run.",
      "items": {
        "type": "string"
      }
    }
  }
}