Skip to content

List released components

GET
/components

Returns all released (published) components visible to the current user. Released components are read-only snapshots that have been through the DISA review process. Requires authentication.

Authorizations

tokenAuth

Personal access token authentication. Send via Authorization header: Authorization: Token vulcan_xxx. Tokens are SHA-256 hashed server-side (never stored in plaintext). Scopes: read (GET), write (mutations), admin (everything). Create tokens via Settings → API Tokens in the web UI.

Type
HTTP (token)

Responses

Released components

application/json
JSON
[
  
{
  
  
"id": 29,
  
  
"name": "Container SRG",
  
  
"prefix": "CNTR",
  
  
"version": 1,
  
  
"release": 1,
  
  
"released": true
  
},
  
{
  
  
"id": 30,
  
  
"name": "Photon OS 3",
  
  
"prefix": "PHOS-03",
  
  
"version": 1,
  
  
"release": 1,
  
  
"released": true
  
}
]

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI

Part of the MITRE Security Automation Framework (SAF)