You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
Cloud Internet Services has the concept of a Monitor. This model represents a health check. Along with things like URL and method, their REST API allows for users to specify a port for the monitor (see API Docs). The Go SDK does not currently have the port field available.
Solution
Add the Port field to both cisv1.Monitor and cisv1.MonitorBody types.
The text was updated successfully, but these errors were encountered:
Problem
Cloud Internet Services has the concept of a Monitor. This model represents a health check. Along with things like
URL
andmethod
, their REST API allows for users to specify aport
for the monitor (see API Docs). The Go SDK does not currently have theport
field available.Solution
Add the Port field to both
cisv1.Monitor
andcisv1.MonitorBody
types.The text was updated successfully, but these errors were encountered: