As of December 31st, 2023 ThreadFix 2.X has reached End of Life and is no longer supported. For any further information please contact the Success and Implementation team.

List Scheduled Remote Provider Imports - API

/rest/{version}/remoteprovider/scheduledImports/list


Descriptor

Value

HTTP Method

GET

Description

Lists all scheduled remote provider imports.

Required Permission

Manage Remote Providers

Version Introduced2.7.7


Request Header Parameters

Parameter

Value

Required

Description

Accept

String

Yes

A value of ‘application/json’ must be provided.


Sample Calls:


curl --insecure -H 'Accept: application/json' -H "Authorization: APIKEY {apikey}" -X DELETE http://localhost:8080/threadfix/rest/latest/remoteprovider/scheduledImports/list


Sample Output:


{
    "message": "",
    "success": true,
    "responseCode": -1,
    "object": [
        {
            "id": 2,
            "hour": 9,
            "minute": 30,
            "period": "AM",
            "day": null,
            "frequency": "Daily",
            "scheduleType": "SELECT",
            "cronExpression": null,
            "scheduledDate": "Daily at 9:30AM",
            "remoteProviderEntity": {
                "name": "Team Checkmarx",
                "id": 1
            },
            "application": null,
            "cronTranslation": null
        }
    ]
}

www.threadfix.it | www.coalfire.com
Copyright © 2024 Coalfire. All rights reserved.

This Information Security Policy is CoalFire - Public: Distribution of this material is not limited.