Cloud Gate Servers REST Endpoints

Cloud Gate/Cloud Gate Servers
Use this endpoint to store Cloud Gate server block configurations. This configuration will be transformed to nginx server block configuration. This REST API is SCIM compliant.

Added In Release: 19.2.1
Create a Cloud Gate server
Method: post
Path: /admin/v1/CloudGateServers
Delete a Cloud Gate server
Method: delete
Path: /admin/v1/CloudGateServers/{id}
Get a Cloud Gate server
Method: get
Path: /admin/v1/CloudGateServers/{id}
HTTP Options
Method: options
Path: /admin/v1/CloudGateServers
Replace a Cloud Gate server
Method: put
Path: /admin/v1/CloudGateServers/{id}
Search Cloud Gate servers
Method: get
Path: /admin/v1/CloudGateServers
Search Cloud Gate servers Using POST
Method: post
Path: /admin/v1/CloudGateServers/.search
Update a Cloud Gate server
Method: patch
Path: /admin/v1/CloudGateServers/{id}