Custom Server
Manager custom server deployments
Custom Server object
Attributes
items
Object{"object": "custom_server.deployment","status": "queued","trigger": "manual","creator_actor": {"object": "organization.actor","type": "member","image_url": "https://avatar-cdn.metorial.com/aimg_1234567890","teams": [{},{}]},"steps": [{"object": "custom_server.deployment.step","status": "running","type": "started","logs": [{"type": "info"},{"type": "info"}]},{"object": "custom_server.deployment.step","status": "running","type": "started","logs": [{"type": "info"},{"type": "info"}]}]}
List custom server deployments
List all custom server deployments
URL Parameters
custom_server_id
StringThe unique identifier for the custom_server
Query Parameters
limit
NumberOptionalafter
StringOptionalbefore
StringOptionalcursor
StringOptionalorder
EnumOptionalversion_id
UnionOptionalGEThttp://api.metorial.com/custom-servers/:custom_server_id/deployments
curl -X GET "https://api.metorial.com/custom-servers/cus_Rm4Mnheq2bfEPhBhP7SY/deployments" \-H "Authorization: Bearer metorial_sk_..."
Get custom server deployment
Get information for a specific custom server deployment
URL Parameters
custom_server_id
StringThe unique identifier for the custom_server
custom_server_deployment_id
StringThe unique identifier for the custom_server_deployment
GEThttp://api.metorial.com/custom-servers/:custom_server_id/deployments/:custom_server_deployment_id
curl -X GET "https://api.metorial.com/custom-servers/cus_Rm4Mnheq2bfEPhBhP7SY/deployments/cus_Rm4Mnheq2bfEPhBhP7SY" \-H "Authorization: Bearer metorial_sk_..."