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

    Type Alias BckndArgoCDApplicationStatus

    BckndArgoCDApplicationStatus: {
        healthStatus?: string;
        message?: string;
        reconciledAt?: string;
        source?: { path?: string; repoURL?: string; revision?: string } & Record<
            string,
            any,
        >;
        syncFinishedAt?: string;
        syncResourcesStatus?: (
            { kind?: string; message?: string; name?: string; status?: string } & Record<
                string,
                any,
            >
        )[];
        syncRessourcesStatus?: (
            { kind?: string; message?: string; name?: string; status?: string } & Record<
                string,
                any,
            >
        )[];
        syncStartedAt?: string;
        syncStatus?: string;
    } & Record<string, any>

    ArgoCD application definition and status

    Type Declaration

    • OptionalhealthStatus?: string

      ArgoCD application health status

    • Optionalmessage?: string

      ArgoCD application health status message

    • OptionalreconciledAt?: string

      Get timestamp information related to the sync state of the ArgoCD application

    • Optionalsource?: { path?: string; repoURL?: string; revision?: string } & Record<string, any>

      Information about the ArgoCD application itself

    • OptionalsyncFinishedAt?: string

      Gets the timestamp information related to the sync state of the ArgoCD application

    • OptionalsyncResourcesStatus?: (
          { kind?: string; message?: string; name?: string; status?: string } & Record<
              string,
              any,
          >
      )[]

      Status of all resources that need to be synchronized with the gitops repo

    • OptionalsyncRessourcesStatus?: (
          { kind?: string; message?: string; name?: string; status?: string } & Record<
              string,
              any,
          >
      )[]

      Status of all resources that need to be synchronized with the gitops repo. Misspelled and deprecated, use syncResourcesStatus instead.

    • OptionalsyncStartedAt?: string

      Get timestamp information related to the sync state of the ArgoCD application

    • OptionalsyncStatus?: string

      ArgoCD application sync status

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