@jellyfin/sdk
    Preparing search index...

    Function SystemApiAxiosParamCreator

    • SystemApi - axios parameter creator

      Parameters

      Returns {
          getConfiguration: (
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          getDefaultMetadataOptions: (
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          getEndpointInfo: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
          getLogEntries: (
              startIndex?: number,
              limit?: number,
              minDate?: string,
              maxDate?: string,
              hasUserId?: boolean,
              name?: string,
              overview?: string,
              shortOverview?: string,
              type?: string,
              itemId?: string,
              username?: string,
              severity?: LogLevel,
              sortBy?: ActivityLogSortBy[],
              sortOrder?: SortOrder[],
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          getLogFile: (
              name: string,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          getNamedConfiguration: (
              key: string,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          getPingSystem: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
          getPublicSystemInfo: (
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          getServerLogs: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
          getSystemInfo: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
          getSystemStorage: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
          getUtcTime: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
          logFile: (
              body?: File,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          postPingSystem: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
          restartApplication: (
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          shutdownApplication: (
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          updateBrandingConfiguration: (
              brandingOptionsDto: BrandingOptionsDto,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          updateConfiguration: (
              serverConfiguration: ServerConfiguration,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          updateNamedConfiguration: (
              key: string,
              body: any,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
      }

      • getConfiguration: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
      • getDefaultMetadataOptions: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
      • getEndpointInfo: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
      • getLogEntries: (
            startIndex?: number,
            limit?: number,
            minDate?: string,
            maxDate?: string,
            hasUserId?: boolean,
            name?: string,
            overview?: string,
            shortOverview?: string,
            type?: string,
            itemId?: string,
            username?: string,
            severity?: LogLevel,
            sortBy?: ActivityLogSortBy[],
            sortOrder?: SortOrder[],
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>
      • getLogFile: (name: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>
      • getNamedConfiguration: (key: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>
      • getPingSystem: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
      • getPublicSystemInfo: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
      • getServerLogs: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
      • getSystemInfo: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
      • getSystemStorage: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
      • getUtcTime: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
      • logFile: (body?: File, options?: RawAxiosRequestConfig) => Promise<RequestArgs>
      • postPingSystem: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
      • restartApplication: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
      • shutdownApplication: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
      • updateBrandingConfiguration: (
            brandingOptionsDto: BrandingOptionsDto,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>
      • updateConfiguration: (
            serverConfiguration: ServerConfiguration,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>
      • updateNamedConfiguration: (
            key: string,
            body: any,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>