Cisco Secure Access Metering API

Metering

The Cisco Secure Access Metering API provides metrics about the traffic between user devices and private and public resources, which are protected by Secure Access.

Overview

Rate Limits for Metering

Secure Access enables rate limits on the Metering API endpoints. For more information, see Rate Limits > Metering API.

Request Headers

Unless specified, the Secure Access API endpoints use JSON for all requests and responses.

Note: For POST, PUT, and PATCH operations, set the HTTP Content-Type header to application/json in your API request.

Metering API Object Definitions

Object Field Description
Usage The usage data and information about this usage
organization_id The unique Secure Access organization ID.
product The name of the Secure Access data source service.
registered_at The ISO 8601 timestamp when the usage was recorded in the origin service.
The timestamp uses the UTC format following the ISO 8601 date time standard.
usage_meter_items The list of usage meter items (UsageMeterItem).
UsageMeterItem The amount of data that is received and sent during the time window.
bytes_in_delta The number of cumulative bytes received by Secure Access during the time window.
bytes_out_delta The number of cumulative bytes sent to Secure Access during the time window.

Secure Access Metering API Endpoints

You can find the Metering API endpoints in the reports scope.