Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Latest commit

 

History

History
150 lines (120 loc) · 2.45 KB

rogues.md

File metadata and controls

150 lines (120 loc) · 2.45 KB

Current wireless rogues statistics

GET /wireless/rogues.{format}

Description

This method returns information about rogue access points.

Summary

Name Value Name Value
Request Protocol GET Requires API Key Yes
Method ID 10003 Enabled Yes
Service Name wireless Service ID 1000
Information Steward Information Systems & Technology Data Type Database
Update Frequency Every 15 minutes Cache Time 0 seconds

Notes

  • Any value can be null

Sources

Parameters

GET /wireless/rogues.{format}
Parameter Type Required Description
key filter yes Valid API key
callback filter no JSONP callback format

Output Formats

  • json
  • xml

Examples

GET /wireless/rogues.{format}

Response

Field Name Type Value Description
count string Number of rogue access points
last_updated string Timestamp of last collection

Any value can be null

Output

JSON

{
    "meta": {
        "requests": 1016355,
        "timestamp": 1501094454,
        "status": 200,
        "message": "Request successful",
        "method_id": 10003,
        "method": []
    },
    "data": {
        "count": 1922,
        "last_updated": "2017-07-20T15:30:00-04:00"
    }
}