{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/7fb2a271-ae5d-3333-a7a7-1c93d01aa0af","info":{"version":"1.0.0","title":"Cisco Secure Access Metering API","description":"Report on the usage metrics for the organization.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Usage Metrics"},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/reports/metering-overview.md","uri":"secure-access-api-reference-metering-overview"}},"openapi":"3.0.2","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.usage.metrics:read":"Get usage data"}}}}}},"spec":{"type":"object","required":["bytes_in_delta","bytes_out_delta"],"properties":{"bytes_in_delta":{"type":"integer","description":"The number of cumulative bytes received by Secure Access during the time window.","format":"int64","example":15642,"$$ref":"#/components/schemas/bytes_in_delta"},"bytes_out_delta":{"type":"integer","description":"The number of cumulative bytes sent to Secure Access during the time window.","format":"int64","example":14896,"$$ref":"#/components/schemas/bytes_out_delta"}},"example":{"bytes_in_delta":1000000,"bytes_out_delta":2000000},"description":"The amount of data received and sent during the time window.","$$ref":"#/components/schemas/UsageMeterItem","title":"UsageMeterItem"}}