SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias OrchestrationConfigPostRequest

    OrchestrationConfigPostRequest: {
        name: string;
        scenario: string;
        spec: OrchestrationConfig;
        version: string;
    } & Record<string, any>

    Representation of the 'OrchestrationConfigPostRequest' schema.

    Type Declaration

    • name: string

      Max Length: 120. Pattern: "^[a-zA-Z0-9_-]+$".

    • scenario: string

      Max Length: 120. Pattern: "^[a-zA-Z0-9_-]+$".

    • spec: OrchestrationConfig
    • version: string

      Max Length: 10. Pattern: "^[a-zA-Z0-9._-]+$".

      Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.