GET
/apiInventory
Get API inventory
POST
/apiInventory
Create API inventory item
GET
/dashboard/apiUsage
Get API usage
GET
/dashboard/apiUsage/mostUsed
Get most used APIs
GET
/dashboard/apiUsage/latestDiffs
Get latest spec diffs
GET
/apiInventory/{apiId}/specs
Get provided and reconstructed open api specs for a specific API
PUT
/apiInventory/{apiId}/specs/providedSpec
Add or edit a spec for a specific API
DELETE
/apiInventory/{apiId}/specs/providedSpec
Unset a provided spec for a specific API
DELETE
/apiInventory/{apiId}/specs/reconstructedSpec
Unset a reconstructed spec for a specific API
GET
/apiInventory/{apiId}/reconstructed_swagger.json
Get reconstructed API spec json file
GET
/apiInventory/{apiId}/apiInfo
Get api info from apiId
GET
/apiInventory/apiId/fromHostAndPort
Get apiId from host and port
GET
/apiInventory/apiId/fromHostAndPortAndTraceSourceID
Get apiId from host and port and Trace Source ID
GET
/apiInventory/{apiId}/provided_swagger.json
Get provided API spec json file
GET
/apiUsage/hitCount
Get a hit count within a selected timeframe for the filtered API events
GET
/apiInventory/{apiId}/suggestedReview
Get reconstructed spec for review
POST
/apiInventory/{reviewId}/approvedReview
Apply the approved review to create the reconstructed spec