A

Anchore Engine API Server

REST discovered

Details
URL
http://anchore.local
Spec
https://raw.githubusercontent.com/anchore/anchore-engine/master/anchore_engine/services/apiext/swagger/swagger.yaml
Spec (json)
https://api.apis.guru/v2/specs/anchore.io/0.1.20/openapi.json
Docs
https://docs.anchore.com/current/docs/api/reference/
Authentication
Anchore Enterprise username/password basic discovered Get credentials ↗
Authorization: Basic <credential>

Use an Anchore Enterprise user account that has been created in your Anchore deployment. Anchore Enterprise supports HTTP Basic authentication for API access, as described in User Authentication. Create or manage users in your deployment's admin/user management UI as described in User Management.

Anchore Enterprise API key api_key discovered Get key ↗
Authorization: Basic <credential>

Generate an API key in Anchore Enterprise following API Keys. Anchore documents that API keys are used with HTTP Basic auth, with username _api_key and the API key value as the password. Account admins can manage API keys for users from the UI as referenced in User Management.