Probely Developers
  1. Scans
Probely Developers
  • Account
    • Retrieve account information
      GET
    • Retrieve billing information
      GET
    • Partial update billing information
      PATCH
    • Update billing information
      PUT
    • Action that should be taken to enable the selected targets
      POST
    • Estimate costs of updating a subscription
      POST
    • Update a subscription
      POST
    • Available actions for the selected targets
      POST
  • Login
    • Authenticate user
      POST
    • Replace token with a new one
      POST
    • Revoke a token
      POST
    • Verify a token
      POST
    • Enterprise user authentication
      POST
    • Enterprise token refresh
      POST
    • Enterprise token revokation
      POST
    • Enterprise token verification
      POST
  • Password Reset
    • Check validity of password reset token
    • Send reset password email
    • Reset password after asking for a reset (with the token sent by email).
  • Events
    • List account events
    • Retrieve account event
    • List target events
    • Retrieve target event
    • List target webhooks
    • Create new target webhook
    • Delete target webhook
    • Retrieve target webhook
    • Partial update target webhook
    • Update target webhook
    • List account webhooks
    • Create new account webhook
    • Delete account webhook
    • Retrieve account webhook
    • Partial update account webhook
    • Update account webhook
  • Frameworks
    • List frameworks
    • Retrieve framework
  • Integrations
    • Integrations available and installed in the account
    • Integrations available and installed for the target
  • Jira Cloud Integration
    • List Jira Projects
    • Retrieve project issue types
    • Retrieve issue priorities
    • Retrieve issue statuses
    • Retrieve Jira Cloud finding configuration
    • Update Jira Cloud finding configuration
    • Update Jira Cloud finding configuration
    • Retrieve Jira Cloud Target configuration
    • Update Jira Cloud target configuration
    • Update Jira Cloud target configuration
  • Jira Server Integration
    • List Jira Projects
    • Retrieve project issue types
    • Retrieve issue priorities
    • Retrieve issue statuses
    • Retrieve Jira Server finding configuration
    • Update Jira Server finding configuration
    • Update Jira Server finding configuration
    • Retrieve Jira Server Target configuration
    • Update Jira Server target configuration
    • Update Jira Server target configuration
  • API Keys
    • List API keys allowed to operate on account
    • Create account API key
    • Delete account API key
    • Retrieve account API key
    • List target specific API keys
    • Create target API key
    • Delete target API key
    • Retrieve target API key
  • Labels
    • List labels
    • Create label
    • Delete label
    • Retrieve framework
    • Partial update
    • Update label
  • Plan
    • Subscription plans
  • Users
    • User data
    • Change user password
    • List users
    • Create/Reactivate a user.
    • Deactivate a user
    • Retrieve user
    • Partial update user
    • Update user
  • Targets
    • List targets
    • Create target
    • Delete target
    • Retrieve target
    • Partial update target
    • Update target
  • Archive
    • Activate targets
    • Archive targets
    • List archived targets
  • Statistics
    • Average fix time graph data (all targets)
    • Targets with open vulnerabilities pie chart data
    • Targets with open vulnerabilities
    • Risk trend graph data (all targets)
    • Severity trend graph data (all targets)
    • Top 5 vulnerabilities (all targets).
    • Average vulnerability trend graph data
    • Risk trend graph data
    • Severity trend graph data.
    • Top 5 vulnerabilities
  • Scans
    • List scans for all targets
      GET
    • Start a scan on the target
      POST
    • List scans
      GET
    • Dates where scans have ocurred
      GET
    • Scan page
      GET
    • Retrieve scan
      GET
    • Cancel running scan
      POST
    • Scan endpoints file
      GET
    • Scan report PDF, using the report type specified for the target
      GET
    • Scan report PDF, using the default report type
      GET
    • Scan report PDF, using the OWASP report type
      GET
    • Scan report PDF, using the PCI report type
      GET
  • Scheduled
    • List scheduled scans for all targets expanding recurrence
    • List scheduled scans
    • Create new scheduled scan
    • List scheduled scans expanding recurrence
    • Delete
    • Retrieve a scheduled scan
    • Partial update
    • Update a scheduled scan
  • Assets
    • List target's assets
    • Create new asset
    • Delete asset
    • Retrieve asset
    • Partial update assets
    • Update asset
    • Verify asset ownership
  • Findings
    • List target findings
    • Finding report
    • Bulk retest findings
    • Bulk update findings
    • Retrieve finding report PDF format
    • Retrieve finding
    • Partial update finding
    • Update finding
    • Finding activity log.
    • Retest finding
  • Slack Integration
    • Retrieve slack integration data
    • Update slack integration data
    • Update slack integration data
  • Site
    • Retrieve target's site
    • Partial update target's site
    • Update target's site
    • Verify site ownership
  • Vulnerabilities
    • List vulnerability definitions
    • Retrieve vulnerability definition
  1. Scans

Start a scan on the target

POST
/targets/{target_id}/scan_now/

Request

Path Params

Body Params application/json

Examples

Responses

🟢200OK
application/json
Body

🟠400400
🟠401401
🟠403403
🟠404404
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.probely.com/targets//scan_now/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "scan_profile": "safe"
}'
Response Response Example
200 - Example 1
{
    "changed": "2018-01-31T16:32:17.238553Z",
    "changed_by": {
        "email": "example@probely.com",
        "id": "jMXUw-BE_2vd",
        "name": "Henrique Cimento"
    },
    "completed": "2018-01-31T16:32:17.238553Z",
    "crawler": {
        "error": [
            "string"
        ],
        "state": "started",
        "status": {
            "0": 0,
            "1": 0
        },
        "warning": [
            "string"
        ]
    },
    "created": "2018-01-31T16:32:17.238553Z",
    "created_by": {
        "email": "example@probely.com",
        "id": "jMXUw-BE_2vd",
        "name": "Henrique Cimento"
    },
    "fingerprinter": {
        "count": 0,
        "error": [
            "string"
        ],
        "state": "started",
        "warning": [
            "string"
        ]
    },
    "highs": 0,
    "id": "jMXUw-BE_2vd",
    "lows": 0,
    "mediums": 0,
    "scan_profile": "normal",
    "scanner": {
        "error": [
            "string"
        ],
        "state": "started",
        "status": {
            "0": 0,
            "1": 0
        },
        "warning": [
            "string"
        ]
    },
    "started": "2018-01-31T16:32:17.238553Z",
    "status": "queued",
    "target": {
        "desc": "Object description",
        "id": "jMXUw-BE_2vd",
        "name": "Object name",
        "stack": [
            "nginx"
        ],
        "url": "string"
    }
}
Modified at 2022-09-11 19:40:30
Previous
List scans for all targets
Next
List scans
Built with