cURL
curl --request GET \ --url https://api.rigbox.dev/api/service-specs/{id} \ --header 'Authorization: Bearer <token>'
{ "auto_enable": true, "created_at": "<string>", "env_vars": {}, "exec_start": "<string>", "id": "<string>", "name": "<string>", "restart_policy": "<string>", "source": "<string>", "systemd_unit_preview": "<string>", "updated_at": "<string>", "user_id": "<string>" }
Get a service spec by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Service spec ID
Service spec details
Show child attributes
Preview of the systemd unit that would be generated