Add registry inventory and drift views
This commit is contained in:
parent
3bf22e18ba
commit
d1c003411f
6 changed files with 332 additions and 0 deletions
|
|
@ -86,10 +86,13 @@ Start with a small HTTP API that mirrors the local CLI answers:
|
|||
POST /repositories
|
||||
GET /repositories
|
||||
GET /repositories/{repo_slug}
|
||||
GET /repositories/{repo_slug}/inventory
|
||||
|
||||
POST /repositories/{repo_slug}/snapshots
|
||||
GET /repositories/{repo_slug}/snapshots
|
||||
GET /repositories/{repo_slug}/snapshots/latest
|
||||
GET /repositories/{repo_slug}/snapshots/diff
|
||||
GET /search?q=jsonschema
|
||||
|
||||
GET /graph/nodes
|
||||
GET /graph/nodes/{graph_id}
|
||||
|
|
@ -200,8 +203,12 @@ GET /health
|
|||
POST /repositories
|
||||
GET /repositories
|
||||
GET /repositories/{repo_slug}
|
||||
GET /repositories/{repo_slug}/inventory
|
||||
POST /repositories/{repo_slug}/snapshots
|
||||
GET /repositories/{repo_slug}/snapshots
|
||||
GET /repositories/{repo_slug}/snapshots/latest
|
||||
GET /repositories/{repo_slug}/snapshots/diff
|
||||
GET /search?q=jsonschema
|
||||
GET /graph/nodes
|
||||
GET /graph/nodes/{graph_id}
|
||||
GET /graph/providers?capability_type=runtime-secrets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue