Introduction to Content Receive Interface

Introduce the basic information of the content receive interface.

Request method

GET
URL

Interface Address

Call using the following URL interface address.

The URL definition rule is:

/skg/<API version number>/<Function Module>/<Resource Name>/<Resource Name...>

Request Parameters

Request Parameter Table
Parameter Name Parameter Example Description
<API version number> NA SkyGuard™The version number of the officially released RESTful API.
<Function Module>
  • dlp - Data Loss Prevention (DLP)Service
  • swg - Secure Web Gateway Service
The name of the functional module supported for calling in the current version.
<Resource Name>
  • channel - Channel
    Note: If the functional module is dlp, the resource ID includes web, email, and webserviceapp.
  • report - Report
  • incident - Incident
  • forensics - Forensic Files

Sub-resources: Displayed in the URL as <Resource Name>/<Sub-resource Name>. Resources are arranged in order by level. All resource names can be obtained by listing the resource names.

The name of the resource supported for calling in the current version.

Return Result

After successfully calling this interface, the system will return a string in JSON format.