cURL
curl --request GET \ --url https://api.example.com/deployments
{ "deployments": [ { "id": "<string>", "uri": "<string>", "protocol_type": "RequestResponse", "http_version": "<string>", "created_at": "<string>", "min_protocol_version": 123, "max_protocol_version": 123, "services": [ { "name": "<string>", "revision": 1 } ], "additional_headers": {}, "sdk_version": "<string>" } ] }
List all registered deployments.
Deployment response for HTTP deployments
Show child attributes
Was this page helpful?