Edge Functions
Edge computing function endpoints
GET /api/v1/edge/name/check
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
GET /api/v1/edge/name/check HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Accept: */*
{}
GET /api/v1/edge/
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
GET /api/v1/edge/ HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Accept: */*
{}
GET /api/v1/edge/{id}
Path parameter: id
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
GET /api/v1/edge/{id} HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Accept: */*
{}
GET /api/v1/edge/{id}/logs
Path parameter: id
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
GET /api/v1/edge/{id}/logs HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Accept: */*
{}
GET /api/v1/edge/{id}/metrics
Path parameter: id
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
GET /api/v1/edge/{id}/metrics HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Accept: */*
{}
GET /api/v1/edge/{id}/endpoint
Path parameter: id
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
GET /api/v1/edge/{id}/endpoint HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Accept: */*
{}
GET /api/v1/edge/{id}/versions
Path parameter: id
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
GET /api/v1/edge/{id}/versions HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Accept: */*
{}
POST /api/v1/edge/{id}/rollback
Path parameter: id
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
any
any
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
POST /api/v1/edge/{id}/rollback HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Content-Type: application/json
Accept: */*
Content-Length: 39
{
"organization_id": "any",
"where": "any"
}
{}
POST /api/v1/edge/create
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
any
any
any
any
any
any
any
any
any
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
POST /api/v1/edge/create HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Content-Type: application/json
Accept: */*
Content-Length: 144
{
"slug": "any",
"length": "any",
"organization_id": "any",
"name": "any",
"runtime": "any",
"zipFile": "any",
"memory": "any",
"timeout": "any",
"params": "any"
}
{}
PUT /api/v1/edge/update/{id}
Path parameter: id
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
any
any
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
PUT /api/v1/edge/update/{id} HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Content-Type: application/json
Accept: */*
Content-Length: 39
{
"organization_id": "any",
"where": "any"
}
{}
DELETE /api/v1/edge/delete/{id}
Path parameter: id
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
DELETE /api/v1/edge/delete/{id} HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Accept: */*
{}
POST /api/v1/edge/{id}/test
Path parameter: id
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
any
any
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
POST /api/v1/edge/{id}/test HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Content-Type: application/json
Accept: */*
Content-Length: 39
{
"organization_id": "any",
"where": "any"
}
{}