Pipeline checks
Pipeline check
Check by ID.
GEThttps://cloud-api.calyptia.com/v1/pipeline_checks/{checkID}
Authorization
Path parameters
checkID*string (uuid)
Response
OK
Body
id*string (uuid)
protocol*PipelinePortProtocol (enum)
Valid protocol types defined for a pipelines.
tcpudp
status*CheckStatus (enum)
The status of a check.
newfailedrunningok
retries*number
number of retries for the check before marking it as failed
port*number
valid 0-65535 port number
host*string
DNS label format as of defined on RFC1123 or an IPv4 address.
"localhost"
createdAt*string (date-time)
updatedAt*string (date-time)
Request
Response
Delete pipeline check
Delete pipeline check by its ID.
DELETEhttps://cloud-api.calyptia.com/v1/pipeline_checks/{checkID}
Authorization
Path parameters
checkID*string (uuid)
Response
No Content
Request
Update pipeline check
Update check by its ID.
PATCHhttps://cloud-api.calyptia.com/v1/pipeline_checks/{checkID}
Authorization
Path parameters
checkID*string (uuid)
Body
protocolPipelinePortProtocol (enum)
Valid protocol types defined for a pipelines.
tcpudp
statusCheckStatus (enum)
The status of a check.
newfailedrunningok
retriesnullable number
number of retries for the check before marking it as unreachable.
hostnullable string
DNS label format as of defined on RFC1123 or an IPv4 address.
"localhost"
portnullable number
valid 0-65535 port number
Response
No Content
Request