Find components sharing the same SRG baseline
GET
/components/{componentId}/related
Returns other components that are based on the same SRG as this component. Used by the DiffViewer to find peer components for side-by-side comparison. Scoped to components the current user can access plus released components. Returns a hand-built hash (NOT ComponentBlueprint).
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
Related components sharing the same SRG
application/json
JSON { "id": 4, "name": "Photon OS 3", "version": 1, "prefix": "PHOS-03", "release": 1, "project_id": 3, "project_name": "vSphere 7.0" }
[
]