{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-gov/cdd8786b84e1e4d80528d0eeb25987c136a18549/33d60930-aabe-321c-b3a4-3035d9eb942a","info":{"title":"Cisco Umbrella for Government App Discovery API","description":"The App Discovery API provides an overall view of application and protocol activity in your environment\nand the potential risk indicated by this network traffic.","version":"2.0.2","contact":{"name":"Cloud Security Developer Community"}},"tags":[{"name":"Applications"},{"name":"Application Categories"},{"name":"Protocols"},{"name":"Identities"},{"name":"Umbrella"}],"x-parser-conf":{"overview":{"markdownPath":"reference/reports/app-discovery-overview.md"}},"openapi":"3.0.1","servers":[{"url":"https://api.umbrellagov.com/{basePath}","variables":{"basePath":{"default":"reports/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"client credential flow","flows":{"clientCredentials":{"tokenUrl":"https://api.umbrellagov.com/auth/v2/token","scopes":{"reports.appDiscovery:write":"Write reports app discovery","reports.appDiscovery:read":"Read reports app discovery"}}}}}},"spec":{"type":"object","description":"The app's protocol information.","required":["id","name","description","events","blockedEvents","firstDetected","lastDetected"],"properties":{"id":{"type":"string","description":"The ID of the protocol.","example":"0j1b5EmA"},"name":{"type":"string","description":"The name of the protocol.","example":"ftp"},"description":{"type":"string","description":"The description of the protocol.","example":"File Transfer Protocol"},"events":{"type":"integer","example":100},"blockedEvents":{"type":"integer","example":50},"firstDetected":{"type":"string","format":"date-time","description":"The date and time (ISO 8601 timestamp) when the system first detected the app protocol.","example":"2022-01-01T00:00:00.000Z"},"lastDetected":{"type":"string","format":"date-time","description":"The date and time (ISO 8601 timestamp) when the system last detected the app protocol.","example":"2022-01-01T00:00:00.000Z"}},"example":{"id":"0j1b5EmA","name":"ftp","description":"File Transfer Protocol","events":100,"blockedEvents":50,"firstDetected":"2022-01-01T00:00:00.000Z","lastDetected":"2022-01-01T00:00:00.000Z"},"$$ref":"#/components/schemas/ProtocolObjectInList","title":"ProtocolObjectInList"}}