cURL
curl --request GET \ --url https://api.example.com/deployments
{ "deployments": [ { "created_at": "<string>", "http_version": "<string>", "id": "<string>", "max_protocol_version": 123, "min_protocol_version": 123, "protocol_type": "RequestResponse", "services": [ { "name": "<string>", "revision": 1 } ], "uri": "<string>", "additional_headers": {}, "info": [ { "message": "<string>", "code": "<string>" } ], "metadata": {}, "sdk_version": "<string>" } ] }
Returns a list of all registered deployments, including their endpoints and associated services.
List of all registered deployments with their metadata
List of all registered deployments
Deployment response for HTTP deployments
Show child attributes
Was this page helpful?