Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias IndexerResource

    type IndexerResource = {
        id?: number;
        name?: string | null;
        fields?: Prowlarr.Field[] | null;
        implementationName?: string | null;
        implementation?: string | null;
        configContract?: string | null;
        infoLink?: string | null;
        message?: Prowlarr.ProviderMessage;
        tags?: number[] | null;
        presets?: Prowlarr.IndexerResource[] | null;
        indexerUrls?: string[] | null;
        legacyUrls?: string[] | null;
        definitionName?: string | null;
        description?: string | null;
        language?: string | null;
        encoding?: string | null;
        enable?: boolean;
        redirect?: boolean;
        supportsRss?: boolean;
        supportsSearch?: boolean;
        supportsRedirect?: boolean;
        supportsPagination?: boolean;
        appProfileId?: number;
        protocol?: Prowlarr.DownloadProtocol;
        privacy?: IndexerPrivacy;
        capabilities?: IndexerCapabilityResource;
        priority?: number;
        downloadClientId?: number;
        added?: string;
        status?: IndexerStatusResource;
        sortName?: string | null;
    }
    Index

    Properties

    id?: number
    name?: string | null
    fields?: Prowlarr.Field[] | null
    implementationName?: string | null
    implementation?: string | null
    configContract?: string | null
    infoLink?: string | null
    tags?: number[] | null
    presets?: Prowlarr.IndexerResource[] | null
    indexerUrls?: string[] | null
    legacyUrls?: string[] | null
    definitionName?: string | null
    description?: string | null
    language?: string | null
    encoding?: string | null
    enable?: boolean
    redirect?: boolean
    supportsRss?: boolean
    supportsSearch?: boolean
    supportsRedirect?: boolean
    supportsPagination?: boolean
    appProfileId?: number
    privacy?: IndexerPrivacy
    priority?: number
    downloadClientId?: number
    added?: string
    sortName?: string | null