Skip to main content

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

Skyhigh Security

Per Service Counts

The Per Service Counts report returns list of cloud services detected by your deployment. This is equivalent to the CSV report generated in the Services page in Skyhigh Security Service Edge.

Endpoint Name

  • queryPerServiceCounts

Required Headers

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

Required Parameters

  • tenantId

Optional Parameters

  • serviceIdentifiers
  • tagIdentifiers
  • from/to
  • permissionIdentifiers
  • userOrIP
  • deviceTypeIdentifiers
  • anomalyIdentifiers
  • customattributes passed as customAttrDtos
  • protocolIdenitfiers
  • perspective – values are 1 for all, 7 for active usage as an e.g.

Response Fields

  • servicePerServiceCounts: Service Id,Service Category Id,Service Name,Category,Sub Category,Risk,Access Count,Outbound,Inbound,Upload Count,Upload Data,Users,Allowed Data,Denied Data,Total Data,Allowed,Denied,Service Group,ServiceFirstUsed,ServiceLastUsed,Service Url

sample request and response

  • Without filtering data
Request Response
{}

Service Id,Service Category Id,Service Name,Category,Sub Category,Risk,Access Count,Outbound,Inbound,Upload Count,Upload Data,Users,Allowed Data,Denied Data,Total Data,Allowed,Denied,Service Group,ServiceFirstUsed,ServiceLastUsed,Service Url

4080,2001,Box,Cloud Storage,Document Storage and Sharing,9,76141361,25994220573196,34528120154518,1668993,25733130645361,3036,2147483647,0,2147483647,76141360,0,[High Risk Cloud Services, 13thMay2020],2019-12-18,2020-06-15,https://www.box.com/
  • With filtering columns and tagId
Request Response

{

"tableVisibilityMap": {

"Service Name" : true,

"Category" : true,

"Risk"  :true,

"Access Count" : true,

"Outbound" : true,

"Inbound" : true,

"Upload Count" : true,

"Upload Data" : true,

"Users" : true,

"Allowed" : true,

"Denied" : true

}

}

Service Name,Category,Sub Category,Risk,Access Count,Outbound,Inbound,Upload Count,Upload Data,Users,Allowed,Denied

Box,Cloud Storage,Document Storage and Sharing,9,76141361,25994220573196,34528120154518,1668993,25733130645361,3036,76141360,0
  • Unique Users: name/ip,usageCount,outbound,inbound,Upload count,Upload data,Last Activity,Allowed Data,Denied Data,Allowed Request,Denied Request

sample request and response

  • Without filtering data
Request Response

{

    "cspId": 4281

}

name/ip,usageCount,outbound,inbound,Upload count,Upload data,Last Activity,Allowed Data,Denied Data,Allowed Request,Denied Request

312983071,100002,8000260002,560011200,100002,8000260002,2019-05-23,8560271202,0,100002,0

312982083,1575002,126001735002,8820011200,1575002,126001735002,2019-05-23,134821746202,0,1575002,0
  • With filtering columns and tagId
Request Response

{

    "cspId": 4281,

    "tableVisibilityMap": {      

        "User / IP Address":true,      

        "Usage Count":true,      

        "Outbound":true,      

        "Inbound":true,      

        "Upload Count":true,      

        "Upload Data":true      

    },

    "eventFilter":

    {

        "tagIdentifiers":[5933]

    }

}

name/ip,usageCount,outbound,inbound,Upload count,Upload data,Last Activity,Allowed Data,Denied Data,Allowed Request,Denied Request

312983071,100002,8000260002,560011200,100002,8000260002,2019-05-23,8560271202,0,100002,0
  • Was this article helpful?