List process resource types
Retrieve all available process resource types (machine sizes) that can be assigned to application processes. This is reference data and does not require specific resource permissions.
Documentation Index
Fetch the complete documentation index at: https://api-docs.sevalla.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Pass your API key as a Bearer token in the Authorization header.
Response
List of available process resource types
Unique identifier for the process resource type
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"fb5e5168-4281-4bec-94c5-0d1584e9e657"
Name of the resource type (machine size)
"s1"
Maximum CPU allocation in millicores
1 <= x <= 90071992547409911000
Maximum memory allocation in megabytes
1 <= x <= 90071992547409911024
Resource type category. hobby - limited resources for development and testing. standard - balanced resources for production workloads. cpuOptimized - higher CPU allocation for compute-heavy workloads. memoryOptimized - higher memory allocation for memory-heavy workloads.
hobby, standard, cpuOptimized, memoryOptimized "standard"