Skip to main content

Check out Interactive Visual Stories to gain hands-on experience with the SSE product features. Click here

Skyhigh Security

Allow/Deny Statistics

The Allow/Deny Statistics Report returns information about the traffic decisions for a specified Cloud Service Provider.

Endpoint Name

  • queryAllowDenyStatistics

Required Headers

  • Authorization: User name and password used to access SSE.
  • Content-Type: Application/json

Required Parameters

  • cspId

Optional Parameters

  • eventFilter
  • from
  • to
  • userIdentifiers
  • permission identifiers
  • protocol identifiers
  • tagtype
  • customattributeDtos

Sample Request

{
  "cspId": 10485,
  "eventFilter": {
     {
     "from":"2013-11-07T00:00:00",
     "to":"2013-11-08T00:00:00"
  },
tableVisibilityMap":
{ "User / IP Address": true,
"Allowed": true,
   "Allowed vs Denied": true,
"Denied": true,
   "Outbound": true,
   "Inbound": false,
   "Total access to service": true}
}

Sample Response

User/IP Address,Allowed%,Allowed vs Denied (0..1),Denied%,OutboundVolume (bytes),InboundVolume (bytes),Total access to service

d41d8cd98f00b204e9800998ecf8427e:7F7F646B181124AE0307BBC266D9453B2DC2408B,0.0,1.0,100.0,0,0,4
6898a1d4c01ca77b2a2adb7616b3d409,0.0,1.0,100.0,220,608,1
b95e1c64dbf74b5b7705245c7b2d4d2e,100.0,1.0,0.0,282,3686,1
47e4ff39885b9f2529eb420064b5f321,100.0,1.0,0.0,292,3688,1
20239084ac8740f434e884b1e7df9a13,100.0,1.0,0.0,294,3688,1
d777dbf3f461d43c111c5aac2fbd4911,100.0,1.0,0.0,296,3686,1
  • Was this article helpful?