{"type":"api","title":"Get Detailed Resource Connector Statistics","meta":{"id":"/apps/pubhub/media/cloud-security-gov/9ead083ce611c254ac9201d1e76003bd3d4b4b6b/d1093732-2fd9-3760-ac85-83910c4b7111","info":{"title":"Cisco Secure Access for Government 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":"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.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.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":{"summary":"Get Detailed Resource Connector Statistics","operationId":"getDetailedStatsForAppConnector","tags":["Resource Connectors","Secure Access"],"description":"Get detailed Resource Connector statistics for the connector IDs, includes average CPU utilization, total request,\ngroup ID, and timestamp for every connector ID.\n\n**Access Scope:** Reports \u003e Private Resources \u003e Read-Only","security":[{"oauthFlow":["reports.privateResources:read"]}],"parameters":[{"name":"from","in":"query","description":"A timestamp or relative time string (for example: '-1days').\nFilter for data that appears after this time.","required":true,"schema":{"type":"string"},"example":"1639146300000","$$ref":"#/components/parameters/fromParam"},{"name":"to","in":"query","description":"A timestamp or relative time string (for example: 'now').\nFilter for data that appears before this time.","required":true,"schema":{"type":"string"},"example":"1640010300000","$$ref":"#/components/parameters/toParam"},{"name":"agentids","in":"query","description":"A comma-delimited list of resource connector IDs.","required":true,"schema":{"type":"string"},"example":"31,47","$$ref":"#/components/parameters/agentIdsParam"},{"name":"timerange","in":"header","description":"A string that represents a range of time.\nIf the header is not set, the header value defaults to `hour`.","schema":{"type":"string","enum":["minute","hour","day"]},"example":"minute","$$ref":"#/components/parameters/timerangeParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","description":"The detailed statistics for the connector IDs in a specific time range.","properties":{"groupId":{"type":"number","description":"The group ID of the Resource Connector.","example":5},"agentId":{"type":"number","description":"The ID of the Resource Connector.","example":6},"summaryData":{"type":"object","description":"The Resource Connector summary data.","properties":{"cpuUtilization":{"type":"number","description":"The CPU utilization of the Resource Connector.","example":40,"$$ref":"#/components/schemas/CPUUtilization"},"requests":{"type":"object","description":"The total number of requests.","properties":{"count":{"type":"number","description":"The total number of requests.","$$ref":"#/components/schemas/count"}},"required":["count"],"example":{"count":42},"$$ref":"#/components/schemas/TotalRequest"}},"example":{"requests":{"count":8},"cpuUtilization":31},"$$ref":"#/components/schemas/AppConnectorAgentSummaryData"},"timeSeriesData":{"type":"array","description":"The list of time series Resource Connector data.","items":{"type":"object","description":"The Resource Connector timeseries data.","properties":{"tunnelStatus":{"type":"string","enum":["UP","DOWN"],"$$ref":"#/components/schemas/TunnelStatus"},"cpuUtilization":{"type":"number","description":"The CPU utilization of the Resource Connector.","example":40,"$$ref":"#/components/schemas/CPUUtilization"},"requests":{"type":"object","description":"The total number of requests.","properties":{"count":{"type":"number","description":"The total number of requests.","$$ref":"#/components/schemas/count"}},"required":["count"],"example":{"count":42},"$$ref":"#/components/schemas/TotalRequest"},"timestamp":{"type":"number","description":"The timestamp represented in milliseconds for the bucket.","example":1594557263000,"$$ref":"#/components/schemas/TimestampForBucket"}},"example":{"tunnelStatus":"UP","cpuUtilization":31,"request":8,"timestamp":1585717200000},"$$ref":"#/components/schemas/TimeSeriesAppConnectorAgentData"}}},"$$ref":"#/components/schemas/AppConnectorAgentDetailedStatsTimerange"}},"meta":{"type":"object","description":"The properties of the metadata.","example":{},"$$ref":"#/components/schemas/Meta"}},"required":["data","meta"]}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"example":{"message":"Bad Request"}}}},"$$ref":"#/components/responses/400Error"},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"example":{"message":"Unauthorized"}}}},"$$ref":"#/components/responses/401Error"},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"example":{"message":"Forbidden"}}}},"$$ref":"#/components/responses/403Error"},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"example":{"message":"Not Found"}}}},"$$ref":"#/components/responses/404Error"},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"example":{"message":"Internal Server Error"}}}},"$$ref":"#/components/responses/500Error"}},"__originalOperationId":"getDetailedStatsForAppConnector","method":"get","path":"/app-connectors/detailed-stats-timerange"}}