{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/d1093732-2fd9-3760-ac85-83910c4b7111","info":{"title":"Cisco Secure Access 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":"Network Tunnels"},{"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.sse.cisco.com/{basePath}","variables":{"basePath":{"default":"reports/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"client credential flow","flows":{"clientCredentials":{"tokenUrl":"https://api.sse.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 properties of the remote access event.","required":["osversion","internalip","connecttimestamp","reason","failedreasons","connectionevent","anyconnectversion","publicip","vpnprofile","sessiontype","timestamp","identities"],"properties":{"osversion":{"type":"string","description":"The OS version of the host.","example":"linux-64-Ubuntu 20.04.5 LTS (Focal Fossa)"},"internalip":{"type":"string","description":"The internal IP address of the host.","example":"10.0.1.5"},"connecttimestamp":{"type":"number","description":"The time and date when the host connected, expressed in seconds.","example":1667252442},"reason":{"type":"string","description":"The reason the event occurred for the remote access endpoint.","example":"ACCT_DISC_USER_REQ"},"failedreasons":{"type":"array","items":{"type":"string"},"description":"A list of messages that describe the remote access error.","example":[]},"connectionevent":{"type":"string","description":"The type of event associated with the remote connection.","example":"disconnected"},"anyconnectversion":{"type":"string","description":"The version of the AnyConnect Roaming Security module.","example":"4.10.05095"},"publicip":{"type":"string","description":"The public IP address of the host","example":"10.10.10.11"},"vpnprofile":{"type":"string","description":"The VPN profile","example":"fa67a326-123a-456b-cd78-g5ae1192ad00"},"sessiontype":{"type":"string","description":"The session type of the remote connection.","example":"TLS"},"timestamp":{"type":"number","description":"The timestamp represented in seconds.","example":1594557263,"$$ref":"#/components/schemas/TimestampInSeconds"},"identities":{"type":"array","items":{"type":"object","description":"The list of properties of the identities.","properties":{"id":{"type":"integer","format":"int32","description":"The ID of the remote access endpoint.","example":1173502975},"type":{"type":"object","description":"The properties of the identity type.","properties":{"id":{"type":"integer","description":"The ID of the type.","example":7},"type":{"type":"string","description":"The descriptive type.","example":"directory_user"},"label":{"type":"string","description":"The label for the type.","example":"AD Users"}}},"label":{"type":"string","description":"The label for the remote access identity.","example":"sample-endpoint@cisco.com"},"deleted":{"type":"boolean","description":"Specifies whether the identity is available.","example":false}}}}},"example":{"osversion":"linux-64-Ubuntu 20.04.5 LTS (Focal Fossa)","internalip":"10.0.1.5","connecttimestamp":1667252442,"reason":"ACCT_DISC_USER_REQ","failedreasons":[],"connectionevent":"disconnected","anyconnectversion":"4.10.05095","publicip":"10.10.10.11","vpnprofile":"fa67a326-123a-456b-cd78-g5ae1192ad00","sessiontype":"TLS","timestamp":1667252458,"identities":[{"id":1173502975,"type":{"id":7,"type":"directory_user","label":"AD Users"},"label":"sample-remote-access@cisco.com","deleted":false}]},"$$ref":"#/components/schemas/RemoteAccess","title":"RemoteAccess"}}