Ports
Pipeline ports
Ports from a pipeline.
GEThttps://cloud-api.calyptia.com/v1/aggregator_pipelines/{pipelineID}/ports
Authorization
Path parameters
pipelineID*string (uuid)
Query parameters
Response
OK
Body
id*string (uuid)
protocol*string
Example: "tcp"
kind*PipelinePortKind (enum)
The kind/type of the service associated to this port.
LoadBalancerClusterIPNodePort
frontendPort*integer (int32)
backendPort*integer (int32)
endpoint*string
pluginID*nullable string
Example: "forward.0"
pluginName*nullable string
Example: "forward"
pluginAlias*nullable string
Example: "myforwardinput"
createdAt*string (date-time)
updatedAt*string (date-time)
Request
Response
Create pipeline port
Create port within a pipeline. Ports can automatically be parsed from a config file, but this action allows you to programatically add more.
POSThttps://cloud-api.calyptia.com/v1/aggregator_pipelines/{pipelineID}/ports
Authorization
Path parameters
pipelineID*string (uuid)
Body
protocol*string
Example: "tcp"
frontendPort*integer (int32)
backendPort*integer (int32)
endpoint*string
kindPipelinePortKind (enum)
The kind/type of the service associated to this port.
LoadBalancerClusterIPNodePort
Response
Created
Body
id*string (uuid)
kindnullable string
pluginID*nullable string
Example: "forward.0"
pluginName*nullable string
Example: "forward"
pluginAlias*nullable string
Example: "myforwardinput"
createdAt*string (date-time)
Request
Response