cURL
curl --request GET \ --url https://api.gcore.com/fastedge/v1/admin/plans \ --header 'Authorization: <api-key>'
{ "plans": [ { "max_duration": 5, "mem_limit": 2097152, "max_subrequests": 0, "reseller_id": 0, "name": "<string>", "id": 123, "billing_plan_id": 0 } ] }
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
ID of the client the plans are applicable to
Ok
Show child attributes
Max duration in msec
Max memory in bytes
Max number of external network requests (0 means disabled)
Reseller plan ID
Plan name
Plan ID
Billing plan ID
Was this page helpful?