{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-gov/9ead083ce611c254ac9201d1e76003bd3d4b4b6b/d1093732-2fd9-3760-ac85-83910c4b7111","info":{"title":"Cisco Secure Access for Government Reporting API","description":"The Reporting API provides the data to generate the Secure Access reports.","version":"2.0.1","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Activity"},{"name":"Top Identities"},{"name":"Identity Distribution"},{"name":"Top Resources"},{"name":"Top Destinations"},{"name":"Top Categories"},{"name":"Top Event Types"},{"name":"Top DNS Query Types"},{"name":"Organization Requests by Hour"},{"name":"Organization Requests by Timerange"},{"name":"Organization Requests by Hour and Category"},{"name":"Organization Requests by Timerange and Category"},{"name":"Deployment Status"},{"name":"Bandwidth by Hour"},{"name":"Bandwidth by Timerange"},{"name":"Top Files"},{"name":"Total Requests"},{"name":"Top Threats"},{"name":"Top Threat Types"},{"name":"Utility"},{"name":"Top IPs"},{"name":"Summary"},{"name":"Summaries by Category"},{"name":"Summaries by Destination"},{"name":"Summaries by Rule"},{"name":"Remote Access"},{"name":"Private Resource"},{"name":"Requests Resource Connector"},{"name":"Requests Summary Resource Connector Groups"},{"name":"Resource Connectors"},{"name":"Rules Activity"},{"name":"Unique Resources"},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/reports/reporting-overview.md","uri":"secure-access-api-reference-reporting-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.secureaccessfed.cisco.com/{basePath}","variables":{"basePath":{"default":"reports/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"client credential flow","flows":{"clientCredentials":{"tokenUrl":"https://api.secureaccessfed.cisco.com/auth/v2/token","scopes":{"reports.granularEvents:read":"Read reports granular events","reports.utilities:read":"Read reports utilities","reports.aggregations:read":"Read reports aggregations","reports.summariesByRule:read":"Read reports for the summaries of the rule","reports.privateResources:read":"Read reports for the private resources"}}}}}},"spec":{"type":"object","description":"The detailed identity access statistics for a private resource ID.","properties":{"privateresourceid":{"type":"number","description":"The private resource ID.","example":123},"identities":{"type":"array","description":"The list of identities.","items":{"type":"object","description":"The identity information with the traffic statistics.","properties":{"id":{"type":"number","description":"The ID of the identity concatenated with the organization ID and the organization\nID of the identity."},"type":{"type":"object","description":"The information about the identity including the type.","properties":{"id":{"type":"number","description":"The ID of the origin type for the identity."},"label":{"type":"string","description":"The label of the origin type for the identity."},"type":{"type":"string","description":"The name of the origin type for the identity."}},"$$ref":"#/components/schemas/IdentityType"},"label":{"type":"string","description":"The descriptive label for the identity."},"deleted":{"type":"boolean","description":"Indicates whether the identity was deleted.","example":true},"hitscount":{"type":"number","description":"Indicates the number of times that an identity accessed a private resource.","example":100},"success":{"type":"number","description":"Indicates the number of times that an identity was allowed to access a private resource.","example":50},"blocked":{"type":"number","description":"Indicates the number of times that an identity was blocked access to a private resource.","example":35}},"required":["id","type","label","deleted","hitscount","success","blocked"],"example":{"id":1,"type":{"id":21,"label":"Sites","type":"site"},"label":"Catch Rate Testing System","deleted":false,"hitscount":54,"success":23,"blocked":31},"$$ref":"#/components/schemas/IdentityWithStats"}}},"$$ref":"#/components/schemas/PrivateResourceDetailedStatsIdentities","title":"PrivateResourceDetailedStatsIdentities"}}