{
"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.
{
"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>"
}
]
}Deployment response for HTTP deployments
Show child attributes
URI used to invoke this service deployment.
Protocol type used to invoke this service deployment.
RequestResponse, BidiStream HTTP Version used to invoke this service deployment.
During registration, the SDKs declare a range from minimum (included) to maximum (included) Service Protocol supported version.
During registration, the SDKs declare a range from minimum (included) to maximum (included) Service Protocol supported version.
SDK library and version declared during registration.
Was this page helpful?