cURL
curl --request GET \ --url https://api.sevalla.com/v2/applications/processes/{process_id} \ --header 'Authorization: Bearer <token>'
{ "process": { "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1", "type": "web", "display_name": "Web", "instance_count": 1, "scaling_strategy": { "type": "manual", "config": { "instanceCount": 8 } }, "resource_type_name": "s1", "entrypoint": "npm start", "internal_hostname": "my-service-h8vs7-web.my-service-h8vs7.svc.cluster.local", "internal_port": 8080 } }
Get information about the running processes for a specific application.
Show child attributes
Was this page helpful?