As we reach the end of September 2024, ThreadFix version 3.x on-premises has officially reached its End-of-Life. Therefore, there is no longer support or updates for this version of the product. We have fully transitioned our product and development teams to focus ThreadFix SaaS and migrating all customers over from the on-premises versions. Our Customer Success and Support teams are here to help you in migrating to ThreadFix SaaS and maximizing the value you see from this improved offering from Coalfire. This is the next phase of ThreadFix and our team is looking forward to continuing to support you on this journey.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

The following is available for ThreadFix 3.1 and newer.

/api/application/queue/scans/pending/<pending_scan_id>

Descriptor

Value

HTTP Method

GET

Description

This endpoint returns the pending scans object identified by the <pending_scan_id> for users to view the status and additional processing data of a pending scan.

Required Permission

View Scans Queue

Version Introduced

3.1.0


Request Header Parameters

Parameter

Value

Required

Description

Accept

String

Yes

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

api-version

1.0

Yes

The version of the API to use - ‘latest’ returns the current version.


Sample Call:

https://localhost/api/application/queue/scans/pending/6bdf895a-3019-11ec-a1fa-1f4bc1b38394

Sample Output:

{
    "id": "6bdf895a-3019-11ec-a1fa-1f4bc1b38394",
    "active": true,
    "createdDate": "2021-10-18T13:43:48+00:00",
    "modifiedDate": "2021-10-18T13:45:50+00:00",
    "orgId": 3,
    "appId": 10,
    "primaryChannelTypeId": 8,
    "remoteProviderEntityId": 8,
    "scanId": 21,
    "jobId": "fecd50d6-9017-441d-b438-2801870946a3",
    "orgName": "Team 3",
    "appName": "App 3-8",
    "primaryChannelTypeName": "Black Duck",
    "remoteProviderEntityName": "Black Duck",
    "importType": "REMOTE_PROVIDER_IMPORT_TYPE",
    "sourceNameCount": 1,
    "sourceName": "[\"JavaVulnerableLab\"]",
    "processingStartTime": "2021-10-18T13:43:50+00:00",
    "requestTime": "2021-10-18T13:43:03+00:00",
    "endTime": "2021-10-18T13:45:50+00:00",
    "importTime": "2020-12-30T23:05:51.000+00:00",
    "updatedDate": "2020-12-30T23:05:51.000+00:00",
    "pendingScanStatus": "COMPLETED",
    "totalParsedFindingCount": 20,
    "combinedScan": false,
    "overrideNewestScan": false
}

  • No labels