/
/Anchore Engine API Server
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 12m ago · Updated 1mo ago
Archives9
Events5
Identity4
Images24
Import1
Imports14
Policies5
Query3
Registries5
Repository Credentials1
Subscriptions5
Summaries1
System15
  • getService status
  • getSystem status
  • getlist feeds operations and information
  • posttrigger feeds operations
  • put/system/feeds/{feed}
  • delete/system/feeds/{feed}
  • put/system/feeds/{feed}/{group}
  • delete/system/feeds/{feed}/{group}
  • getList system services
  • getGet a service configuration and state
  • getGet service config for a specific host
  • deleteDelete the service config
  • getDescribe the policy language spec implemented by this service.
  • getDescribe anchore engine error codes.
  • postAdds the capabilities to test a webhook delivery for the given notification type
User Management12
  • get/
  • get/health
  • get/version
  • getReturn a list of analyzer artifacts of the specified type
  • getReturn a list of analyzer artifacts of the specified type
  • getReturn a list of analyzer artifacts of the specified type
  • post/oauth/token
System

Describe anchore engine error codes.

Describe anchore engine error codes.

get/system/error_codes

Response

Error Codes Description

namestring

Error code name

descriptionstring

Description of the error code

Example response

[
  {
    "name": "name",
    "description": "description"
  }
]

Changes