{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-gov/9ead083ce611c254ac9201d1e76003bd3d4b4b6b/eb145afb-23bf-3669-8aa6-a86cb8aee573","info":{"title":"Cisco Secure Access for Government API Usage Reports","version":"2.0.0","description":"Get the Umbrella for Government API usage reports for an organization.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"API Usage Report","description":"API Usage reports"},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/reports/api-usage-overview.md","uri":"secure-access-api-reference-api-usage-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.apiusage:read":"Read the API Usage reports"}}}}}},"spec":{"type":"array","description":"The list of API request information.","items":{"type":"object","required":["path","verb","count"],"properties":{"path":{"type":"string","description":"The path of the API endpoint.","example":"/reports/v2/activity/proxy"},"verb":{"type":"string","description":"The name of the API operation.","example":"GET"},"count":{"type":"integer","description":"The number of requests to the API endpoint.","format":"int64","example":928}},"example":{"path":"/auth/v2/token","verb":"POST","count":928}},"example":[{"path":"/auth/v2/token","verb":"POST","count":928}],"$$ref":"#/components/schemas/requestDetailsList","title":"requestDetailsList"}}