Skip to content

Service Methods

Chris Smith edited this page Jul 13, 2017 · 6 revisions

This page provides details regarding the service methods that are exposed by the URLVoid DXL Python Service. When a DXL Request message is received, each of these methods will invoke the corresponding URLVoid API method and return the result as a DXL Response message.

The URLVoid DXL Python Service uses JSON payloads for the DXL Request messages. The DXL Response message payload is in XML format (as it was received from the URLVoid API service).

Host Info

Displays information about the specified website (host).

  • DXL Request Topic
    • /opendxl-urlvoid/service/urlvapi/host/info
  • Request Fields
    • host : The host to report on (Required)
  • Response

Host Rescan

Updates the report for the specified website (triggers a rescan).

  • DXL Request Topic
    • /opendxl-urlvoid/service/urlvapi/host/rescan
  • Request Fields
    • host : The host to rescan (Required)
  • Response

Host Scan

Scans a new website (host) that does not currently exist in the URLVoid database.

  • DXL Request Topic
    • /opendxl-urlvoid/service/urlvapi/host/scan
  • Request Fields
    • host : The host to scan (Required)
  • Response

Stats Remained

Retrieves and displays the number of queries that remain for the account associated with the URLVoid API key.

  • DXL Request Topic
    • /opendxl-urlvoid/service/urlvapi/stats/remained
  • Request Fields
    • (None)
  • Response

Home

URLVoid DXL Python Service

Documentation

Service Methods

Examples

Clone this wiki locally