API security reports API (Beta)

download spec authorize

get /security/overview/faultcode

Gets fault code counts for selected time range.

Notes:

  • This is the Beta release of API security reports. See Release Stages.
  • Only available for Edge for Cloud Enterprise customers with the Advanced API Ops option.
  • You can call this API at most six times per minute.

HTTP request

https://apisecurity.enterprise.apigee.com/security/overview/faultcode

Query Parameters

org (required)

string

Name of the organization.

from (required)

string

Start of the time period to analyze, inclusive. Specify the time in the ISO format: yyyy-mm-ddThh:mm:ssZ. For example: 2018-07-29T00:13:00Z.

to (required)

string

End of the time period to analyze, exclusive. Specify the time in the ISO format: yyyy-mm-ddThh:mm:ssZ. For example: 2018-07-29T00:13:00Z.

Response Types

200: 

OK

Authentication Requirements

For OAuth, enter the following in the Key field: Bearer %your-token%

Key location: header
Parameter name: Authorization

Try this API

Request parameters
org
from
to
Credentials
OAuth
For OAuth, enter the following in the Key field: Bearer %your-token%