Tenable Connector

Documentation

Base Url

http://lzrconnector-tenable.lazarustechservices.com

List Scans

v1

http://lzrconnector-tenable.lazarustechservices.com/v1/scan-list

Response

Returns a JSON with the information about the scanns.
Successful response:

{
        "status": "success",
        "data": array scans,
        "links": {
            "self": "string",
            "next": "string"
        }
    }

Error

Return error message

{
    "status": "error",
    "message": "string"
}

v2

http://lzrconnector-tenable.lazarustechservices.com/v2/scan-list

Response

Returns a JSON with the information about the scanns.
Successful response:

{
        "status": "success",
        "data": array scans,
        "links": {
            "self": "string",
            "next": "string"
        }
    }

Error

Return error message

{
    "status": "error",
    "message": "string"
}

Create Scan

v1

http://lzrconnector-tenable.lazarustechservices.com/v1/scan-create

Response

Returns a JSON with the information about the scan created (scanid).
Successful response:


    {
        "status": "success",
        "data": created tenable scan data,
        "links": {
            "self": "string",
            "next": "string"
        }
    }

Error

Return error message

{
    "status": "error",
    "message": "string"
}

v2

http://lzrconnector-tenable.lazarustechservices.com/v2/scan-create

Response

Returns a JSON with the information about the scan created (scanid).
Successful response:


    {
        "status": "success",
        "data": created own scan data,
        "links": {
            "self": "string",
            "next": "string"
        }
    }

Error

Return error message

{
    "status": "error",
    "message": "string"
}

Launch Scans

v1

http://lzrconnector-tenable.lazarustechservices.com/v1/scan-launch/scanid

Response

Returns a JSON with the information about the launch scan.
Successful response:


    {
        "status": "success",
        "data": launch scan data,
        "links": {
            "self": "string",
            "next": "string"
        }
    }

Error

Return error message

{
    "status": "error",
    "message": "string"
}

v2

http://lzrconnector-tenable.lazarustechservices.com/v2/scan-launch/scanid

Response

Returns a JSON with the information about the launch scan.
Successful response:


    {
        "status": "success",
        "data": launch scan data,
        "links": {
            "self": "string",
            "next": "string"
        }
    }

Error

Return error message

{
    "status": "error",
    "message": "string"
}

Get Scan Result

v1

http://lzrconnector-tenable.lazarustechservices.com/v1/scan-results/scanid

Response

Returns a JSON with the information about the result scan.
Successful response:


    {
        "status": "success",
        "data": results scan data,
        "links": {
            "self": "string",
            "next": "string"
        }
    }

Error

Return error message

{
    "status": "error",
    "message": "string"
}

v2

http://lzrconnector-tenable.lazarustechservices.com/v2/scan-results/scanid

Response

Returns a JSON with the information about the result scan.
Successful response:


    {
        "status": "success",
        "data": results scan data,
        "links": {
            "self": "string",
            "next": "string"
        }
    }

Error

Return error message

{
    "status": "error",
    "message": "string"
}

Get Scan Status

v1

http://lzrconnector-tenable.lazarustechservices.com/v1/scan-status/scanid

Response

Returns a JSON with the information about the status scan.
Successful response:


    {
        "status": "success",
        "data": status scan data,
        "links": {
            "self": "string",
            "next": "string"
        }
    }

Error

Return error message

{
    "status": "error",
    "message": "string"
}

v2

http://lzrconnector-tenable.lazarustechservices.com/v2/scan-status/scanid

Response

Returns a JSON with the information about the status scan.
Successful response:


    {
        "status": "success",
        "data": status scan data,
        "links": {
            "self": "string",
            "next": "string"
        }
    }

Error

Return error message

{
    "status": "error",
    "message": "string"
}