cURL
curl --request GET \ --url https://api.sevalla.com/v2/applications/processes/{id} \ --header 'Authorization: Bearer <token>'
{ "process": { "id": "fb5e5168-4281-4bec-94c5-0d1584e9e657", "type": "web", "display_name": "Web Process", "instance_count": 1, "scaling_strategy": { "type": "<string>", "config": {} }, "resource_type_name": "standard-1", "entrypoint": "npm start", "internal_hostname": "my-app-web.my-app.svc.cluster.local", "internal_port": 8080 } }
Get information about the running processes for a specific application.
API key authentication. Pass your API key as a Bearer token in the Authorization header.
"fb5e5168-4281-4bec-94c5-0d1584e9e657"
Default Response
Show child attributes
Was this page helpful?