Type alias SingleServerSupportInfo

SingleServerSupportInfo: {
    date: string;
    deployment: {
        type: "single";
    };
}

Single server deployment information for support purposes.

Type declaration

  • date: string

    ISO 8601 datetime string of when the information was requested.

  • deployment: {
        type: "single";
    }

    Information about the deployment.

    • type: "single"

      Deployment mode:

      • "single": A single server deployment.

      • "cluster": A cluster deployment.